Shades of Meteorite #49405D
Tints of Meteorite #49405D
RGB
CMYK
RGB Variations
Color information
#49405D (or 0x49405D) is known color: Meteorite. HEX triplet: 49, 40 and 5D. RGB value is (73,64,93). Sum of RGB (Red+Green+Blue) = 73+64+93=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #49405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405D is #B6BFA2. Grayscale: #454545. Windows color (decimal): -11976611 or 6111305. OLE color: 6111305.
HSL color Cylindrical-coordinate representation of color #49405D: hue angle of 258.62º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49405D is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 64 | 93 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.64 |
| HSL | 258.62º | 0.18% | 0.31% | - |
| HSV(B) | 258.62º | 0.31% | 0.36% | - |
| XYZ | 6.56 | 5.87 | 11.14 | - |
| YUV | 70 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 93 | 0.22 | 0.31 | 0 | 0.64 | 258.62 | 0.18 | 0.31 |
| Hex | 49 | 40 | 5D | 16 | 1F | 0 | 40 | 103 | 12 | 1F |
| Octal | 111 | 100 | 135 | 26 | 37 | 0 | 100 | 403 | 22 | 37 |
| Binary | 1001001 | 1000000 | 1011101 | 10110 | 11111 | 0 | 1000000 | 100000011 | 10010 | 11111 |
Color Harmonies of #49405D
Complementary color
Monochromatic Colors of #49405D
Black with #49405D
Text Example
Text Example
White with #49405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49405D; }
p { color: rgb(73,64,93); }
H1.HeaderClassName
{
color: #49405D;
}
.AnyTagClassName
{
color: #49405D;
}
</style>
background-color css
<style>
a { background-color: #49405D; }
a { background-color: rgb(73,64,93); }
div.DivClassName
{
background-color: #49405D;
}
.BgClassName
{
background-color: #49405D;
}
</style>
border-color css
<style>
span { border-color: #49405D; }
span { border-color: rgb(73,64,93); }
td.TdClassName
{
border-color: #49405D;
}
.TagClassName
{
border-color: #49405D;
}
</style>