Shades of Jagger #493E53
Tints of Jagger #493E53
RGB
CMYK
RGB Variations
Color information
#493E53 (or 0x493E53) is known color: Jagger. HEX triplet: 49, 3E and 53. RGB value is (73,62,83). Sum of RGB (Red+Green+Blue) = 73+62+83=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #493E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E53 is #B6C1AC. Grayscale: #434343. Windows color (decimal): -11977133 or 5455433. OLE color: 5455433.
HSL color Cylindrical-coordinate representation of color #493E53: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493E53 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 62 | 83 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.67 |
| HSL | 271.43º | 0.14% | 0.28% | - |
| HSV(B) | 271.43º | 0.25% | 0.33% | - |
| XYZ | 6.03 | 5.49 | 8.92 | - |
| YUV | 67.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 83 | 0.12 | 0.25 | 0 | 0.67 | 271.43 | 0.14 | 0.28 |
| Hex | 49 | 3E | 53 | C | 19 | 0 | 43 | 10F | E | 1C |
| Octal | 111 | 76 | 123 | 14 | 31 | 0 | 103 | 417 | 16 | 34 |
| Binary | 1001001 | 111110 | 1010011 | 1100 | 11001 | 0 | 1000011 | 100001111 | 1110 | 11100 |
Color Harmonies of #493E53
Complementary color
Monochromatic Colors of #493E53
Black with #493E53
Text Example
Text Example
White with #493E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E53; }
p { color: rgb(73,62,83); }
H1.HeaderClassName
{
color: #493E53;
}
.AnyTagClassName
{
color: #493E53;
}
</style>
background-color css
<style>
a { background-color: #493E53; }
a { background-color: rgb(73,62,83); }
div.DivClassName
{
background-color: #493E53;
}
.BgClassName
{
background-color: #493E53;
}
</style>
border-color css
<style>
span { border-color: #493E53; }
span { border-color: rgb(73,62,83); }
td.TdClassName
{
border-color: #493E53;
}
.TagClassName
{
border-color: #493E53;
}
</style>