The total number of elements in the array is \( 4 \times 5 \times 6 = 120 \). Each element of the array is of type float, which takes 4 bytes.
Therefore, the total memory required is:
\[
120 \times 4 = 480 \text{ bytes}.
\]
Thus, the correct answer is \( 480 \text{ bytes} \).