Shades of Astronaut #404E70
Tints of Astronaut #404E70
RGB
CMYK
RGB Variations
Color information
#404E70 (or 0x404E70) is known color: Astronaut. HEX triplet: 40, 4E and 70. RGB value is (64,78,112). Sum of RGB (Red+Green+Blue) = 64+78+112=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #404E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E70 is #BFB18F. Grayscale: #4D4D4D. Windows color (decimal): -12562832 or 7360064. OLE color: 7360064.
HSL color Cylindrical-coordinate representation of color #404E70: hue angle of 222.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404E70 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 78 | 112 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.56 |
| HSL | 222.5º | 0.27% | 0.35% | - |
| HSV(B) | 222.5º | 0.43% | 0.44% | - |
| XYZ | 7.76 | 7.71 | 16.41 | - |
| YUV | 77.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 112 | 0.43 | 0.30 | 0 | 0.56 | 222.5 | 0.27 | 0.35 |
| Hex | 40 | 4E | 70 | 2B | 1E | 0 | 38 | DE | 1B | 23 |
| Octal | 100 | 116 | 160 | 53 | 36 | 0 | 70 | 336 | 33 | 43 |
| Binary | 1000000 | 1001110 | 1110000 | 101011 | 11110 | 0 | 111000 | 11011110 | 11011 | 100011 |
Color Harmonies of #404E70
Complementary color
Monochromatic Colors of #404E70
Black with #404E70
Text Example
Text Example
White with #404E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E70; }
p { color: rgb(64,78,112); }
H1.HeaderClassName
{
color: #404E70;
}
.AnyTagClassName
{
color: #404E70;
}
</style>
background-color css
<style>
a { background-color: #404E70; }
a { background-color: rgb(64,78,112); }
div.DivClassName
{
background-color: #404E70;
}
.BgClassName
{
background-color: #404E70;
}
</style>
border-color css
<style>
span { border-color: #404E70; }
span { border-color: rgb(64,78,112); }
td.TdClassName
{
border-color: #404E70;
}
.TagClassName
{
border-color: #404E70;
}
</style>