Shades of Meteorite #49355E
Tints of Meteorite #49355E
RGB
CMYK
RGB Variations
Color information
#49355E (or 0x49355E) is known color: Meteorite. HEX triplet: 49, 35 and 5E. RGB value is (73,53,94). Sum of RGB (Red+Green+Blue) = 73+53+94=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #49355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49355E is #B6CAA1. Grayscale: #3F3F3F. Windows color (decimal): -11979426 or 6174025. OLE color: 6174025.
HSL color Cylindrical-coordinate representation of color #49355E: hue angle of 269.27º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49355E is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 53 | 94 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.63 |
| HSL | 269.27º | 0.28% | 0.29% | - |
| HSV(B) | 269.27º | 0.44% | 0.37% | - |
| XYZ | 6.04 | 4.77 | 11.19 | - |
| YUV | 63.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 94 | 0.22 | 0.44 | 0 | 0.63 | 269.27 | 0.28 | 0.29 |
| Hex | 49 | 35 | 5E | 16 | 2C | 0 | 3F | 10D | 1C | 1D |
| Octal | 111 | 65 | 136 | 26 | 54 | 0 | 77 | 415 | 34 | 35 |
| Binary | 1001001 | 110101 | 1011110 | 10110 | 101100 | 0 | 111111 | 100001101 | 11100 | 11101 |
Color Harmonies of #49355E
Complementary color
Monochromatic Colors of #49355E
Black with #49355E
Text Example
Text Example
White with #49355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49355E; }
p { color: rgb(73,53,94); }
H1.HeaderClassName
{
color: #49355E;
}
.AnyTagClassName
{
color: #49355E;
}
</style>
background-color css
<style>
a { background-color: #49355E; }
a { background-color: rgb(73,53,94); }
div.DivClassName
{
background-color: #49355E;
}
.BgClassName
{
background-color: #49355E;
}
</style>
border-color css
<style>
span { border-color: #49355E; }
span { border-color: rgb(73,53,94); }
td.TdClassName
{
border-color: #49355E;
}
.TagClassName
{
border-color: #49355E;
}
</style>