Shades of Astronaut #404E71
Tints of Astronaut #404E71
RGB
CMYK
RGB Variations
Color information
#404E71 (or 0x404E71) is known color: Astronaut. HEX triplet: 40, 4E and 71. RGB value is (64,78,113). Sum of RGB (Red+Green+Blue) = 64+78+113=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #404E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E71 is #BFB18E. Grayscale: #4D4D4D. Windows color (decimal): -12562831 or 7425600. OLE color: 7425600.
HSL color Cylindrical-coordinate representation of color #404E71: hue angle of 222.86º degrees, saturation: 0.28, 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 #404E71 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 78 | 113 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.56 |
| HSL | 222.86º | 0.28% | 0.35% | - |
| HSV(B) | 222.86º | 0.43% | 0.44% | - |
| XYZ | 7.82 | 7.73 | 16.7 | - |
| YUV | 77.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 113 | 0.43 | 0.31 | 0 | 0.56 | 222.86 | 0.28 | 0.35 |
| Hex | 40 | 4E | 71 | 2B | 1F | 0 | 38 | DF | 1C | 23 |
| Octal | 100 | 116 | 161 | 53 | 37 | 0 | 70 | 337 | 34 | 43 |
| Binary | 1000000 | 1001110 | 1110001 | 101011 | 11111 | 0 | 111000 | 11011111 | 11100 | 100011 |
Color Harmonies of #404E71
Complementary color
Monochromatic Colors of #404E71
Black with #404E71
Text Example
Text Example
White with #404E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E71; }
p { color: rgb(64,78,113); }
H1.HeaderClassName
{
color: #404E71;
}
.AnyTagClassName
{
color: #404E71;
}
</style>
background-color css
<style>
a { background-color: #404E71; }
a { background-color: rgb(64,78,113); }
div.DivClassName
{
background-color: #404E71;
}
.BgClassName
{
background-color: #404E71;
}
</style>
border-color css
<style>
span { border-color: #404E71; }
span { border-color: rgb(64,78,113); }
td.TdClassName
{
border-color: #404E71;
}
.TagClassName
{
border-color: #404E71;
}
</style>