Shades of Meteorite #49396B
Tints of Meteorite #49396B
RGB
CMYK
RGB Variations
Color information
#49396B (or 0x49396B) is known color: Meteorite. HEX triplet: 49, 39 and 6B. RGB value is (73,57,107). Sum of RGB (Red+Green+Blue) = 73+57+107=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #49396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396B is #B6C694. Grayscale: #434343. Windows color (decimal): -11978389 or 7027017. OLE color: 7027017.
HSL color Cylindrical-coordinate representation of color #49396B: hue angle of 259.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49396B is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 57 | 107 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.58 |
| HSL | 259.2º | 0.3% | 0.32% | - |
| HSV(B) | 259.2º | 0.47% | 0.42% | - |
| XYZ | 6.86 | 5.4 | 14.59 | - |
| YUV | 67.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 107 | 0.32 | 0.47 | 0 | 0.58 | 259.2 | 0.3 | 0.32 |
| Hex | 49 | 39 | 6B | 20 | 2F | 0 | 3A | 103 | 1E | 20 |
| Octal | 111 | 71 | 153 | 40 | 57 | 0 | 72 | 403 | 36 | 40 |
| Binary | 1001001 | 111001 | 1101011 | 100000 | 101111 | 0 | 111010 | 100000011 | 11110 | 100000 |
Color Harmonies of #49396B
Complementary color
Monochromatic Colors of #49396B
Black with #49396B
Text Example
Text Example
White with #49396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49396B; }
p { color: rgb(73,57,107); }
H1.HeaderClassName
{
color: #49396B;
}
.AnyTagClassName
{
color: #49396B;
}
</style>
background-color css
<style>
a { background-color: #49396B; }
a { background-color: rgb(73,57,107); }
div.DivClassName
{
background-color: #49396B;
}
.BgClassName
{
background-color: #49396B;
}
</style>
border-color css
<style>
span { border-color: #49396B; }
span { border-color: rgb(73,57,107); }
td.TdClassName
{
border-color: #49396B;
}
.TagClassName
{
border-color: #49396B;
}
</style>