Shades of Astronaut #404C6D
Tints of Astronaut #404C6D
RGB
CMYK
RGB Variations
Color information
#404C6D (or 0x404C6D) is known color: Astronaut. HEX triplet: 40, 4C and 6D. RGB value is (64,76,109). Sum of RGB (Red+Green+Blue) = 64+76+109=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #404C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6D is #BFB392. Grayscale: #4C4C4C. Windows color (decimal): -12563347 or 7162944. OLE color: 7162944.
HSL color Cylindrical-coordinate representation of color #404C6D: hue angle of 224º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404C6D is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 76 | 109 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.57 |
| HSL | 224º | 0.26% | 0.34% | - |
| HSV(B) | 224º | 0.41% | 0.43% | - |
| XYZ | 7.46 | 7.36 | 15.5 | - |
| YUV | 76.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 109 | 0.41 | 0.30 | 0 | 0.57 | 224 | 0.26 | 0.34 |
| Hex | 40 | 4C | 6D | 29 | 1E | 0 | 39 | E0 | 1A | 22 |
| Octal | 100 | 114 | 155 | 51 | 36 | 0 | 71 | 340 | 32 | 42 |
| Binary | 1000000 | 1001100 | 1101101 | 101001 | 11110 | 0 | 111001 | 11100000 | 11010 | 100010 |
Color Harmonies of #404C6D
Complementary color
Monochromatic Colors of #404C6D
Black with #404C6D
Text Example
Text Example
White with #404C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C6D; }
p { color: rgb(64,76,109); }
H1.HeaderClassName
{
color: #404C6D;
}
.AnyTagClassName
{
color: #404C6D;
}
</style>
background-color css
<style>
a { background-color: #404C6D; }
a { background-color: rgb(64,76,109); }
div.DivClassName
{
background-color: #404C6D;
}
.BgClassName
{
background-color: #404C6D;
}
</style>
border-color css
<style>
span { border-color: #404C6D; }
span { border-color: rgb(64,76,109); }
td.TdClassName
{
border-color: #404C6D;
}
.TagClassName
{
border-color: #404C6D;
}
</style>