Shades of Astronaut #404F6F
Tints of Astronaut #404F6F
RGB
CMYK
RGB Variations
Color information
#404F6F (or 0x404F6F) is known color: Astronaut. HEX triplet: 40, 4F and 6F. RGB value is (64,79,111). Sum of RGB (Red+Green+Blue) = 64+79+111=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #404F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F6F is #BFB090. Grayscale: #4E4E4E. Windows color (decimal): -12562577 or 7294784. OLE color: 7294784.
HSL color Cylindrical-coordinate representation of color #404F6F: hue angle of 220.85º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404F6F is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 79 | 111 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.56 |
| HSL | 220.85º | 0.27% | 0.34% | - |
| HSV(B) | 220.85º | 0.42% | 0.44% | - |
| XYZ | 7.78 | 7.83 | 16.14 | - |
| YUV | 78.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 111 | 0.42 | 0.29 | 0 | 0.56 | 220.85 | 0.27 | 0.34 |
| Hex | 40 | 4F | 6F | 2A | 1D | 0 | 38 | DD | 1B | 22 |
| Octal | 100 | 117 | 157 | 52 | 35 | 0 | 70 | 335 | 33 | 42 |
| Binary | 1000000 | 1001111 | 1101111 | 101010 | 11101 | 0 | 111000 | 11011101 | 11011 | 100010 |
Color Harmonies of #404F6F
Complementary color
Monochromatic Colors of #404F6F
Black with #404F6F
Text Example
Text Example
White with #404F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F6F; }
p { color: rgb(64,79,111); }
H1.HeaderClassName
{
color: #404F6F;
}
.AnyTagClassName
{
color: #404F6F;
}
</style>
background-color css
<style>
a { background-color: #404F6F; }
a { background-color: rgb(64,79,111); }
div.DivClassName
{
background-color: #404F6F;
}
.BgClassName
{
background-color: #404F6F;
}
</style>
border-color css
<style>
span { border-color: #404F6F; }
span { border-color: rgb(64,79,111); }
td.TdClassName
{
border-color: #404F6F;
}
.TagClassName
{
border-color: #404F6F;
}
</style>