Shades of Astronaut #404F6C
Tints of Astronaut #404F6C
RGB
CMYK
RGB Variations
Color information
#404F6C (or 0x404F6C) is known color: Astronaut. HEX triplet: 40, 4F and 6C. RGB value is (64,79,108). Sum of RGB (Red+Green+Blue) = 64+79+108=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #404F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F6C is #BFB093. Grayscale: #4D4D4D. Windows color (decimal): -12562580 or 7098176. OLE color: 7098176.
HSL color Cylindrical-coordinate representation of color #404F6C: hue angle of 219.55º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404F6C is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 79 | 108 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.58 |
| HSL | 219.55º | 0.26% | 0.34% | - |
| HSV(B) | 219.55º | 0.41% | 0.42% | - |
| XYZ | 7.62 | 7.76 | 15.28 | - |
| YUV | 77.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 108 | 0.41 | 0.27 | 0 | 0.58 | 219.55 | 0.26 | 0.34 |
| Hex | 40 | 4F | 6C | 29 | 1B | 0 | 3A | DC | 1A | 22 |
| Octal | 100 | 117 | 154 | 51 | 33 | 0 | 72 | 334 | 32 | 42 |
| Binary | 1000000 | 1001111 | 1101100 | 101001 | 11011 | 0 | 111010 | 11011100 | 11010 | 100010 |
Color Harmonies of #404F6C
Complementary color
Monochromatic Colors of #404F6C
Black with #404F6C
Text Example
Text Example
White with #404F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F6C; }
p { color: rgb(64,79,108); }
H1.HeaderClassName
{
color: #404F6C;
}
.AnyTagClassName
{
color: #404F6C;
}
</style>
background-color css
<style>
a { background-color: #404F6C; }
a { background-color: rgb(64,79,108); }
div.DivClassName
{
background-color: #404F6C;
}
.BgClassName
{
background-color: #404F6C;
}
</style>
border-color css
<style>
span { border-color: #404F6C; }
span { border-color: rgb(64,79,108); }
td.TdClassName
{
border-color: #404F6C;
}
.TagClassName
{
border-color: #404F6C;
}
</style>