Shades of Meteorite #49425E
Tints of Meteorite #49425E
RGB
CMYK
RGB Variations
Color information
#49425E (or 0x49425E) is known color: Meteorite. HEX triplet: 49, 42 and 5E. RGB value is (73,66,94). Sum of RGB (Red+Green+Blue) = 73+66+94=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #49425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425E is #B6BDA1. Grayscale: #474747. Windows color (decimal): -11976098 or 6177353. OLE color: 6177353.
HSL color Cylindrical-coordinate representation of color #49425E: hue angle of 255º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49425E is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 66 | 94 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.63 |
| HSL | 255º | 0.18% | 0.31% | - |
| HSV(B) | 255º | 0.3% | 0.37% | - |
| XYZ | 6.72 | 6.12 | 11.42 | - |
| YUV | 71.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 94 | 0.22 | 0.30 | 0 | 0.63 | 255 | 0.18 | 0.31 |
| Hex | 49 | 42 | 5E | 16 | 1E | 0 | 3F | FF | 12 | 1F |
| Octal | 111 | 102 | 136 | 26 | 36 | 0 | 77 | 377 | 22 | 37 |
| Binary | 1001001 | 1000010 | 1011110 | 10110 | 11110 | 0 | 111111 | 11111111 | 10010 | 11111 |
Color Harmonies of #49425E
Complementary color
Monochromatic Colors of #49425E
Black with #49425E
Text Example
Text Example
White with #49425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49425E; }
p { color: rgb(73,66,94); }
H1.HeaderClassName
{
color: #49425E;
}
.AnyTagClassName
{
color: #49425E;
}
</style>
background-color css
<style>
a { background-color: #49425E; }
a { background-color: rgb(73,66,94); }
div.DivClassName
{
background-color: #49425E;
}
.BgClassName
{
background-color: #49425E;
}
</style>
border-color css
<style>
span { border-color: #49425E; }
span { border-color: rgb(73,66,94); }
td.TdClassName
{
border-color: #49425E;
}
.TagClassName
{
border-color: #49425E;
}
</style>