Shades of Astronaut #49547B
Tints of Astronaut #49547B
RGB
CMYK
RGB Variations
Color information
#49547B (or 0x49547B) is known color: Astronaut. HEX triplet: 49, 54 and 7B. RGB value is (73,84,123). Sum of RGB (Red+Green+Blue) = 73+84+123=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #49547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547B is #B6AB84. Grayscale: #545454. Windows color (decimal): -11971461 or 8082505. OLE color: 8082505.
HSL color Cylindrical-coordinate representation of color #49547B: hue angle of 226.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49547B is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 84 | 123 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.52 |
| HSL | 226.8º | 0.26% | 0.38% | - |
| HSV(B) | 226.8º | 0.41% | 0.48% | - |
| XYZ | 9.49 | 9.19 | 20.01 | - |
| YUV | 85.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 123 | 0.41 | 0.32 | 0 | 0.52 | 226.8 | 0.26 | 0.38 |
| Hex | 49 | 54 | 7B | 29 | 20 | 0 | 34 | E3 | 1A | 26 |
| Octal | 111 | 124 | 173 | 51 | 40 | 0 | 64 | 343 | 32 | 46 |
| Binary | 1001001 | 1010100 | 1111011 | 101001 | 100000 | 0 | 110100 | 11100011 | 11010 | 100110 |
Color Harmonies of #49547B
Complementary color
Monochromatic Colors of #49547B
Black with #49547B
Text Example
Text Example
White with #49547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49547B; }
p { color: rgb(73,84,123); }
H1.HeaderClassName
{
color: #49547B;
}
.AnyTagClassName
{
color: #49547B;
}
</style>
background-color css
<style>
a { background-color: #49547B; }
a { background-color: rgb(73,84,123); }
div.DivClassName
{
background-color: #49547B;
}
.BgClassName
{
background-color: #49547B;
}
</style>
border-color css
<style>
span { border-color: #49547B; }
span { border-color: rgb(73,84,123); }
td.TdClassName
{
border-color: #49547B;
}
.TagClassName
{
border-color: #49547B;
}
</style>