Shades of Astronaut #414E72
Tints of Astronaut #414E72
RGB
CMYK
RGB Variations
Color information
#414E72 (or 0x414E72) is known color: Astronaut. HEX triplet: 41, 4E and 72. RGB value is (65,78,114). Sum of RGB (Red+Green+Blue) = 65+78+114=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #414E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E72 is #BEB18D. Grayscale: #4E4E4E. Windows color (decimal): -12497294 or 7491137. OLE color: 7491137.
HSL color Cylindrical-coordinate representation of color #414E72: hue angle of 224.08º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414E72 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 78 | 114 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.55 |
| HSL | 224.08º | 0.27% | 0.35% | - |
| HSV(B) | 224.08º | 0.43% | 0.45% | - |
| XYZ | 7.94 | 7.79 | 17 | - |
| YUV | 78.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 114 | 0.43 | 0.32 | 0 | 0.55 | 224.08 | 0.27 | 0.35 |
| Hex | 41 | 4E | 72 | 2B | 20 | 0 | 37 | E0 | 1B | 23 |
| Octal | 101 | 116 | 162 | 53 | 40 | 0 | 67 | 340 | 33 | 43 |
| Binary | 1000001 | 1001110 | 1110010 | 101011 | 100000 | 0 | 110111 | 11100000 | 11011 | 100011 |
Color Harmonies of #414E72
Complementary color
Monochromatic Colors of #414E72
Black with #414E72
Text Example
Text Example
White with #414E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E72; }
p { color: rgb(65,78,114); }
H1.HeaderClassName
{
color: #414E72;
}
.AnyTagClassName
{
color: #414E72;
}
</style>
background-color css
<style>
a { background-color: #414E72; }
a { background-color: rgb(65,78,114); }
div.DivClassName
{
background-color: #414E72;
}
.BgClassName
{
background-color: #414E72;
}
</style>
border-color css
<style>
span { border-color: #414E72; }
span { border-color: rgb(65,78,114); }
td.TdClassName
{
border-color: #414E72;
}
.TagClassName
{
border-color: #414E72;
}
</style>