Color spaces of #476eaa
RGB | 71 | 110 | 170 |
---|---|---|---|
HSL | 0.60 | 0.41 | 0.47 |
HSV | 216° | 58° | 67° |
CMYK | 0.58 | 0.35 | 0.00 0.33 |
XYZ | 15.4302 | 15.3937 | 40.1882 |
Yxy | 15.3937 | 0.2173 | 0.2168 |
Hunter Lab | 39.2348 | 1.5393 | -33.2664 |
CIE-Lab | 46.1688 | 4.7914 | -36.2764 |
#476eaa color RGB value is (71,110,170).
#476eaa hex color red value is 71, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #476eaa hue: 0.60 , saturation: 0.41 and the lightness value of 476eaa is 0.47.
The process color (four color CMYK) of #476eaa color hex is 0.58, 0.35, 0.00, 0.33. Web safe color of #476eaa is #336699. Color #476eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01101110 | 10101010 |
Octal | 107 | 156 | 252 |
Decimal | 71 | 110 | 170 |
Hex | 47 | 6E | AA |
Shades of #476eaa
Tints of #476eaa
RGB Percentages of Color #476eaa
CMYK Percentages of Color #476eaa
Complementary Color
#476eaa | #aa8347 |
#476eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#476eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#476eaa Color CSS Codes
.mybgcolor {background-color:#476eaa; } .myforecolor {color:#476eaa; } .mybordercolor {border:3px solid #476eaa; }
#476eaa Text Font Color
<p style="color:#476eaa">Text here</p>
This sample text font color is #476eaa
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.
#476eaa Background Color
<div style="background-color:#476eaa">
Div content here</div>
This div background color is #476eaa
#476eaa Border Color
<div style="border:3px solid #476eaa">
Div here</div>
This div border color is #476eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,110,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #476eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476eaa; -webkit-box-shadow: 1px 1px 3px 2px #476eaa; box-shadow: 1px 1px 3px 2px #476eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,110,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #476eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #476eaa; -webkit-box-shadow: 1px 1px 3px 2px #476eaa; box-shadow: 1px 1px 3px 2px #476eaa;">
Div content here</div>
This div box has shadow with color #476eaa
Comments
No comments written yet.
Please login to write comment.