Shades of Astronaut #495079
Tints of Astronaut #495079
RGB
CMYK
RGB Variations
Color information
#495079 (or 0x495079) is known color: Astronaut. HEX triplet: 49, 50 and 79. RGB value is (73,80,121). Sum of RGB (Red+Green+Blue) = 73+80+121=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #495079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495079 is #B6AF86. Grayscale: #525252. Windows color (decimal): -11972487 or 7950409. OLE color: 7950409.
HSL color Cylindrical-coordinate representation of color #495079: hue angle of 231.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495079 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 80 | 121 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.53 |
| HSL | 231.25º | 0.25% | 0.38% | - |
| HSV(B) | 231.25º | 0.4% | 0.47% | - |
| XYZ | 9.07 | 8.53 | 19.26 | - |
| YUV | 82.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 121 | 0.40 | 0.34 | 0 | 0.53 | 231.25 | 0.25 | 0.38 |
| Hex | 49 | 50 | 79 | 28 | 22 | 0 | 35 | E7 | 19 | 26 |
| Octal | 111 | 120 | 171 | 50 | 42 | 0 | 65 | 347 | 31 | 46 |
| Binary | 1001001 | 1010000 | 1111001 | 101000 | 100010 | 0 | 110101 | 11100111 | 11001 | 100110 |
Color Harmonies of #495079
Complementary color
Monochromatic Colors of #495079
Black with #495079
Text Example
Text Example
White with #495079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495079; }
p { color: rgb(73,80,121); }
H1.HeaderClassName
{
color: #495079;
}
.AnyTagClassName
{
color: #495079;
}
</style>
background-color css
<style>
a { background-color: #495079; }
a { background-color: rgb(73,80,121); }
div.DivClassName
{
background-color: #495079;
}
.BgClassName
{
background-color: #495079;
}
</style>
border-color css
<style>
span { border-color: #495079; }
span { border-color: rgb(73,80,121); }
td.TdClassName
{
border-color: #495079;
}
.TagClassName
{
border-color: #495079;
}
</style>