Shades of Meteorite #49395C
Tints of Meteorite #49395C
RGB
CMYK
RGB Variations
Color information
#49395C (or 0x49395C) is known color: Meteorite. HEX triplet: 49, 39 and 5C. RGB value is (73,57,92). Sum of RGB (Red+Green+Blue) = 73+57+92=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #49395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395C is #B6C6A3. Grayscale: #414141. Windows color (decimal): -11978404 or 6043977. OLE color: 6043977.
HSL color Cylindrical-coordinate representation of color #49395C: hue angle of 267.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49395C is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 57 | 92 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.64 |
| HSL | 267.43º | 0.23% | 0.29% | - |
| HSV(B) | 267.43º | 0.38% | 0.36% | - |
| XYZ | 6.14 | 5.12 | 10.79 | - |
| YUV | 65.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 92 | 0.21 | 0.38 | 0 | 0.64 | 267.43 | 0.23 | 0.29 |
| Hex | 49 | 39 | 5C | 15 | 26 | 0 | 40 | 10B | 17 | 1D |
| Octal | 111 | 71 | 134 | 25 | 46 | 0 | 100 | 413 | 27 | 35 |
| Binary | 1001001 | 111001 | 1011100 | 10101 | 100110 | 0 | 1000000 | 100001011 | 10111 | 11101 |
Color Harmonies of #49395C
Complementary color
Monochromatic Colors of #49395C
Black with #49395C
Text Example
Text Example
White with #49395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49395C; }
p { color: rgb(73,57,92); }
H1.HeaderClassName
{
color: #49395C;
}
.AnyTagClassName
{
color: #49395C;
}
</style>
background-color css
<style>
a { background-color: #49395C; }
a { background-color: rgb(73,57,92); }
div.DivClassName
{
background-color: #49395C;
}
.BgClassName
{
background-color: #49395C;
}
</style>
border-color css
<style>
span { border-color: #49395C; }
span { border-color: rgb(73,57,92); }
td.TdClassName
{
border-color: #49395C;
}
.TagClassName
{
border-color: #49395C;
}
</style>