Shades of Astronaut #404A77
Tints of Astronaut #404A77
RGB
CMYK
RGB Variations
Color information
#404A77 (or 0x404A77) is known color: Astronaut. HEX triplet: 40, 4A and 77. RGB value is (64,74,119). Sum of RGB (Red+Green+Blue) = 64+74+119=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #404A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A77 is #BFB588. Grayscale: #4B4B4B. Windows color (decimal): -12563849 or 7817792. OLE color: 7817792.
HSL color Cylindrical-coordinate representation of color #404A77: hue angle of 229.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404A77 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 74 | 119 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.53 |
| HSL | 229.09º | 0.3% | 0.36% | - |
| HSV(B) | 229.09º | 0.46% | 0.47% | - |
| XYZ | 7.89 | 7.32 | 18.45 | - |
| YUV | 76.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 119 | 0.46 | 0.38 | 0 | 0.53 | 229.09 | 0.3 | 0.36 |
| Hex | 40 | 4A | 77 | 2E | 26 | 0 | 35 | E5 | 1E | 24 |
| Octal | 100 | 112 | 167 | 56 | 46 | 0 | 65 | 345 | 36 | 44 |
| Binary | 1000000 | 1001010 | 1110111 | 101110 | 100110 | 0 | 110101 | 11100101 | 11110 | 100100 |
Color Harmonies of #404A77
Complementary color
Monochromatic Colors of #404A77
Black with #404A77
Text Example
Text Example
White with #404A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A77; }
p { color: rgb(64,74,119); }
H1.HeaderClassName
{
color: #404A77;
}
.AnyTagClassName
{
color: #404A77;
}
</style>
background-color css
<style>
a { background-color: #404A77; }
a { background-color: rgb(64,74,119); }
div.DivClassName
{
background-color: #404A77;
}
.BgClassName
{
background-color: #404A77;
}
</style>
border-color css
<style>
span { border-color: #404A77; }
span { border-color: rgb(64,74,119); }
td.TdClassName
{
border-color: #404A77;
}
.TagClassName
{
border-color: #404A77;
}
</style>