Shades of Astronaut #49507C
Tints of Astronaut #49507C
RGB
CMYK
RGB Variations
Color information
#49507C (or 0x49507C) is known color: Astronaut. HEX triplet: 49, 50 and 7C. RGB value is (73,80,124). Sum of RGB (Red+Green+Blue) = 73+80+124=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #49507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49507C is #B6AF83. Grayscale: #525252. Windows color (decimal): -11972484 or 8147017. OLE color: 8147017.
HSL color Cylindrical-coordinate representation of color #49507C: hue angle of 231.76º 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 #49507C is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 80 | 124 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.51 |
| HSL | 231.76º | 0.26% | 0.39% | - |
| HSV(B) | 231.76º | 0.41% | 0.49% | - |
| XYZ | 9.25 | 8.61 | 20.24 | - |
| YUV | 82.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 124 | 0.41 | 0.35 | 0 | 0.51 | 231.76 | 0.26 | 0.39 |
| Hex | 49 | 50 | 7C | 29 | 23 | 0 | 33 | E8 | 1A | 27 |
| Octal | 111 | 120 | 174 | 51 | 43 | 0 | 63 | 350 | 32 | 47 |
| Binary | 1001001 | 1010000 | 1111100 | 101001 | 100011 | 0 | 110011 | 11101000 | 11010 | 100111 |
Color Harmonies of #49507C
Complementary color
Monochromatic Colors of #49507C
Black with #49507C
Text Example
Text Example
White with #49507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49507C; }
p { color: rgb(73,80,124); }
H1.HeaderClassName
{
color: #49507C;
}
.AnyTagClassName
{
color: #49507C;
}
</style>
background-color css
<style>
a { background-color: #49507C; }
a { background-color: rgb(73,80,124); }
div.DivClassName
{
background-color: #49507C;
}
.BgClassName
{
background-color: #49507C;
}
</style>
border-color css
<style>
span { border-color: #49507C; }
span { border-color: rgb(73,80,124); }
td.TdClassName
{
border-color: #49507C;
}
.TagClassName
{
border-color: #49507C;
}
</style>