Shades of Meteorite #493A70
Tints of Meteorite #493A70
RGB
CMYK
RGB Variations
Color information
#493A70 (or 0x493A70) is known color: Meteorite. HEX triplet: 49, 3A and 70. RGB value is (73,58,112). Sum of RGB (Red+Green+Blue) = 73+58+112=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #493A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A70 is #B6C58F. Grayscale: #444444. Windows color (decimal): -11978128 or 7354953. OLE color: 7354953.
HSL color Cylindrical-coordinate representation of color #493A70: hue angle of 256.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493A70 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 58 | 112 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.56 |
| HSL | 256.67º | 0.32% | 0.33% | - |
| HSV(B) | 256.67º | 0.48% | 0.44% | - |
| XYZ | 7.19 | 5.61 | 16.03 | - |
| YUV | 68.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 112 | 0.35 | 0.48 | 0 | 0.56 | 256.67 | 0.32 | 0.33 |
| Hex | 49 | 3A | 70 | 23 | 30 | 0 | 38 | 101 | 20 | 21 |
| Octal | 111 | 72 | 160 | 43 | 60 | 0 | 70 | 401 | 40 | 41 |
| Binary | 1001001 | 111010 | 1110000 | 100011 | 110000 | 0 | 111000 | 100000001 | 100000 | 100001 |
Color Harmonies of #493A70
Complementary color
Monochromatic Colors of #493A70
Black with #493A70
Text Example
Text Example
White with #493A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A70; }
p { color: rgb(73,58,112); }
H1.HeaderClassName
{
color: #493A70;
}
.AnyTagClassName
{
color: #493A70;
}
</style>
background-color css
<style>
a { background-color: #493A70; }
a { background-color: rgb(73,58,112); }
div.DivClassName
{
background-color: #493A70;
}
.BgClassName
{
background-color: #493A70;
}
</style>
border-color css
<style>
span { border-color: #493A70; }
span { border-color: rgb(73,58,112); }
td.TdClassName
{
border-color: #493A70;
}
.TagClassName
{
border-color: #493A70;
}
</style>