Shades of Meteorite #49395D
Tints of Meteorite #49395D
RGB
CMYK
RGB Variations
Color information
#49395D (or 0x49395D) is known color: Meteorite. HEX triplet: 49, 39 and 5D. RGB value is (73,57,93). Sum of RGB (Red+Green+Blue) = 73+57+93=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #49395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395D is #B6C6A2. Grayscale: #414141. Windows color (decimal): -11978403 or 6109513. OLE color: 6109513.
HSL color Cylindrical-coordinate representation of color #49395D: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49395D is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 57 | 93 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.64 |
| HSL | 266.67º | 0.24% | 0.29% | - |
| HSV(B) | 266.67º | 0.39% | 0.36% | - |
| XYZ | 6.19 | 5.13 | 11.02 | - |
| YUV | 65.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 93 | 0.22 | 0.39 | 0 | 0.64 | 266.67 | 0.24 | 0.29 |
| Hex | 49 | 39 | 5D | 16 | 27 | 0 | 40 | 10B | 18 | 1D |
| Octal | 111 | 71 | 135 | 26 | 47 | 0 | 100 | 413 | 30 | 35 |
| Binary | 1001001 | 111001 | 1011101 | 10110 | 100111 | 0 | 1000000 | 100001011 | 11000 | 11101 |
Color Harmonies of #49395D
Complementary color
Monochromatic Colors of #49395D
Black with #49395D
Text Example
Text Example
White with #49395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49395D; }
p { color: rgb(73,57,93); }
H1.HeaderClassName
{
color: #49395D;
}
.AnyTagClassName
{
color: #49395D;
}
</style>
background-color css
<style>
a { background-color: #49395D; }
a { background-color: rgb(73,57,93); }
div.DivClassName
{
background-color: #49395D;
}
.BgClassName
{
background-color: #49395D;
}
</style>
border-color css
<style>
span { border-color: #49395D; }
span { border-color: rgb(73,57,93); }
td.TdClassName
{
border-color: #49395D;
}
.TagClassName
{
border-color: #49395D;
}
</style>