Shades of Meteorite #49376B
Tints of Meteorite #49376B
RGB
CMYK
RGB Variations
Color information
#49376B (or 0x49376B) is known color: Meteorite. HEX triplet: 49, 37 and 6B. RGB value is (73,55,107). Sum of RGB (Red+Green+Blue) = 73+55+107=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #49376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49376B is #B6C894. Grayscale: #424242. Windows color (decimal): -11978901 or 7026505. OLE color: 7026505.
HSL color Cylindrical-coordinate representation of color #49376B: hue angle of 260.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49376B is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 55 | 107 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.58 |
| HSL | 260.77º | 0.32% | 0.32% | - |
| HSV(B) | 260.77º | 0.49% | 0.42% | - |
| XYZ | 6.77 | 5.21 | 14.56 | - |
| YUV | 66.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 107 | 0.32 | 0.49 | 0 | 0.58 | 260.77 | 0.32 | 0.32 |
| Hex | 49 | 37 | 6B | 20 | 31 | 0 | 3A | 105 | 20 | 20 |
| Octal | 111 | 67 | 153 | 40 | 61 | 0 | 72 | 405 | 40 | 40 |
| Binary | 1001001 | 110111 | 1101011 | 100000 | 110001 | 0 | 111010 | 100000101 | 100000 | 100000 |
Color Harmonies of #49376B
Complementary color
Monochromatic Colors of #49376B
Black with #49376B
Text Example
Text Example
White with #49376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49376B; }
p { color: rgb(73,55,107); }
H1.HeaderClassName
{
color: #49376B;
}
.AnyTagClassName
{
color: #49376B;
}
</style>
background-color css
<style>
a { background-color: #49376B; }
a { background-color: rgb(73,55,107); }
div.DivClassName
{
background-color: #49376B;
}
.BgClassName
{
background-color: #49376B;
}
</style>
border-color css
<style>
span { border-color: #49376B; }
span { border-color: rgb(73,55,107); }
td.TdClassName
{
border-color: #49376B;
}
.TagClassName
{
border-color: #49376B;
}
</style>