Shades of Astronaut #49527C
Tints of Astronaut #49527C
RGB
CMYK
RGB Variations
Color information
#49527C (or 0x49527C) is known color: Astronaut. HEX triplet: 49, 52 and 7C. RGB value is (73,82,124). Sum of RGB (Red+Green+Blue) = 73+82+124=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #49527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49527C is #B6AD83. Grayscale: #535353. Windows color (decimal): -11971972 or 8147529. OLE color: 8147529.
HSL color Cylindrical-coordinate representation of color #49527C: hue angle of 229.41º 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 #49527C is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 82 | 124 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.51 |
| HSL | 229.41º | 0.26% | 0.39% | - |
| HSV(B) | 229.41º | 0.41% | 0.49% | - |
| XYZ | 9.4 | 8.91 | 20.29 | - |
| YUV | 84.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 124 | 0.41 | 0.34 | 0 | 0.51 | 229.41 | 0.26 | 0.39 |
| Hex | 49 | 52 | 7C | 29 | 22 | 0 | 33 | E5 | 1A | 27 |
| Octal | 111 | 122 | 174 | 51 | 42 | 0 | 63 | 345 | 32 | 47 |
| Binary | 1001001 | 1010010 | 1111100 | 101001 | 100010 | 0 | 110011 | 11100101 | 11010 | 100111 |
Color Harmonies of #49527C
Complementary color
Monochromatic Colors of #49527C
Black with #49527C
Text Example
Text Example
White with #49527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49527C; }
p { color: rgb(73,82,124); }
H1.HeaderClassName
{
color: #49527C;
}
.AnyTagClassName
{
color: #49527C;
}
</style>
background-color css
<style>
a { background-color: #49527C; }
a { background-color: rgb(73,82,124); }
div.DivClassName
{
background-color: #49527C;
}
.BgClassName
{
background-color: #49527C;
}
</style>
border-color css
<style>
span { border-color: #49527C; }
span { border-color: rgb(73,82,124); }
td.TdClassName
{
border-color: #49527C;
}
.TagClassName
{
border-color: #49527C;
}
</style>