Shades of Astronaut #404D73
Tints of Astronaut #404D73
RGB
CMYK
RGB Variations
Color information
#404D73 (or 0x404D73) is known color: Astronaut. HEX triplet: 40, 4D and 73. RGB value is (64,77,115). Sum of RGB (Red+Green+Blue) = 64+77+115=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #404D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D73 is #BFB28C. Grayscale: #4D4D4D. Windows color (decimal): -12563085 or 7556416. OLE color: 7556416.
HSL color Cylindrical-coordinate representation of color #404D73: hue angle of 224.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404D73 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 77 | 115 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.55 |
| HSL | 224.71º | 0.28% | 0.35% | - |
| HSV(B) | 224.71º | 0.44% | 0.45% | - |
| XYZ | 7.86 | 7.64 | 17.28 | - |
| YUV | 77.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 115 | 0.44 | 0.33 | 0 | 0.55 | 224.71 | 0.28 | 0.35 |
| Hex | 40 | 4D | 73 | 2C | 21 | 0 | 37 | E1 | 1C | 23 |
| Octal | 100 | 115 | 163 | 54 | 41 | 0 | 67 | 341 | 34 | 43 |
| Binary | 1000000 | 1001101 | 1110011 | 101100 | 100001 | 0 | 110111 | 11100001 | 11100 | 100011 |
Color Harmonies of #404D73
Complementary color
Monochromatic Colors of #404D73
Black with #404D73
Text Example
Text Example
White with #404D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D73; }
p { color: rgb(64,77,115); }
H1.HeaderClassName
{
color: #404D73;
}
.AnyTagClassName
{
color: #404D73;
}
</style>
background-color css
<style>
a { background-color: #404D73; }
a { background-color: rgb(64,77,115); }
div.DivClassName
{
background-color: #404D73;
}
.BgClassName
{
background-color: #404D73;
}
</style>
border-color css
<style>
span { border-color: #404D73; }
span { border-color: rgb(64,77,115); }
td.TdClassName
{
border-color: #404D73;
}
.TagClassName
{
border-color: #404D73;
}
</style>