Shades of Meteorite #493866
Tints of Meteorite #493866
RGB
CMYK
RGB Variations
Color information
#493866 (or 0x493866) is known color: Meteorite. HEX triplet: 49, 38 and 66. RGB value is (73,56,102). Sum of RGB (Red+Green+Blue) = 73+56+102=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #493866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493866 is #B6C799. Grayscale: #424242. Windows color (decimal): -11978650 or 6699081. OLE color: 6699081.
HSL color Cylindrical-coordinate representation of color #493866: hue angle of 262.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493866 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 56 | 102 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.6 |
| HSL | 262.17º | 0.29% | 0.31% | - |
| HSV(B) | 262.17º | 0.45% | 0.4% | - |
| XYZ | 6.56 | 5.2 | 13.23 | - |
| YUV | 66.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 102 | 0.28 | 0.45 | 0 | 0.6 | 262.17 | 0.29 | 0.31 |
| Hex | 49 | 38 | 66 | 1C | 2D | 0 | 3C | 106 | 1D | 1F |
| Octal | 111 | 70 | 146 | 34 | 55 | 0 | 74 | 406 | 35 | 37 |
| Binary | 1001001 | 111000 | 1100110 | 11100 | 101101 | 0 | 111100 | 100000110 | 11101 | 11111 |
Color Harmonies of #493866
Complementary color
Monochromatic Colors of #493866
Black with #493866
Text Example
Text Example
White with #493866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493866; }
p { color: rgb(73,56,102); }
H1.HeaderClassName
{
color: #493866;
}
.AnyTagClassName
{
color: #493866;
}
</style>
background-color css
<style>
a { background-color: #493866; }
a { background-color: rgb(73,56,102); }
div.DivClassName
{
background-color: #493866;
}
.BgClassName
{
background-color: #493866;
}
</style>
border-color css
<style>
span { border-color: #493866; }
span { border-color: rgb(73,56,102); }
td.TdClassName
{
border-color: #493866;
}
.TagClassName
{
border-color: #493866;
}
</style>