Shades of Astronaut #49517C
Tints of Astronaut #49517C
RGB
CMYK
RGB Variations
Color information
#49517C (or 0x49517C) is known color: Astronaut. HEX triplet: 49, 51 and 7C. RGB value is (73,81,124). Sum of RGB (Red+Green+Blue) = 73+81+124=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #49517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49517C is #B6AE83. Grayscale: #535353. Windows color (decimal): -11972228 or 8147273. OLE color: 8147273.
HSL color Cylindrical-coordinate representation of color #49517C: hue angle of 230.59º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49517C is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 81 | 124 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.51 |
| HSL | 230.59º | 0.26% | 0.39% | - |
| HSV(B) | 230.59º | 0.41% | 0.49% | - |
| XYZ | 9.33 | 8.76 | 20.27 | - |
| YUV | 83.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 124 | 0.41 | 0.35 | 0 | 0.51 | 230.59 | 0.26 | 0.39 |
| Hex | 49 | 51 | 7C | 29 | 23 | 0 | 33 | E7 | 1A | 27 |
| Octal | 111 | 121 | 174 | 51 | 43 | 0 | 63 | 347 | 32 | 47 |
| Binary | 1001001 | 1010001 | 1111100 | 101001 | 100011 | 0 | 110011 | 11100111 | 11010 | 100111 |
Color Harmonies of #49517C
Complementary color
Monochromatic Colors of #49517C
Black with #49517C
Text Example
Text Example
White with #49517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49517C; }
p { color: rgb(73,81,124); }
H1.HeaderClassName
{
color: #49517C;
}
.AnyTagClassName
{
color: #49517C;
}
</style>
background-color css
<style>
a { background-color: #49517C; }
a { background-color: rgb(73,81,124); }
div.DivClassName
{
background-color: #49517C;
}
.BgClassName
{
background-color: #49517C;
}
</style>
border-color css
<style>
span { border-color: #49517C; }
span { border-color: rgb(73,81,124); }
td.TdClassName
{
border-color: #49517C;
}
.TagClassName
{
border-color: #49517C;
}
</style>