Shades of Meteorite #49356F
Tints of Meteorite #49356F
RGB
CMYK
RGB Variations
Color information
#49356F (or 0x49356F) is known color: Meteorite. HEX triplet: 49, 35 and 6F. RGB value is (73,53,111). Sum of RGB (Red+Green+Blue) = 73+53+111=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #49356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356F is #B6CA90. Grayscale: #414141. Windows color (decimal): -11979409 or 7288137. OLE color: 7288137.
HSL color Cylindrical-coordinate representation of color #49356F: hue angle of 260.69º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49356F is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 53 | 111 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.56 |
| HSL | 260.69º | 0.35% | 0.32% | - |
| HSV(B) | 260.69º | 0.52% | 0.44% | - |
| XYZ | 6.89 | 5.11 | 15.66 | - |
| YUV | 65.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 111 | 0.34 | 0.52 | 0 | 0.56 | 260.69 | 0.35 | 0.32 |
| Hex | 49 | 35 | 6F | 22 | 34 | 0 | 38 | 105 | 23 | 20 |
| Octal | 111 | 65 | 157 | 42 | 64 | 0 | 70 | 405 | 43 | 40 |
| Binary | 1001001 | 110101 | 1101111 | 100010 | 110100 | 0 | 111000 | 100000101 | 100011 | 100000 |
Color Harmonies of #49356F
Complementary color
Monochromatic Colors of #49356F
Black with #49356F
Text Example
Text Example
White with #49356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49356F; }
p { color: rgb(73,53,111); }
H1.HeaderClassName
{
color: #49356F;
}
.AnyTagClassName
{
color: #49356F;
}
</style>
background-color css
<style>
a { background-color: #49356F; }
a { background-color: rgb(73,53,111); }
div.DivClassName
{
background-color: #49356F;
}
.BgClassName
{
background-color: #49356F;
}
</style>
border-color css
<style>
span { border-color: #49356F; }
span { border-color: rgb(73,53,111); }
td.TdClassName
{
border-color: #49356F;
}
.TagClassName
{
border-color: #49356F;
}
</style>