Shades of Astronaut #414F70
Tints of Astronaut #414F70
RGB
CMYK
RGB Variations
Color information
#414F70 (or 0x414F70) is known color: Astronaut. HEX triplet: 41, 4F and 70. RGB value is (65,79,112). Sum of RGB (Red+Green+Blue) = 65+79+112=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #414F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F70 is #BEB08F. Grayscale: #4E4E4E. Windows color (decimal): -12497040 or 7360321. OLE color: 7360321.
HSL color Cylindrical-coordinate representation of color #414F70: hue angle of 222.13º 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 #414F70 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 79 | 112 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.56 |
| HSL | 222.13º | 0.27% | 0.35% | - |
| HSV(B) | 222.13º | 0.42% | 0.44% | - |
| XYZ | 7.9 | 7.89 | 16.43 | - |
| YUV | 78.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 112 | 0.42 | 0.29 | 0 | 0.56 | 222.13 | 0.27 | 0.35 |
| Hex | 41 | 4F | 70 | 2A | 1D | 0 | 38 | DE | 1B | 23 |
| Octal | 101 | 117 | 160 | 52 | 35 | 0 | 70 | 336 | 33 | 43 |
| Binary | 1000001 | 1001111 | 1110000 | 101010 | 11101 | 0 | 111000 | 11011110 | 11011 | 100011 |
Color Harmonies of #414F70
Complementary color
Monochromatic Colors of #414F70
Black with #414F70
Text Example
Text Example
White with #414F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F70; }
p { color: rgb(65,79,112); }
H1.HeaderClassName
{
color: #414F70;
}
.AnyTagClassName
{
color: #414F70;
}
</style>
background-color css
<style>
a { background-color: #414F70; }
a { background-color: rgb(65,79,112); }
div.DivClassName
{
background-color: #414F70;
}
.BgClassName
{
background-color: #414F70;
}
</style>
border-color css
<style>
span { border-color: #414F70; }
span { border-color: rgb(65,79,112); }
td.TdClassName
{
border-color: #414F70;
}
.TagClassName
{
border-color: #414F70;
}
</style>