Shades of Astronaut #404D75
Tints of Astronaut #404D75
RGB
CMYK
RGB Variations
Color information
#404D75 (or 0x404D75) is known color: Astronaut. HEX triplet: 40, 4D and 75. RGB value is (64,77,117). Sum of RGB (Red+Green+Blue) = 64+77+117=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #404D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D75 is #BFB28A. Grayscale: #4D4D4D. Windows color (decimal): -12563083 or 7687488. OLE color: 7687488.
HSL color Cylindrical-coordinate representation of color #404D75: hue angle of 225.28º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404D75 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 77 | 117 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.54 |
| HSL | 225.28º | 0.29% | 0.35% | - |
| HSV(B) | 225.28º | 0.45% | 0.46% | - |
| XYZ | 7.98 | 7.68 | 17.89 | - |
| YUV | 77.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 117 | 0.45 | 0.34 | 0 | 0.54 | 225.28 | 0.29 | 0.35 |
| Hex | 40 | 4D | 75 | 2D | 22 | 0 | 36 | E1 | 1D | 23 |
| Octal | 100 | 115 | 165 | 55 | 42 | 0 | 66 | 341 | 35 | 43 |
| Binary | 1000000 | 1001101 | 1110101 | 101101 | 100010 | 0 | 110110 | 11100001 | 11101 | 100011 |
Color Harmonies of #404D75
Complementary color
Monochromatic Colors of #404D75
Black with #404D75
Text Example
Text Example
White with #404D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D75; }
p { color: rgb(64,77,117); }
H1.HeaderClassName
{
color: #404D75;
}
.AnyTagClassName
{
color: #404D75;
}
</style>
background-color css
<style>
a { background-color: #404D75; }
a { background-color: rgb(64,77,117); }
div.DivClassName
{
background-color: #404D75;
}
.BgClassName
{
background-color: #404D75;
}
</style>
border-color css
<style>
span { border-color: #404D75; }
span { border-color: rgb(64,77,117); }
td.TdClassName
{
border-color: #404D75;
}
.TagClassName
{
border-color: #404D75;
}
</style>