Shades of Astronaut #414E73
Tints of Astronaut #414E73
RGB
CMYK
RGB Variations
Color information
#414E73 (or 0x414E73) is known color: Astronaut. HEX triplet: 41, 4E and 73. RGB value is (65,78,115). Sum of RGB (Red+Green+Blue) = 65+78+115=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #414E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E73 is #BEB18C. Grayscale: #4E4E4E. Windows color (decimal): -12497293 or 7556673. OLE color: 7556673.
HSL color Cylindrical-coordinate representation of color #414E73: hue angle of 224.4º degrees, saturation: 0.28, 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 #414E73 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 78 | 115 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.55 |
| HSL | 224.4º | 0.28% | 0.35% | - |
| HSV(B) | 224.4º | 0.43% | 0.45% | - |
| XYZ | 8 | 7.81 | 17.31 | - |
| YUV | 78.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 115 | 0.43 | 0.32 | 0 | 0.55 | 224.4 | 0.28 | 0.35 |
| Hex | 41 | 4E | 73 | 2B | 20 | 0 | 37 | E0 | 1C | 23 |
| Octal | 101 | 116 | 163 | 53 | 40 | 0 | 67 | 340 | 34 | 43 |
| Binary | 1000001 | 1001110 | 1110011 | 101011 | 100000 | 0 | 110111 | 11100000 | 11100 | 100011 |
Color Harmonies of #414E73
Complementary color
Monochromatic Colors of #414E73
Black with #414E73
Text Example
Text Example
White with #414E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E73; }
p { color: rgb(65,78,115); }
H1.HeaderClassName
{
color: #414E73;
}
.AnyTagClassName
{
color: #414E73;
}
</style>
background-color css
<style>
a { background-color: #414E73; }
a { background-color: rgb(65,78,115); }
div.DivClassName
{
background-color: #414E73;
}
.BgClassName
{
background-color: #414E73;
}
</style>
border-color css
<style>
span { border-color: #414E73; }
span { border-color: rgb(65,78,115); }
td.TdClassName
{
border-color: #414E73;
}
.TagClassName
{
border-color: #414E73;
}
</style>