Shades of Meteorite #493C71
Tints of Meteorite #493C71
RGB
CMYK
RGB Variations
Color information
#493C71 (or 0x493C71) is known color: Meteorite. HEX triplet: 49, 3C and 71. RGB value is (73,60,113). Sum of RGB (Red+Green+Blue) = 73+60+113=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #493C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C71 is #B6C38E. Grayscale: #454545. Windows color (decimal): -11977615 or 7421001. OLE color: 7421001.
HSL color Cylindrical-coordinate representation of color #493C71: hue angle of 254.72º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493C71 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 60 | 113 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.56 |
| HSL | 254.72º | 0.31% | 0.34% | - |
| HSV(B) | 254.72º | 0.47% | 0.44% | - |
| XYZ | 7.34 | 5.84 | 16.36 | - |
| YUV | 69.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 113 | 0.35 | 0.47 | 0 | 0.56 | 254.72 | 0.31 | 0.34 |
| Hex | 49 | 3C | 71 | 23 | 2F | 0 | 38 | FF | 1F | 22 |
| Octal | 111 | 74 | 161 | 43 | 57 | 0 | 70 | 377 | 37 | 42 |
| Binary | 1001001 | 111100 | 1110001 | 100011 | 101111 | 0 | 111000 | 11111111 | 11111 | 100010 |
Color Harmonies of #493C71
Complementary color
Monochromatic Colors of #493C71
Black with #493C71
Text Example
Text Example
White with #493C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C71; }
p { color: rgb(73,60,113); }
H1.HeaderClassName
{
color: #493C71;
}
.AnyTagClassName
{
color: #493C71;
}
</style>
background-color css
<style>
a { background-color: #493C71; }
a { background-color: rgb(73,60,113); }
div.DivClassName
{
background-color: #493C71;
}
.BgClassName
{
background-color: #493C71;
}
</style>
border-color css
<style>
span { border-color: #493C71; }
span { border-color: rgb(73,60,113); }
td.TdClassName
{
border-color: #493C71;
}
.TagClassName
{
border-color: #493C71;
}
</style>