Shades of Meteorite #493F6F
Tints of Meteorite #493F6F
RGB
CMYK
RGB Variations
Color information
#493F6F (or 0x493F6F) is known color: Meteorite. HEX triplet: 49, 3F and 6F. RGB value is (73,63,111). Sum of RGB (Red+Green+Blue) = 73+63+111=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #493F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F6F is #B6C090. Grayscale: #474747. Windows color (decimal): -11976849 or 7290697. OLE color: 7290697.
HSL color Cylindrical-coordinate representation of color #493F6F: hue angle of 252.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493F6F is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 63 | 111 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.56 |
| HSL | 252.5º | 0.28% | 0.34% | - |
| HSV(B) | 252.5º | 0.43% | 0.44% | - |
| XYZ | 7.39 | 6.12 | 15.83 | - |
| YUV | 71.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 111 | 0.34 | 0.43 | 0 | 0.56 | 252.5 | 0.28 | 0.34 |
| Hex | 49 | 3F | 6F | 22 | 2B | 0 | 38 | FD | 1C | 22 |
| Octal | 111 | 77 | 157 | 42 | 53 | 0 | 70 | 375 | 34 | 42 |
| Binary | 1001001 | 111111 | 1101111 | 100010 | 101011 | 0 | 111000 | 11111101 | 11100 | 100010 |
Color Harmonies of #493F6F
Complementary color
Monochromatic Colors of #493F6F
Black with #493F6F
Text Example
Text Example
White with #493F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F6F; }
p { color: rgb(73,63,111); }
H1.HeaderClassName
{
color: #493F6F;
}
.AnyTagClassName
{
color: #493F6F;
}
</style>
background-color css
<style>
a { background-color: #493F6F; }
a { background-color: rgb(73,63,111); }
div.DivClassName
{
background-color: #493F6F;
}
.BgClassName
{
background-color: #493F6F;
}
</style>
border-color css
<style>
span { border-color: #493F6F; }
span { border-color: rgb(73,63,111); }
td.TdClassName
{
border-color: #493F6F;
}
.TagClassName
{
border-color: #493F6F;
}
</style>