Shades of Astronaut #495177
Tints of Astronaut #495177
RGB
CMYK
RGB Variations
Color information
#495177 (or 0x495177) is known color: Astronaut. HEX triplet: 49, 51 and 77. RGB value is (73,81,119). Sum of RGB (Red+Green+Blue) = 73+81+119=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #495177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495177 is #B6AE88. Grayscale: #525252. Windows color (decimal): -11972233 or 7819593. OLE color: 7819593.
HSL color Cylindrical-coordinate representation of color #495177: hue angle of 229.57º 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 #495177 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 81 | 119 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.53 |
| HSL | 229.57º | 0.24% | 0.38% | - |
| HSV(B) | 229.57º | 0.39% | 0.47% | - |
| XYZ | 9.02 | 8.63 | 18.64 | - |
| YUV | 82.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 119 | 0.39 | 0.32 | 0 | 0.53 | 229.57 | 0.24 | 0.38 |
| Hex | 49 | 51 | 77 | 27 | 20 | 0 | 35 | E6 | 18 | 26 |
| Octal | 111 | 121 | 167 | 47 | 40 | 0 | 65 | 346 | 30 | 46 |
| Binary | 1001001 | 1010001 | 1110111 | 100111 | 100000 | 0 | 110101 | 11100110 | 11000 | 100110 |
Color Harmonies of #495177
Complementary color
Monochromatic Colors of #495177
Black with #495177
Text Example
Text Example
White with #495177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495177; }
p { color: rgb(73,81,119); }
H1.HeaderClassName
{
color: #495177;
}
.AnyTagClassName
{
color: #495177;
}
</style>
background-color css
<style>
a { background-color: #495177; }
a { background-color: rgb(73,81,119); }
div.DivClassName
{
background-color: #495177;
}
.BgClassName
{
background-color: #495177;
}
</style>
border-color css
<style>
span { border-color: #495177; }
span { border-color: rgb(73,81,119); }
td.TdClassName
{
border-color: #495177;
}
.TagClassName
{
border-color: #495177;
}
</style>