Shades of Astronaut #404D6D
Tints of Astronaut #404D6D
RGB
CMYK
RGB Variations
Color information
#404D6D (or 0x404D6D) is known color: Astronaut. HEX triplet: 40, 4D and 6D. RGB value is (64,77,109). Sum of RGB (Red+Green+Blue) = 64+77+109=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #404D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D6D is #BFB292. Grayscale: #4C4C4C. Windows color (decimal): -12563091 or 7163200. OLE color: 7163200.
HSL color Cylindrical-coordinate representation of color #404D6D: hue angle of 222.67º 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 #404D6D is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 77 | 109 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.57 |
| HSL | 222.67º | 0.26% | 0.34% | - |
| HSV(B) | 222.67º | 0.41% | 0.43% | - |
| XYZ | 7.53 | 7.5 | 15.52 | - |
| YUV | 76.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 109 | 0.41 | 0.29 | 0 | 0.57 | 222.67 | 0.26 | 0.34 |
| Hex | 40 | 4D | 6D | 29 | 1D | 0 | 39 | DF | 1A | 22 |
| Octal | 100 | 115 | 155 | 51 | 35 | 0 | 71 | 337 | 32 | 42 |
| Binary | 1000000 | 1001101 | 1101101 | 101001 | 11101 | 0 | 111001 | 11011111 | 11010 | 100010 |
Color Harmonies of #404D6D
Complementary color
Monochromatic Colors of #404D6D
Black with #404D6D
Text Example
Text Example
White with #404D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D6D; }
p { color: rgb(64,77,109); }
H1.HeaderClassName
{
color: #404D6D;
}
.AnyTagClassName
{
color: #404D6D;
}
</style>
background-color css
<style>
a { background-color: #404D6D; }
a { background-color: rgb(64,77,109); }
div.DivClassName
{
background-color: #404D6D;
}
.BgClassName
{
background-color: #404D6D;
}
</style>
border-color css
<style>
span { border-color: #404D6D; }
span { border-color: rgb(64,77,109); }
td.TdClassName
{
border-color: #404D6D;
}
.TagClassName
{
border-color: #404D6D;
}
</style>