Shades of Astronaut #495377
Tints of Astronaut #495377
RGB
CMYK
RGB Variations
Color information
#495377 (or 0x495377) is known color: Astronaut. HEX triplet: 49, 53 and 77. RGB value is (73,83,119). Sum of RGB (Red+Green+Blue) = 73+83+119=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #495377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495377 is #B6AC88. Grayscale: #535353. Windows color (decimal): -11971721 or 7820105. OLE color: 7820105.
HSL color Cylindrical-coordinate representation of color #495377: hue angle of 226.96º 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 #495377 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 83 | 119 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.53 |
| HSL | 226.96º | 0.24% | 0.38% | - |
| HSV(B) | 226.96º | 0.39% | 0.47% | - |
| XYZ | 9.17 | 8.93 | 18.69 | - |
| YUV | 84.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 119 | 0.39 | 0.30 | 0 | 0.53 | 226.96 | 0.24 | 0.38 |
| Hex | 49 | 53 | 77 | 27 | 1E | 0 | 35 | E3 | 18 | 26 |
| Octal | 111 | 123 | 167 | 47 | 36 | 0 | 65 | 343 | 30 | 46 |
| Binary | 1001001 | 1010011 | 1110111 | 100111 | 11110 | 0 | 110101 | 11100011 | 11000 | 100110 |
Color Harmonies of #495377
Complementary color
Monochromatic Colors of #495377
Black with #495377
Text Example
Text Example
White with #495377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495377; }
p { color: rgb(73,83,119); }
H1.HeaderClassName
{
color: #495377;
}
.AnyTagClassName
{
color: #495377;
}
</style>
background-color css
<style>
a { background-color: #495377; }
a { background-color: rgb(73,83,119); }
div.DivClassName
{
background-color: #495377;
}
.BgClassName
{
background-color: #495377;
}
</style>
border-color css
<style>
span { border-color: #495377; }
span { border-color: rgb(73,83,119); }
td.TdClassName
{
border-color: #495377;
}
.TagClassName
{
border-color: #495377;
}
</style>