Shades of Astronaut #404A71
Tints of Astronaut #404A71
RGB
CMYK
RGB Variations
Color information
#404A71 (or 0x404A71) is known color: Astronaut. HEX triplet: 40, 4A and 71. RGB value is (64,74,113). Sum of RGB (Red+Green+Blue) = 64+74+113=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #404A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A71 is #BFB58E. Grayscale: #4B4B4B. Windows color (decimal): -12563855 or 7424576. OLE color: 7424576.
HSL color Cylindrical-coordinate representation of color #404A71: hue angle of 227.76º 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 #404A71 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 74 | 113 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.56 |
| HSL | 227.76º | 0.28% | 0.35% | - |
| HSV(B) | 227.76º | 0.43% | 0.44% | - |
| XYZ | 7.54 | 7.18 | 16.61 | - |
| YUV | 75.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 113 | 0.43 | 0.35 | 0 | 0.56 | 227.76 | 0.28 | 0.35 |
| Hex | 40 | 4A | 71 | 2B | 23 | 0 | 38 | E4 | 1C | 23 |
| Octal | 100 | 112 | 161 | 53 | 43 | 0 | 70 | 344 | 34 | 43 |
| Binary | 1000000 | 1001010 | 1110001 | 101011 | 100011 | 0 | 111000 | 11100100 | 11100 | 100011 |
Color Harmonies of #404A71
Complementary color
Monochromatic Colors of #404A71
Black with #404A71
Text Example
Text Example
White with #404A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A71; }
p { color: rgb(64,74,113); }
H1.HeaderClassName
{
color: #404A71;
}
.AnyTagClassName
{
color: #404A71;
}
</style>
background-color css
<style>
a { background-color: #404A71; }
a { background-color: rgb(64,74,113); }
div.DivClassName
{
background-color: #404A71;
}
.BgClassName
{
background-color: #404A71;
}
</style>
border-color css
<style>
span { border-color: #404A71; }
span { border-color: rgb(64,74,113); }
td.TdClassName
{
border-color: #404A71;
}
.TagClassName
{
border-color: #404A71;
}
</style>