Shades of Meteorite #49346D
Tints of Meteorite #49346D
RGB
CMYK
RGB Variations
Color information
#49346D (or 0x49346D) is known color: Meteorite. HEX triplet: 49, 34 and 6D. RGB value is (73,52,109). Sum of RGB (Red+Green+Blue) = 73+52+109=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #49346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49346D is #B6CB92. Grayscale: #404040. Windows color (decimal): -11979667 or 7156809. OLE color: 7156809.
HSL color Cylindrical-coordinate representation of color #49346D: hue angle of 262.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49346D is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 52 | 109 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.57 |
| HSL | 262.11º | 0.35% | 0.32% | - |
| HSV(B) | 262.11º | 0.52% | 0.43% | - |
| XYZ | 6.74 | 4.98 | 15.07 | - |
| YUV | 64.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 109 | 0.33 | 0.52 | 0 | 0.57 | 262.11 | 0.35 | 0.32 |
| Hex | 49 | 34 | 6D | 21 | 34 | 0 | 39 | 106 | 23 | 20 |
| Octal | 111 | 64 | 155 | 41 | 64 | 0 | 71 | 406 | 43 | 40 |
| Binary | 1001001 | 110100 | 1101101 | 100001 | 110100 | 0 | 111001 | 100000110 | 100011 | 100000 |
Color Harmonies of #49346D
Complementary color
Monochromatic Colors of #49346D
Black with #49346D
Text Example
Text Example
White with #49346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49346D; }
p { color: rgb(73,52,109); }
H1.HeaderClassName
{
color: #49346D;
}
.AnyTagClassName
{
color: #49346D;
}
</style>
background-color css
<style>
a { background-color: #49346D; }
a { background-color: rgb(73,52,109); }
div.DivClassName
{
background-color: #49346D;
}
.BgClassName
{
background-color: #49346D;
}
</style>
border-color css
<style>
span { border-color: #49346D; }
span { border-color: rgb(73,52,109); }
td.TdClassName
{
border-color: #49346D;
}
.TagClassName
{
border-color: #49346D;
}
</style>