Shades of Astronaut #49537D
Tints of Astronaut #49537D
RGB
CMYK
RGB Variations
Color information
#49537D (or 0x49537D) is known color: Astronaut. HEX triplet: 49, 53 and 7D. RGB value is (73,83,125). Sum of RGB (Red+Green+Blue) = 73+83+125=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #49537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49537D is #B6AC82. Grayscale: #545454. Windows color (decimal): -11971715 or 8213321. OLE color: 8213321.
HSL color Cylindrical-coordinate representation of color #49537D: hue angle of 228.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49537D is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 83 | 125 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.51 |
| HSL | 228.46º | 0.26% | 0.39% | - |
| HSV(B) | 228.46º | 0.42% | 0.49% | - |
| XYZ | 9.54 | 9.08 | 20.65 | - |
| YUV | 84.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 125 | 0.42 | 0.34 | 0 | 0.51 | 228.46 | 0.26 | 0.39 |
| Hex | 49 | 53 | 7D | 2A | 22 | 0 | 33 | E4 | 1A | 27 |
| Octal | 111 | 123 | 175 | 52 | 42 | 0 | 63 | 344 | 32 | 47 |
| Binary | 1001001 | 1010011 | 1111101 | 101010 | 100010 | 0 | 110011 | 11100100 | 11010 | 100111 |
Color Harmonies of #49537D
Complementary color
Monochromatic Colors of #49537D
Black with #49537D
Text Example
Text Example
White with #49537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49537D; }
p { color: rgb(73,83,125); }
H1.HeaderClassName
{
color: #49537D;
}
.AnyTagClassName
{
color: #49537D;
}
</style>
background-color css
<style>
a { background-color: #49537D; }
a { background-color: rgb(73,83,125); }
div.DivClassName
{
background-color: #49537D;
}
.BgClassName
{
background-color: #49537D;
}
</style>
border-color css
<style>
span { border-color: #49537D; }
span { border-color: rgb(73,83,125); }
td.TdClassName
{
border-color: #49537D;
}
.TagClassName
{
border-color: #49537D;
}
</style>