Shades of Astronaut #414D77
Tints of Astronaut #414D77
RGB
CMYK
RGB Variations
Color information
#414D77 (or 0x414D77) is known color: Astronaut. HEX triplet: 41, 4D and 77. RGB value is (65,77,119). Sum of RGB (Red+Green+Blue) = 65+77+119=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #414D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D77 is #BEB288. Grayscale: #4E4E4E. Windows color (decimal): -12497545 or 7818561. OLE color: 7818561.
HSL color Cylindrical-coordinate representation of color #414D77: hue angle of 226.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414D77 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 77 | 119 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.53 |
| HSL | 226.67º | 0.29% | 0.36% | - |
| HSV(B) | 226.67º | 0.45% | 0.47% | - |
| XYZ | 8.16 | 7.76 | 18.52 | - |
| YUV | 78.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 119 | 0.45 | 0.35 | 0 | 0.53 | 226.67 | 0.29 | 0.36 |
| Hex | 41 | 4D | 77 | 2D | 23 | 0 | 35 | E3 | 1D | 24 |
| Octal | 101 | 115 | 167 | 55 | 43 | 0 | 65 | 343 | 35 | 44 |
| Binary | 1000001 | 1001101 | 1110111 | 101101 | 100011 | 0 | 110101 | 11100011 | 11101 | 100100 |
Color Harmonies of #414D77
Complementary color
Monochromatic Colors of #414D77
Black with #414D77
Text Example
Text Example
White with #414D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D77; }
p { color: rgb(65,77,119); }
H1.HeaderClassName
{
color: #414D77;
}
.AnyTagClassName
{
color: #414D77;
}
</style>
background-color css
<style>
a { background-color: #414D77; }
a { background-color: rgb(65,77,119); }
div.DivClassName
{
background-color: #414D77;
}
.BgClassName
{
background-color: #414D77;
}
</style>
border-color css
<style>
span { border-color: #414D77; }
span { border-color: rgb(65,77,119); }
td.TdClassName
{
border-color: #414D77;
}
.TagClassName
{
border-color: #414D77;
}
</style>