Shades of Meteorite #49386C
Tints of Meteorite #49386C
RGB
CMYK
RGB Variations
Color information
#49386C (or 0x49386C) is known color: Meteorite. HEX triplet: 49, 38 and 6C. RGB value is (73,56,108). Sum of RGB (Red+Green+Blue) = 73+56+108=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #49386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49386C is #B6C793. Grayscale: #424242. Windows color (decimal): -11978644 or 7092297. OLE color: 7092297.
HSL color Cylindrical-coordinate representation of color #49386C: hue angle of 259.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49386C is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 56 | 108 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.58 |
| HSL | 259.62º | 0.32% | 0.32% | - |
| HSV(B) | 259.62º | 0.48% | 0.42% | - |
| XYZ | 6.87 | 5.33 | 14.85 | - |
| YUV | 67.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 108 | 0.32 | 0.48 | 0 | 0.58 | 259.62 | 0.32 | 0.32 |
| Hex | 49 | 38 | 6C | 20 | 30 | 0 | 3A | 104 | 20 | 20 |
| Octal | 111 | 70 | 154 | 40 | 60 | 0 | 72 | 404 | 40 | 40 |
| Binary | 1001001 | 111000 | 1101100 | 100000 | 110000 | 0 | 111010 | 100000100 | 100000 | 100000 |
Color Harmonies of #49386C
Complementary color
Monochromatic Colors of #49386C
Black with #49386C
Text Example
Text Example
White with #49386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49386C; }
p { color: rgb(73,56,108); }
H1.HeaderClassName
{
color: #49386C;
}
.AnyTagClassName
{
color: #49386C;
}
</style>
background-color css
<style>
a { background-color: #49386C; }
a { background-color: rgb(73,56,108); }
div.DivClassName
{
background-color: #49386C;
}
.BgClassName
{
background-color: #49386C;
}
</style>
border-color css
<style>
span { border-color: #49386C; }
span { border-color: rgb(73,56,108); }
td.TdClassName
{
border-color: #49386C;
}
.TagClassName
{
border-color: #49386C;
}
</style>