Shades of Jagger #493D54
Tints of Jagger #493D54
RGB
CMYK
RGB Variations
Color information
#493D54 (or 0x493D54) is known color: Jagger. HEX triplet: 49, 3D and 54. RGB value is (73,61,84). Sum of RGB (Red+Green+Blue) = 73+61+84=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #493D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D54 is #B6C2AB. Grayscale: #434343. Windows color (decimal): -11977388 or 5520713. OLE color: 5520713.
HSL color Cylindrical-coordinate representation of color #493D54: hue angle of 271.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493D54 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 61 | 84 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.67 |
| HSL | 271.3º | 0.16% | 0.28% | - |
| HSV(B) | 271.3º | 0.27% | 0.33% | - |
| XYZ | 6.02 | 5.39 | 9.11 | - |
| YUV | 67.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 84 | 0.13 | 0.27 | 0 | 0.67 | 271.3 | 0.16 | 0.28 |
| Hex | 49 | 3D | 54 | D | 1B | 0 | 43 | 10F | 10 | 1C |
| Octal | 111 | 75 | 124 | 15 | 33 | 0 | 103 | 417 | 20 | 34 |
| Binary | 1001001 | 111101 | 1010100 | 1101 | 11011 | 0 | 1000011 | 100001111 | 10000 | 11100 |
Color Harmonies of #493D54
Complementary color
Monochromatic Colors of #493D54
Black with #493D54
Text Example
Text Example
White with #493D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D54; }
p { color: rgb(73,61,84); }
H1.HeaderClassName
{
color: #493D54;
}
.AnyTagClassName
{
color: #493D54;
}
</style>
background-color css
<style>
a { background-color: #493D54; }
a { background-color: rgb(73,61,84); }
div.DivClassName
{
background-color: #493D54;
}
.BgClassName
{
background-color: #493D54;
}
</style>
border-color css
<style>
span { border-color: #493D54; }
span { border-color: rgb(73,61,84); }
td.TdClassName
{
border-color: #493D54;
}
.TagClassName
{
border-color: #493D54;
}
</style>