Shades of Meteorite #493D70
Tints of Meteorite #493D70
RGB
CMYK
RGB Variations
Color information
#493D70 (or 0x493D70) is known color: Meteorite. HEX triplet: 49, 3D and 70. RGB value is (73,61,112). Sum of RGB (Red+Green+Blue) = 73+61+112=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #493D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D70 is #B6C28F. Grayscale: #464646. Windows color (decimal): -11977360 or 7355721. OLE color: 7355721.
HSL color Cylindrical-coordinate representation of color #493D70: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493D70 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 61 | 112 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.56 |
| HSL | 254.12º | 0.29% | 0.34% | - |
| HSV(B) | 254.12º | 0.46% | 0.44% | - |
| XYZ | 7.34 | 5.92 | 16.09 | - |
| YUV | 70.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 112 | 0.35 | 0.46 | 0 | 0.56 | 254.12 | 0.29 | 0.34 |
| Hex | 49 | 3D | 70 | 23 | 2E | 0 | 38 | FE | 1D | 22 |
| Octal | 111 | 75 | 160 | 43 | 56 | 0 | 70 | 376 | 35 | 42 |
| Binary | 1001001 | 111101 | 1110000 | 100011 | 101110 | 0 | 111000 | 11111110 | 11101 | 100010 |
Color Harmonies of #493D70
Complementary color
Monochromatic Colors of #493D70
Black with #493D70
Text Example
Text Example
White with #493D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D70; }
p { color: rgb(73,61,112); }
H1.HeaderClassName
{
color: #493D70;
}
.AnyTagClassName
{
color: #493D70;
}
</style>
background-color css
<style>
a { background-color: #493D70; }
a { background-color: rgb(73,61,112); }
div.DivClassName
{
background-color: #493D70;
}
.BgClassName
{
background-color: #493D70;
}
</style>
border-color css
<style>
span { border-color: #493D70; }
span { border-color: rgb(73,61,112); }
td.TdClassName
{
border-color: #493D70;
}
.TagClassName
{
border-color: #493D70;
}
</style>