Shades of Meteorite #49356B
Tints of Meteorite #49356B
RGB
CMYK
RGB Variations
Color information
#49356B (or 0x49356B) is known color: Meteorite. HEX triplet: 49, 35 and 6B. RGB value is (73,53,107). Sum of RGB (Red+Green+Blue) = 73+53+107=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #49356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356B is #B6CA94. Grayscale: #404040. Windows color (decimal): -11979413 or 7025993. OLE color: 7025993.
HSL color Cylindrical-coordinate representation of color #49356B: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49356B is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 53 | 107 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.58 |
| HSL | 262.22º | 0.34% | 0.31% | - |
| HSV(B) | 262.22º | 0.5% | 0.42% | - |
| XYZ | 6.67 | 5.02 | 14.53 | - |
| YUV | 65.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 107 | 0.32 | 0.50 | 0 | 0.58 | 262.22 | 0.34 | 0.31 |
| Hex | 49 | 35 | 6B | 20 | 32 | 0 | 3A | 106 | 22 | 1F |
| Octal | 111 | 65 | 153 | 40 | 62 | 0 | 72 | 406 | 42 | 37 |
| Binary | 1001001 | 110101 | 1101011 | 100000 | 110010 | 0 | 111010 | 100000110 | 100010 | 11111 |
Color Harmonies of #49356B
Complementary color
Monochromatic Colors of #49356B
Black with #49356B
Text Example
Text Example
White with #49356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49356B; }
p { color: rgb(73,53,107); }
H1.HeaderClassName
{
color: #49356B;
}
.AnyTagClassName
{
color: #49356B;
}
</style>
background-color css
<style>
a { background-color: #49356B; }
a { background-color: rgb(73,53,107); }
div.DivClassName
{
background-color: #49356B;
}
.BgClassName
{
background-color: #49356B;
}
</style>
border-color css
<style>
span { border-color: #49356B; }
span { border-color: rgb(73,53,107); }
td.TdClassName
{
border-color: #49356B;
}
.TagClassName
{
border-color: #49356B;
}
</style>