Shades of Astronaut #414D73
Tints of Astronaut #414D73
RGB
CMYK
RGB Variations
Color information
#414D73 (or 0x414D73) is known color: Astronaut. HEX triplet: 41, 4D and 73. RGB value is (65,77,115). Sum of RGB (Red+Green+Blue) = 65+77+115=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #414D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D73 is #BEB28C. Grayscale: #4D4D4D. Windows color (decimal): -12497549 or 7556417. OLE color: 7556417.
HSL color Cylindrical-coordinate representation of color #414D73: hue angle of 225.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414D73 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 77 | 115 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.55 |
| HSL | 225.6º | 0.28% | 0.35% | - |
| HSV(B) | 225.6º | 0.43% | 0.45% | - |
| XYZ | 7.93 | 7.67 | 17.28 | - |
| YUV | 77.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 115 | 0.43 | 0.33 | 0 | 0.55 | 225.6 | 0.28 | 0.35 |
| Hex | 41 | 4D | 73 | 2B | 21 | 0 | 37 | E2 | 1C | 23 |
| Octal | 101 | 115 | 163 | 53 | 41 | 0 | 67 | 342 | 34 | 43 |
| Binary | 1000001 | 1001101 | 1110011 | 101011 | 100001 | 0 | 110111 | 11100010 | 11100 | 100011 |
Color Harmonies of #414D73
Complementary color
Monochromatic Colors of #414D73
Black with #414D73
Text Example
Text Example
White with #414D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D73; }
p { color: rgb(65,77,115); }
H1.HeaderClassName
{
color: #414D73;
}
.AnyTagClassName
{
color: #414D73;
}
</style>
background-color css
<style>
a { background-color: #414D73; }
a { background-color: rgb(65,77,115); }
div.DivClassName
{
background-color: #414D73;
}
.BgClassName
{
background-color: #414D73;
}
</style>
border-color css
<style>
span { border-color: #414D73; }
span { border-color: rgb(65,77,115); }
td.TdClassName
{
border-color: #414D73;
}
.TagClassName
{
border-color: #414D73;
}
</style>