Shades of Meteorite #493B59
Tints of Meteorite #493B59
RGB
CMYK
RGB Variations
Color information
#493B59 (or 0x493B59) is known color: Meteorite. HEX triplet: 49, 3B and 59. RGB value is (73,59,89). Sum of RGB (Red+Green+Blue) = 73+59+89=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #493B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B59 is #B6C4A6. Grayscale: #424242. Windows color (decimal): -11977895 or 5847881. OLE color: 5847881.
HSL color Cylindrical-coordinate representation of color #493B59: hue angle of 268º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493B59 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 59 | 89 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.65 |
| HSL | 268º | 0.2% | 0.29% | - |
| HSV(B) | 268º | 0.34% | 0.35% | - |
| XYZ | 6.11 | 5.27 | 10.15 | - |
| YUV | 66.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 89 | 0.18 | 0.34 | 0 | 0.65 | 268 | 0.2 | 0.29 |
| Hex | 49 | 3B | 59 | 12 | 22 | 0 | 41 | 10C | 14 | 1D |
| Octal | 111 | 73 | 131 | 22 | 42 | 0 | 101 | 414 | 24 | 35 |
| Binary | 1001001 | 111011 | 1011001 | 10010 | 100010 | 0 | 1000001 | 100001100 | 10100 | 11101 |
Color Harmonies of #493B59
Complementary color
Monochromatic Colors of #493B59
Black with #493B59
Text Example
Text Example
White with #493B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B59; }
p { color: rgb(73,59,89); }
H1.HeaderClassName
{
color: #493B59;
}
.AnyTagClassName
{
color: #493B59;
}
</style>
background-color css
<style>
a { background-color: #493B59; }
a { background-color: rgb(73,59,89); }
div.DivClassName
{
background-color: #493B59;
}
.BgClassName
{
background-color: #493B59;
}
</style>
border-color css
<style>
span { border-color: #493B59; }
span { border-color: rgb(73,59,89); }
td.TdClassName
{
border-color: #493B59;
}
.TagClassName
{
border-color: #493B59;
}
</style>