Shades of Jagger #493A59
Tints of Jagger #493A59
RGB
CMYK
RGB Variations
Color information
#493A59 (or 0x493A59) is known color: Jagger. HEX triplet: 49, 3A and 59. RGB value is (73,58,89). Sum of RGB (Red+Green+Blue) = 73+58+89=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #493A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A59 is #B6C5A6. Grayscale: #414141. Windows color (decimal): -11978151 or 5847625. OLE color: 5847625.
HSL color Cylindrical-coordinate representation of color #493A59: hue angle of 269.03º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #493A59 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 58 | 89 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.65 |
| HSL | 269.03º | 0.21% | 0.29% | - |
| HSV(B) | 269.03º | 0.35% | 0.35% | - |
| XYZ | 6.06 | 5.16 | 10.13 | - |
| YUV | 66.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 89 | 0.18 | 0.35 | 0 | 0.65 | 269.03 | 0.21 | 0.29 |
| Hex | 49 | 3A | 59 | 12 | 23 | 0 | 41 | 10D | 15 | 1D |
| Octal | 111 | 72 | 131 | 22 | 43 | 0 | 101 | 415 | 25 | 35 |
| Binary | 1001001 | 111010 | 1011001 | 10010 | 100011 | 0 | 1000001 | 100001101 | 10101 | 11101 |
Color Harmonies of #493A59
Complementary color
Monochromatic Colors of #493A59
Black with #493A59
Text Example
Text Example
White with #493A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A59; }
p { color: rgb(73,58,89); }
H1.HeaderClassName
{
color: #493A59;
}
.AnyTagClassName
{
color: #493A59;
}
</style>
background-color css
<style>
a { background-color: #493A59; }
a { background-color: rgb(73,58,89); }
div.DivClassName
{
background-color: #493A59;
}
.BgClassName
{
background-color: #493A59;
}
</style>
border-color css
<style>
span { border-color: #493A59; }
span { border-color: rgb(73,58,89); }
td.TdClassName
{
border-color: #493A59;
}
.TagClassName
{
border-color: #493A59;
}
</style>