Shades of Jagger #493C54
Tints of Jagger #493C54
RGB
CMYK
RGB Variations
Color information
#493C54 (or 0x493C54) is known color: Jagger. HEX triplet: 49, 3C and 54. RGB value is (73,60,84). Sum of RGB (Red+Green+Blue) = 73+60+84=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #493C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C54 is #B6C3AB. Grayscale: #424242. Windows color (decimal): -11977644 or 5520457. OLE color: 5520457.
HSL color Cylindrical-coordinate representation of color #493C54: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493C54 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 60 | 84 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.67 |
| HSL | 272.5º | 0.17% | 0.28% | - |
| HSV(B) | 272.5º | 0.29% | 0.33% | - |
| XYZ | 5.96 | 5.29 | 9.09 | - |
| YUV | 66.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 84 | 0.13 | 0.29 | 0 | 0.67 | 272.5 | 0.17 | 0.28 |
| Hex | 49 | 3C | 54 | D | 1D | 0 | 43 | 110 | 11 | 1C |
| Octal | 111 | 74 | 124 | 15 | 35 | 0 | 103 | 420 | 21 | 34 |
| Binary | 1001001 | 111100 | 1010100 | 1101 | 11101 | 0 | 1000011 | 100010000 | 10001 | 11100 |
Color Harmonies of #493C54
Complementary color
Monochromatic Colors of #493C54
Black with #493C54
Text Example
Text Example
White with #493C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C54; }
p { color: rgb(73,60,84); }
H1.HeaderClassName
{
color: #493C54;
}
.AnyTagClassName
{
color: #493C54;
}
</style>
background-color css
<style>
a { background-color: #493C54; }
a { background-color: rgb(73,60,84); }
div.DivClassName
{
background-color: #493C54;
}
.BgClassName
{
background-color: #493C54;
}
</style>
border-color css
<style>
span { border-color: #493C54; }
span { border-color: rgb(73,60,84); }
td.TdClassName
{
border-color: #493C54;
}
.TagClassName
{
border-color: #493C54;
}
</style>