Shades of Astronaut #404C70
Tints of Astronaut #404C70
RGB
CMYK
RGB Variations
Color information
#404C70 (or 0x404C70) is known color: Astronaut. HEX triplet: 40, 4C and 70. RGB value is (64,76,112). Sum of RGB (Red+Green+Blue) = 64+76+112=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #404C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C70 is #BFB38F. Grayscale: #4C4C4C. Windows color (decimal): -12563344 or 7359552. OLE color: 7359552.
HSL color Cylindrical-coordinate representation of color #404C70: hue angle of 225º 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 #404C70 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 76 | 112 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.56 |
| HSL | 225º | 0.27% | 0.35% | - |
| HSV(B) | 225º | 0.43% | 0.44% | - |
| XYZ | 7.62 | 7.43 | 16.36 | - |
| YUV | 76.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 112 | 0.43 | 0.32 | 0 | 0.56 | 225 | 0.27 | 0.35 |
| Hex | 40 | 4C | 70 | 2B | 20 | 0 | 38 | E1 | 1B | 23 |
| Octal | 100 | 114 | 160 | 53 | 40 | 0 | 70 | 341 | 33 | 43 |
| Binary | 1000000 | 1001100 | 1110000 | 101011 | 100000 | 0 | 111000 | 11100001 | 11011 | 100011 |
Color Harmonies of #404C70
Complementary color
Monochromatic Colors of #404C70
Black with #404C70
Text Example
Text Example
White with #404C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C70; }
p { color: rgb(64,76,112); }
H1.HeaderClassName
{
color: #404C70;
}
.AnyTagClassName
{
color: #404C70;
}
</style>
background-color css
<style>
a { background-color: #404C70; }
a { background-color: rgb(64,76,112); }
div.DivClassName
{
background-color: #404C70;
}
.BgClassName
{
background-color: #404C70;
}
</style>
border-color css
<style>
span { border-color: #404C70; }
span { border-color: rgb(64,76,112); }
td.TdClassName
{
border-color: #404C70;
}
.TagClassName
{
border-color: #404C70;
}
</style>