Shades of Astronaut #49507F
Tints of Astronaut #49507F
RGB
CMYK
RGB Variations
Color information
#49507F (or 0x49507F) is known color: Astronaut. HEX triplet: 49, 50 and 7F. RGB value is (73,80,127). Sum of RGB (Red+Green+Blue) = 73+80+127=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #49507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49507F is #B6AF80. Grayscale: #535353. Windows color (decimal): -11972481 or 8343625. OLE color: 8343625.
HSL color Cylindrical-coordinate representation of color #49507F: hue angle of 232.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49507F is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 80 | 127 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.50 |
| HSL | 232.22º | 0.27% | 0.39% | - |
| HSV(B) | 232.22º | 0.43% | 0.5% | - |
| XYZ | 9.45 | 8.69 | 21.26 | - |
| YUV | 83.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 127 | 0.43 | 0.37 | 0 | 0.50 | 232.22 | 0.27 | 0.39 |
| Hex | 49 | 50 | 7F | 2B | 25 | 0 | 32 | E8 | 1B | 27 |
| Octal | 111 | 120 | 177 | 53 | 45 | 0 | 62 | 350 | 33 | 47 |
| Binary | 1001001 | 1010000 | 1111111 | 101011 | 100101 | 0 | 110010 | 11101000 | 11011 | 100111 |
Color Harmonies of #49507F
Complementary color
Monochromatic Colors of #49507F
Black with #49507F
Text Example
Text Example
White with #49507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49507F; }
p { color: rgb(73,80,127); }
H1.HeaderClassName
{
color: #49507F;
}
.AnyTagClassName
{
color: #49507F;
}
</style>
background-color css
<style>
a { background-color: #49507F; }
a { background-color: rgb(73,80,127); }
div.DivClassName
{
background-color: #49507F;
}
.BgClassName
{
background-color: #49507F;
}
</style>
border-color css
<style>
span { border-color: #49507F; }
span { border-color: rgb(73,80,127); }
td.TdClassName
{
border-color: #49507F;
}
.TagClassName
{
border-color: #49507F;
}
</style>