Shades of Astronaut #414D72
Tints of Astronaut #414D72
RGB
CMYK
RGB Variations
Color information
#414D72 (or 0x414D72) is known color: Astronaut. HEX triplet: 41, 4D and 72. RGB value is (65,77,114). Sum of RGB (Red+Green+Blue) = 65+77+114=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #414D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D72 is #BEB28D. Grayscale: #4D4D4D. Windows color (decimal): -12497550 or 7490881. OLE color: 7490881.
HSL color Cylindrical-coordinate representation of color #414D72: hue angle of 225.31º degrees, saturation: 0.27, 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 #414D72 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 77 | 114 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.55 |
| HSL | 225.31º | 0.27% | 0.35% | - |
| HSV(B) | 225.31º | 0.43% | 0.45% | - |
| XYZ | 7.87 | 7.65 | 16.98 | - |
| YUV | 77.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 114 | 0.43 | 0.32 | 0 | 0.55 | 225.31 | 0.27 | 0.35 |
| Hex | 41 | 4D | 72 | 2B | 20 | 0 | 37 | E1 | 1B | 23 |
| Octal | 101 | 115 | 162 | 53 | 40 | 0 | 67 | 341 | 33 | 43 |
| Binary | 1000001 | 1001101 | 1110010 | 101011 | 100000 | 0 | 110111 | 11100001 | 11011 | 100011 |
Color Harmonies of #414D72
Complementary color
Monochromatic Colors of #414D72
Black with #414D72
Text Example
Text Example
White with #414D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D72; }
p { color: rgb(65,77,114); }
H1.HeaderClassName
{
color: #414D72;
}
.AnyTagClassName
{
color: #414D72;
}
</style>
background-color css
<style>
a { background-color: #414D72; }
a { background-color: rgb(65,77,114); }
div.DivClassName
{
background-color: #414D72;
}
.BgClassName
{
background-color: #414D72;
}
</style>
border-color css
<style>
span { border-color: #414D72; }
span { border-color: rgb(65,77,114); }
td.TdClassName
{
border-color: #414D72;
}
.TagClassName
{
border-color: #414D72;
}
</style>