Color spaces of #4077aa
RGB | 64 | 119 | 170 |
---|---|---|---|
HSL | 0.58 | 0.45 | 0.46 |
HSV | 209° | 62° | 67° |
CMYK | 0.62 | 0.30 | 0.00 0.33 |
XYZ | 15.9669 | 17.1859 | 40.5059 |
Yxy | 17.1859 | 0.2168 | 0.2333 |
Hunter Lab | 41.4559 | -3.7978 | -28.9122 |
CIE-Lab | 48.4934 | -2.1022 | -32.6455 |
#4077aa color RGB value is (64,119,170).
#4077aa hex color red value is 64, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4077aa hue: 0.58 , saturation: 0.45 and the lightness value of 4077aa is 0.46.
The process color (four color CMYK) of #4077aa color hex is 0.62, 0.30, 0.00, 0.33. Web safe color of #4077aa is #336699. Color #4077aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01110111 | 10101010 |
Octal | 100 | 167 | 252 |
Decimal | 64 | 119 | 170 |
Hex | 40 | 77 | AA |
Shades of #4077aa
Tints of #4077aa
RGB Percentages of Color #4077aa
CMYK Percentages of Color #4077aa
Complementary Color
#4077aa | #aa7340 |
#4077aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4077aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4077aa Color CSS Codes
.mybgcolor {background-color:#4077aa; } .myforecolor {color:#4077aa; } .mybordercolor {border:3px solid #4077aa; }
#4077aa Text Font Color
<p style="color:#4077aa">Text here</p>
This sample text font color is #4077aa
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.
#4077aa Background Color
<div style="background-color:#4077aa">
Div content here</div>
This div background color is #4077aa
#4077aa Border Color
<div style="border:3px solid #4077aa">
Div here</div>
This div border color is #4077aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,119,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4077aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4077aa; -webkit-box-shadow: 1px 1px 3px 2px #4077aa; box-shadow: 1px 1px 3px 2px #4077aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,119,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 #4077aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4077aa; -webkit-box-shadow: 1px 1px 3px 2px #4077aa; box-shadow: 1px 1px 3px 2px #4077aa;">
Div content here</div>
This div box has shadow with color #4077aa
Comments
No comments written yet.
Please login to write comment.