Shades of Astronaut #494E77
Tints of Astronaut #494E77
RGB
CMYK
RGB Variations
Color information
#494E77 (or 0x494E77) is known color: Astronaut. HEX triplet: 49, 4E and 77. RGB value is (73,78,119). Sum of RGB (Red+Green+Blue) = 73+78+119=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #494E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E77 is #B6B188. Grayscale: #515151. Windows color (decimal): -11973001 or 7818825. OLE color: 7818825.
HSL color Cylindrical-coordinate representation of color #494E77: hue angle of 233.48º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494E77 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 78 | 119 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.53 |
| HSL | 233.48º | 0.24% | 0.38% | - |
| HSV(B) | 233.48º | 0.39% | 0.47% | - |
| XYZ | 8.8 | 8.2 | 18.57 | - |
| YUV | 81.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 119 | 0.39 | 0.34 | 0 | 0.53 | 233.48 | 0.24 | 0.38 |
| Hex | 49 | 4E | 77 | 27 | 22 | 0 | 35 | E9 | 18 | 26 |
| Octal | 111 | 116 | 167 | 47 | 42 | 0 | 65 | 351 | 30 | 46 |
| Binary | 1001001 | 1001110 | 1110111 | 100111 | 100010 | 0 | 110101 | 11101001 | 11000 | 100110 |
Color Harmonies of #494E77
Complementary color
Monochromatic Colors of #494E77
Black with #494E77
Text Example
Text Example
White with #494E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E77; }
p { color: rgb(73,78,119); }
H1.HeaderClassName
{
color: #494E77;
}
.AnyTagClassName
{
color: #494E77;
}
</style>
background-color css
<style>
a { background-color: #494E77; }
a { background-color: rgb(73,78,119); }
div.DivClassName
{
background-color: #494E77;
}
.BgClassName
{
background-color: #494E77;
}
</style>
border-color css
<style>
span { border-color: #494E77; }
span { border-color: rgb(73,78,119); }
td.TdClassName
{
border-color: #494E77;
}
.TagClassName
{
border-color: #494E77;
}
</style>