Shades of Astronaut #495075
Tints of Astronaut #495075
RGB
CMYK
RGB Variations
Color information
#495075 (or 0x495075) is known color: Astronaut. HEX triplet: 49, 50 and 75. RGB value is (73,80,117). Sum of RGB (Red+Green+Blue) = 73+80+117=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #495075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495075 is #B6AF8A. Grayscale: #515151. Windows color (decimal): -11972491 or 7688265. OLE color: 7688265.
HSL color Cylindrical-coordinate representation of color #495075: hue angle of 230.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495075 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 80 | 117 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.54 |
| HSL | 230.45º | 0.23% | 0.37% | - |
| HSV(B) | 230.45º | 0.38% | 0.46% | - |
| XYZ | 8.83 | 8.44 | 17.99 | - |
| YUV | 82.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 117 | 0.38 | 0.32 | 0 | 0.54 | 230.45 | 0.23 | 0.37 |
| Hex | 49 | 50 | 75 | 26 | 20 | 0 | 36 | E6 | 17 | 25 |
| Octal | 111 | 120 | 165 | 46 | 40 | 0 | 66 | 346 | 27 | 45 |
| Binary | 1001001 | 1010000 | 1110101 | 100110 | 100000 | 0 | 110110 | 11100110 | 10111 | 100101 |
Color Harmonies of #495075
Complementary color
Monochromatic Colors of #495075
Black with #495075
Text Example
Text Example
White with #495075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495075; }
p { color: rgb(73,80,117); }
H1.HeaderClassName
{
color: #495075;
}
.AnyTagClassName
{
color: #495075;
}
</style>
background-color css
<style>
a { background-color: #495075; }
a { background-color: rgb(73,80,117); }
div.DivClassName
{
background-color: #495075;
}
.BgClassName
{
background-color: #495075;
}
</style>
border-color css
<style>
span { border-color: #495075; }
span { border-color: rgb(73,80,117); }
td.TdClassName
{
border-color: #495075;
}
.TagClassName
{
border-color: #495075;
}
</style>