Color spaces of #4574ae
RGB | 69 | 116 | 174 |
---|---|---|---|
HSL | 0.59 | 0.43 | 0.48 |
HSV | 213° | 60° | 68° |
CMYK | 0.60 | 0.33 | 0.00 0.32 |
XYZ | 16.3396 | 16.8120 | 42.4282 |
Yxy | 16.8120 | 0.2162 | 0.2224 |
Hunter Lab | 41.0024 | -0.6215 | -32.6500 |
CIE-Lab | 48.0223 | 2.0587 | -35.6981 |
#4574ae color RGB value is (69,116,174).
#4574ae hex color red value is 69, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4574ae hue: 0.59 , saturation: 0.43 and the lightness value of 4574ae is 0.48.
The process color (four color CMYK) of #4574ae color hex is 0.60, 0.33, 0.00, 0.32. Web safe color of #4574ae is #336699. Color #4574ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01110100 | 10101110 |
Octal | 105 | 164 | 256 |
Decimal | 69 | 116 | 174 |
Hex | 45 | 74 | AE |
Shades of #4574ae
Tints of #4574ae
RGB Percentages of Color #4574ae
CMYK Percentages of Color #4574ae
Complementary Color
#4574ae | #ae7f45 |
#4574ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4574ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#4574ae Color CSS Codes
.mybgcolor {background-color:#4574ae; } .myforecolor {color:#4574ae; } .mybordercolor {border:3px solid #4574ae; }
#4574ae Text Font Color
<p style="color:#4574ae">Text here</p>
This sample text font color is #4574ae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#4574ae Background Color
<div style="background-color:#4574ae">
Div content here</div>
This div background color is #4574ae
#4574ae Border Color
<div style="border:3px solid #4574ae">
Div here</div>
This div border color is #4574ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,116,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4574ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4574ae; -webkit-box-shadow: 1px 1px 3px 2px #4574ae; box-shadow: 1px 1px 3px 2px #4574ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,116,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4574ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4574ae; -webkit-box-shadow: 1px 1px 3px 2px #4574ae; box-shadow: 1px 1px 3px 2px #4574ae;">
Div content here</div>
This div box has shadow with color #4574ae
Comments
No comments written yet.
Please login to write comment.