Shades of Meteorite #493F70
Tints of Meteorite #493F70
RGB
CMYK
RGB Variations
Color information
#493F70 (or 0x493F70) is known color: Meteorite. HEX triplet: 49, 3F and 70. RGB value is (73,63,112). Sum of RGB (Red+Green+Blue) = 73+63+112=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #493F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F70 is #B6C08F. Grayscale: #474747. Windows color (decimal): -11976848 or 7356233. OLE color: 7356233.
HSL color Cylindrical-coordinate representation of color #493F70: hue angle of 252.24º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493F70 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 63 | 112 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.56 |
| HSL | 252.24º | 0.28% | 0.34% | - |
| HSV(B) | 252.24º | 0.44% | 0.44% | - |
| XYZ | 7.45 | 6.14 | 16.12 | - |
| YUV | 71.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 112 | 0.35 | 0.44 | 0 | 0.56 | 252.24 | 0.28 | 0.34 |
| Hex | 49 | 3F | 70 | 23 | 2C | 0 | 38 | FC | 1C | 22 |
| Octal | 111 | 77 | 160 | 43 | 54 | 0 | 70 | 374 | 34 | 42 |
| Binary | 1001001 | 111111 | 1110000 | 100011 | 101100 | 0 | 111000 | 11111100 | 11100 | 100010 |
Color Harmonies of #493F70
Complementary color
Monochromatic Colors of #493F70
Black with #493F70
Text Example
Text Example
White with #493F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F70; }
p { color: rgb(73,63,112); }
H1.HeaderClassName
{
color: #493F70;
}
.AnyTagClassName
{
color: #493F70;
}
</style>
background-color css
<style>
a { background-color: #493F70; }
a { background-color: rgb(73,63,112); }
div.DivClassName
{
background-color: #493F70;
}
.BgClassName
{
background-color: #493F70;
}
</style>
border-color css
<style>
span { border-color: #493F70; }
span { border-color: rgb(73,63,112); }
td.TdClassName
{
border-color: #493F70;
}
.TagClassName
{
border-color: #493F70;
}
</style>