Shades of Meteorite #493970
Tints of Meteorite #493970
RGB
CMYK
RGB Variations
Color information
#493970 (or 0x493970) is known color: Meteorite. HEX triplet: 49, 39 and 70. RGB value is (73,57,112). Sum of RGB (Red+Green+Blue) = 73+57+112=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #493970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493970 is #B6C68F. Grayscale: #434343. Windows color (decimal): -11978384 or 7354697. OLE color: 7354697.
HSL color Cylindrical-coordinate representation of color #493970: hue angle of 257.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493970 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 57 | 112 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.56 |
| HSL | 257.45º | 0.33% | 0.33% | - |
| HSV(B) | 257.45º | 0.49% | 0.44% | - |
| XYZ | 7.14 | 5.51 | 16.02 | - |
| YUV | 68.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 112 | 0.35 | 0.49 | 0 | 0.56 | 257.45 | 0.33 | 0.33 |
| Hex | 49 | 39 | 70 | 23 | 31 | 0 | 38 | 101 | 21 | 21 |
| Octal | 111 | 71 | 160 | 43 | 61 | 0 | 70 | 401 | 41 | 41 |
| Binary | 1001001 | 111001 | 1110000 | 100011 | 110001 | 0 | 111000 | 100000001 | 100001 | 100001 |
Color Harmonies of #493970
Complementary color
Monochromatic Colors of #493970
Black with #493970
Text Example
Text Example
White with #493970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493970; }
p { color: rgb(73,57,112); }
H1.HeaderClassName
{
color: #493970;
}
.AnyTagClassName
{
color: #493970;
}
</style>
background-color css
<style>
a { background-color: #493970; }
a { background-color: rgb(73,57,112); }
div.DivClassName
{
background-color: #493970;
}
.BgClassName
{
background-color: #493970;
}
</style>
border-color css
<style>
span { border-color: #493970; }
span { border-color: rgb(73,57,112); }
td.TdClassName
{
border-color: #493970;
}
.TagClassName
{
border-color: #493970;
}
</style>