Shades of Meteorite #49356C
Tints of Meteorite #49356C
RGB
CMYK
RGB Variations
Color information
#49356C (or 0x49356C) is known color: Meteorite. HEX triplet: 49, 35 and 6C. RGB value is (73,53,108). Sum of RGB (Red+Green+Blue) = 73+53+108=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #49356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356C is #B6CA93. Grayscale: #414141. Windows color (decimal): -11979412 or 7091529. OLE color: 7091529.
HSL color Cylindrical-coordinate representation of color #49356C: hue angle of 261.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49356C is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 53 | 108 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.58 |
| HSL | 261.82º | 0.34% | 0.32% | - |
| HSV(B) | 261.82º | 0.51% | 0.42% | - |
| XYZ | 6.73 | 5.05 | 14.81 | - |
| YUV | 65.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 108 | 0.32 | 0.51 | 0 | 0.58 | 261.82 | 0.34 | 0.32 |
| Hex | 49 | 35 | 6C | 20 | 33 | 0 | 3A | 106 | 22 | 20 |
| Octal | 111 | 65 | 154 | 40 | 63 | 0 | 72 | 406 | 42 | 40 |
| Binary | 1001001 | 110101 | 1101100 | 100000 | 110011 | 0 | 111010 | 100000110 | 100010 | 100000 |
Color Harmonies of #49356C
Complementary color
Monochromatic Colors of #49356C
Black with #49356C
Text Example
Text Example
White with #49356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49356C; }
p { color: rgb(73,53,108); }
H1.HeaderClassName
{
color: #49356C;
}
.AnyTagClassName
{
color: #49356C;
}
</style>
background-color css
<style>
a { background-color: #49356C; }
a { background-color: rgb(73,53,108); }
div.DivClassName
{
background-color: #49356C;
}
.BgClassName
{
background-color: #49356C;
}
</style>
border-color css
<style>
span { border-color: #49356C; }
span { border-color: rgb(73,53,108); }
td.TdClassName
{
border-color: #49356C;
}
.TagClassName
{
border-color: #49356C;
}
</style>