Shades of Meteorite #493360
Tints of Meteorite #493360
RGB
CMYK
RGB Variations
Color information
#493360 (or 0x493360) is known color: Meteorite. HEX triplet: 49, 33 and 60. RGB value is (73,51,96). Sum of RGB (Red+Green+Blue) = 73+51+96=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #493360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493360 is #B6CC9F. Grayscale: #3E3E3E. Windows color (decimal): -11979936 or 6304585. OLE color: 6304585.
HSL color Cylindrical-coordinate representation of color #493360: hue angle of 269.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493360 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 51 | 96 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.62 |
| HSL | 269.33º | 0.31% | 0.29% | - |
| HSV(B) | 269.33º | 0.47% | 0.38% | - |
| XYZ | 6.04 | 4.63 | 11.64 | - |
| YUV | 62.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 96 | 0.24 | 0.47 | 0 | 0.62 | 269.33 | 0.31 | 0.29 |
| Hex | 49 | 33 | 60 | 18 | 2F | 0 | 3E | 10D | 1F | 1D |
| Octal | 111 | 63 | 140 | 30 | 57 | 0 | 76 | 415 | 37 | 35 |
| Binary | 1001001 | 110011 | 1100000 | 11000 | 101111 | 0 | 111110 | 100001101 | 11111 | 11101 |
Color Harmonies of #493360
Complementary color
Monochromatic Colors of #493360
Black with #493360
Text Example
Text Example
White with #493360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493360; }
p { color: rgb(73,51,96); }
H1.HeaderClassName
{
color: #493360;
}
.AnyTagClassName
{
color: #493360;
}
</style>
background-color css
<style>
a { background-color: #493360; }
a { background-color: rgb(73,51,96); }
div.DivClassName
{
background-color: #493360;
}
.BgClassName
{
background-color: #493360;
}
</style>
border-color css
<style>
span { border-color: #493360; }
span { border-color: rgb(73,51,96); }
td.TdClassName
{
border-color: #493360;
}
.TagClassName
{
border-color: #493360;
}
</style>