Shades of Meteorite #493C73
Tints of Meteorite #493C73
RGB
CMYK
RGB Variations
Color information
#493C73 (or 0x493C73) is known color: Meteorite. HEX triplet: 49, 3C and 73. RGB value is (73,60,115). Sum of RGB (Red+Green+Blue) = 73+60+115=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #493C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C73 is #B6C38C. Grayscale: #454545. Windows color (decimal): -11977613 or 7552073. OLE color: 7552073.
HSL color Cylindrical-coordinate representation of color #493C73: hue angle of 254.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493C73 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 60 | 115 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.55 |
| HSL | 254.18º | 0.31% | 0.34% | - |
| HSV(B) | 254.18º | 0.48% | 0.45% | - |
| XYZ | 7.46 | 5.89 | 16.96 | - |
| YUV | 70.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 115 | 0.37 | 0.48 | 0 | 0.55 | 254.18 | 0.31 | 0.34 |
| Hex | 49 | 3C | 73 | 25 | 30 | 0 | 37 | FE | 1F | 22 |
| Octal | 111 | 74 | 163 | 45 | 60 | 0 | 67 | 376 | 37 | 42 |
| Binary | 1001001 | 111100 | 1110011 | 100101 | 110000 | 0 | 110111 | 11111110 | 11111 | 100010 |
Color Harmonies of #493C73
Complementary color
Monochromatic Colors of #493C73
Black with #493C73
Text Example
Text Example
White with #493C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C73; }
p { color: rgb(73,60,115); }
H1.HeaderClassName
{
color: #493C73;
}
.AnyTagClassName
{
color: #493C73;
}
</style>
background-color css
<style>
a { background-color: #493C73; }
a { background-color: rgb(73,60,115); }
div.DivClassName
{
background-color: #493C73;
}
.BgClassName
{
background-color: #493C73;
}
</style>
border-color css
<style>
span { border-color: #493C73; }
span { border-color: rgb(73,60,115); }
td.TdClassName
{
border-color: #493C73;
}
.TagClassName
{
border-color: #493C73;
}
</style>