Shades of Meteorite #49376D
Tints of Meteorite #49376D
RGB
CMYK
RGB Variations
Color information
#49376D (or 0x49376D) is known color: Meteorite. HEX triplet: 49, 37 and 6D. RGB value is (73,55,109). Sum of RGB (Red+Green+Blue) = 73+55+109=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #49376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49376D is #B6C892. Grayscale: #424242. Windows color (decimal): -11978899 or 7157577. OLE color: 7157577.
HSL color Cylindrical-coordinate representation of color #49376D: hue angle of 260º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49376D is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 55 | 109 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.57 |
| HSL | 260º | 0.33% | 0.32% | - |
| HSV(B) | 260º | 0.5% | 0.43% | - |
| XYZ | 6.87 | 5.25 | 15.12 | - |
| YUV | 66.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 109 | 0.33 | 0.50 | 0 | 0.57 | 260 | 0.33 | 0.32 |
| Hex | 49 | 37 | 6D | 21 | 32 | 0 | 39 | 104 | 21 | 20 |
| Octal | 111 | 67 | 155 | 41 | 62 | 0 | 71 | 404 | 41 | 40 |
| Binary | 1001001 | 110111 | 1101101 | 100001 | 110010 | 0 | 111001 | 100000100 | 100001 | 100000 |
Color Harmonies of #49376D
Complementary color
Monochromatic Colors of #49376D
Black with #49376D
Text Example
Text Example
White with #49376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49376D; }
p { color: rgb(73,55,109); }
H1.HeaderClassName
{
color: #49376D;
}
.AnyTagClassName
{
color: #49376D;
}
</style>
background-color css
<style>
a { background-color: #49376D; }
a { background-color: rgb(73,55,109); }
div.DivClassName
{
background-color: #49376D;
}
.BgClassName
{
background-color: #49376D;
}
</style>
border-color css
<style>
span { border-color: #49376D; }
span { border-color: rgb(73,55,109); }
td.TdClassName
{
border-color: #49376D;
}
.TagClassName
{
border-color: #49376D;
}
</style>