Shades of Astronaut #414E70
Tints of Astronaut #414E70
RGB
CMYK
RGB Variations
Color information
#414E70 (or 0x414E70) is known color: Astronaut. HEX triplet: 41, 4E and 70. RGB value is (65,78,112). Sum of RGB (Red+Green+Blue) = 65+78+112=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #414E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E70 is #BEB18F. Grayscale: #4D4D4D. Windows color (decimal): -12497296 or 7360065. OLE color: 7360065.
HSL color Cylindrical-coordinate representation of color #414E70: hue angle of 223.4º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414E70 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 78 | 112 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.56 |
| HSL | 223.4º | 0.27% | 0.35% | - |
| HSV(B) | 223.4º | 0.42% | 0.44% | - |
| XYZ | 7.83 | 7.74 | 16.41 | - |
| YUV | 77.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 112 | 0.42 | 0.30 | 0 | 0.56 | 223.4 | 0.27 | 0.35 |
| Hex | 41 | 4E | 70 | 2A | 1E | 0 | 38 | DF | 1B | 23 |
| Octal | 101 | 116 | 160 | 52 | 36 | 0 | 70 | 337 | 33 | 43 |
| Binary | 1000001 | 1001110 | 1110000 | 101010 | 11110 | 0 | 111000 | 11011111 | 11011 | 100011 |
Color Harmonies of #414E70
Complementary color
Monochromatic Colors of #414E70
Black with #414E70
Text Example
Text Example
White with #414E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E70; }
p { color: rgb(65,78,112); }
H1.HeaderClassName
{
color: #414E70;
}
.AnyTagClassName
{
color: #414E70;
}
</style>
background-color css
<style>
a { background-color: #414E70; }
a { background-color: rgb(65,78,112); }
div.DivClassName
{
background-color: #414E70;
}
.BgClassName
{
background-color: #414E70;
}
</style>
border-color css
<style>
span { border-color: #414E70; }
span { border-color: rgb(65,78,112); }
td.TdClassName
{
border-color: #414E70;
}
.TagClassName
{
border-color: #414E70;
}
</style>