Shades of Astronaut #495379
Tints of Astronaut #495379
RGB
CMYK
RGB Variations
Color information
#495379 (or 0x495379) is known color: Astronaut. HEX triplet: 49, 53 and 79. RGB value is (73,83,121). Sum of RGB (Red+Green+Blue) = 73+83+121=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #495379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495379 is #B6AC86. Grayscale: #545454. Windows color (decimal): -11971719 or 7951177. OLE color: 7951177.
HSL color Cylindrical-coordinate representation of color #495379: hue angle of 227.5º 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 #495379 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 83 | 121 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.53 |
| HSL | 227.5º | 0.25% | 0.38% | - |
| HSV(B) | 227.5º | 0.4% | 0.47% | - |
| XYZ | 9.29 | 8.98 | 19.33 | - |
| YUV | 84.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 121 | 0.40 | 0.31 | 0 | 0.53 | 227.5 | 0.25 | 0.38 |
| Hex | 49 | 53 | 79 | 28 | 1F | 0 | 35 | E4 | 19 | 26 |
| Octal | 111 | 123 | 171 | 50 | 37 | 0 | 65 | 344 | 31 | 46 |
| Binary | 1001001 | 1010011 | 1111001 | 101000 | 11111 | 0 | 110101 | 11100100 | 11001 | 100110 |
Color Harmonies of #495379
Complementary color
Monochromatic Colors of #495379
Black with #495379
Text Example
Text Example
White with #495379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495379; }
p { color: rgb(73,83,121); }
H1.HeaderClassName
{
color: #495379;
}
.AnyTagClassName
{
color: #495379;
}
</style>
background-color css
<style>
a { background-color: #495379; }
a { background-color: rgb(73,83,121); }
div.DivClassName
{
background-color: #495379;
}
.BgClassName
{
background-color: #495379;
}
</style>
border-color css
<style>
span { border-color: #495379; }
span { border-color: rgb(73,83,121); }
td.TdClassName
{
border-color: #495379;
}
.TagClassName
{
border-color: #495379;
}
</style>