What CSS code would change the text color of a <h4> header to white?
<h4>
h4 { color: purple; }
h4 { color: #000000; }
h4 { color: #0000FF; }
h4 { color: white; }