Shades of Astronaut #495178
Tints of Astronaut #495178
RGB
CMYK
RGB Variations
Color information
#495178 (or 0x495178) is known color: Astronaut. HEX triplet: 49, 51 and 78. RGB value is (73,81,120). Sum of RGB (Red+Green+Blue) = 73+81+120=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #495178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495178 is #B6AE87. Grayscale: #525252. Windows color (decimal): -11972232 or 7885129. OLE color: 7885129.
HSL color Cylindrical-coordinate representation of color #495178: hue angle of 229.79º 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 #495178 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 81 | 120 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.53 |
| HSL | 229.79º | 0.24% | 0.38% | - |
| HSV(B) | 229.79º | 0.39% | 0.47% | - |
| XYZ | 9.08 | 8.66 | 18.96 | - |
| YUV | 83.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 120 | 0.39 | 0.32 | 0 | 0.53 | 229.79 | 0.24 | 0.38 |
| Hex | 49 | 51 | 78 | 27 | 20 | 0 | 35 | E6 | 18 | 26 |
| Octal | 111 | 121 | 170 | 47 | 40 | 0 | 65 | 346 | 30 | 46 |
| Binary | 1001001 | 1010001 | 1111000 | 100111 | 100000 | 0 | 110101 | 11100110 | 11000 | 100110 |
Color Harmonies of #495178
Complementary color
Monochromatic Colors of #495178
Black with #495178
Text Example
Text Example
White with #495178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495178; }
p { color: rgb(73,81,120); }
H1.HeaderClassName
{
color: #495178;
}
.AnyTagClassName
{
color: #495178;
}
</style>
background-color css
<style>
a { background-color: #495178; }
a { background-color: rgb(73,81,120); }
div.DivClassName
{
background-color: #495178;
}
.BgClassName
{
background-color: #495178;
}
</style>
border-color css
<style>
span { border-color: #495178; }
span { border-color: rgb(73,81,120); }
td.TdClassName
{
border-color: #495178;
}
.TagClassName
{
border-color: #495178;
}
</style>