Shades of Astronaut #404D76
Tints of Astronaut #404D76
RGB
CMYK
RGB Variations
Color information
#404D76 (or 0x404D76) is known color: Astronaut. HEX triplet: 40, 4D and 76. RGB value is (64,77,118). Sum of RGB (Red+Green+Blue) = 64+77+118=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #404D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D76 is #BFB289. Grayscale: #4D4D4D. Windows color (decimal): -12563082 or 7753024. OLE color: 7753024.
HSL color Cylindrical-coordinate representation of color #404D76: hue angle of 225.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404D76 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 77 | 118 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.54 |
| HSL | 225.56º | 0.3% | 0.36% | - |
| HSV(B) | 225.56º | 0.46% | 0.46% | - |
| XYZ | 8.04 | 7.71 | 18.2 | - |
| YUV | 77.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 118 | 0.46 | 0.35 | 0 | 0.54 | 225.56 | 0.3 | 0.36 |
| Hex | 40 | 4D | 76 | 2E | 23 | 0 | 36 | E2 | 1E | 24 |
| Octal | 100 | 115 | 166 | 56 | 43 | 0 | 66 | 342 | 36 | 44 |
| Binary | 1000000 | 1001101 | 1110110 | 101110 | 100011 | 0 | 110110 | 11100010 | 11110 | 100100 |
Color Harmonies of #404D76
Complementary color
Monochromatic Colors of #404D76
Black with #404D76
Text Example
Text Example
White with #404D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D76; }
p { color: rgb(64,77,118); }
H1.HeaderClassName
{
color: #404D76;
}
.AnyTagClassName
{
color: #404D76;
}
</style>
background-color css
<style>
a { background-color: #404D76; }
a { background-color: rgb(64,77,118); }
div.DivClassName
{
background-color: #404D76;
}
.BgClassName
{
background-color: #404D76;
}
</style>
border-color css
<style>
span { border-color: #404D76; }
span { border-color: rgb(64,77,118); }
td.TdClassName
{
border-color: #404D76;
}
.TagClassName
{
border-color: #404D76;
}
</style>