Shades of Jagger #493D52
Tints of Jagger #493D52
RGB
CMYK
RGB Variations
Color information
#493D52 (or 0x493D52) is known color: Jagger. HEX triplet: 49, 3D and 52. RGB value is (73,61,82). Sum of RGB (Red+Green+Blue) = 73+61+82=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #493D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D52 is #B6C2AD. Grayscale: #424242. Windows color (decimal): -11977390 or 5389641. OLE color: 5389641.
HSL color Cylindrical-coordinate representation of color #493D52: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493D52 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 61 | 82 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.68 |
| HSL | 274.29º | 0.15% | 0.28% | - |
| HSV(B) | 274.29º | 0.26% | 0.32% | - |
| XYZ | 5.94 | 5.36 | 8.7 | - |
| YUV | 66.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 82 | 0.11 | 0.26 | 0 | 0.68 | 274.29 | 0.15 | 0.28 |
| Hex | 49 | 3D | 52 | B | 1A | 0 | 44 | 112 | F | 1C |
| Octal | 111 | 75 | 122 | 13 | 32 | 0 | 104 | 422 | 17 | 34 |
| Binary | 1001001 | 111101 | 1010010 | 1011 | 11010 | 0 | 1000100 | 100010010 | 1111 | 11100 |
Color Harmonies of #493D52
Complementary color
Monochromatic Colors of #493D52
Black with #493D52
Text Example
Text Example
White with #493D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D52; }
p { color: rgb(73,61,82); }
H1.HeaderClassName
{
color: #493D52;
}
.AnyTagClassName
{
color: #493D52;
}
</style>
background-color css
<style>
a { background-color: #493D52; }
a { background-color: rgb(73,61,82); }
div.DivClassName
{
background-color: #493D52;
}
.BgClassName
{
background-color: #493D52;
}
</style>
border-color css
<style>
span { border-color: #493D52; }
span { border-color: rgb(73,61,82); }
td.TdClassName
{
border-color: #493D52;
}
.TagClassName
{
border-color: #493D52;
}
</style>