Shades of Jagger #493B56
Tints of Jagger #493B56
RGB
CMYK
RGB Variations
Color information
#493B56 (or 0x493B56) is known color: Jagger. HEX triplet: 49, 3B and 56. RGB value is (73,59,86). Sum of RGB (Red+Green+Blue) = 73+59+86=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #493B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B56 is #B6C4A9. Grayscale: #424242. Windows color (decimal): -11977898 or 5651273. OLE color: 5651273.
HSL color Cylindrical-coordinate representation of color #493B56: hue angle of 271.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #493B56 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 59 | 86 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.66 |
| HSL | 271.11º | 0.19% | 0.28% | - |
| HSV(B) | 271.11º | 0.31% | 0.34% | - |
| XYZ | 5.99 | 5.22 | 9.5 | - |
| YUV | 66.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 86 | 0.15 | 0.31 | 0 | 0.66 | 271.11 | 0.19 | 0.28 |
| Hex | 49 | 3B | 56 | F | 1F | 0 | 42 | 10F | 13 | 1C |
| Octal | 111 | 73 | 126 | 17 | 37 | 0 | 102 | 417 | 23 | 34 |
| Binary | 1001001 | 111011 | 1010110 | 1111 | 11111 | 0 | 1000010 | 100001111 | 10011 | 11100 |
Color Harmonies of #493B56
Complementary color
Monochromatic Colors of #493B56
Black with #493B56
Text Example
Text Example
White with #493B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B56; }
p { color: rgb(73,59,86); }
H1.HeaderClassName
{
color: #493B56;
}
.AnyTagClassName
{
color: #493B56;
}
</style>
background-color css
<style>
a { background-color: #493B56; }
a { background-color: rgb(73,59,86); }
div.DivClassName
{
background-color: #493B56;
}
.BgClassName
{
background-color: #493B56;
}
</style>
border-color css
<style>
span { border-color: #493B56; }
span { border-color: rgb(73,59,86); }
td.TdClassName
{
border-color: #493B56;
}
.TagClassName
{
border-color: #493B56;
}
</style>