Shades of Jagger #493F50
Tints of Jagger #493F50
RGB
CMYK
RGB Variations
Color information
#493F50 (or 0x493F50) is known color: Jagger. HEX triplet: 49, 3F and 50. RGB value is (73,63,80). Sum of RGB (Red+Green+Blue) = 73+63+80=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #493F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F50 is #B6C0AF. Grayscale: #434343. Windows color (decimal): -11976880 or 5259081. OLE color: 5259081.
HSL color Cylindrical-coordinate representation of color #493F50: hue angle of 275.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493F50 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 63 | 80 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.69 |
| HSL | 275.29º | 0.12% | 0.28% | - |
| HSV(B) | 275.29º | 0.21% | 0.31% | - |
| XYZ | 5.97 | 5.55 | 8.35 | - |
| YUV | 67.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 80 | 0.09 | 0.21 | 0 | 0.69 | 275.29 | 0.12 | 0.28 |
| Hex | 49 | 3F | 50 | 9 | 15 | 0 | 45 | 113 | C | 1C |
| Octal | 111 | 77 | 120 | 11 | 25 | 0 | 105 | 423 | 14 | 34 |
| Binary | 1001001 | 111111 | 1010000 | 1001 | 10101 | 0 | 1000101 | 100010011 | 1100 | 11100 |
Color Harmonies of #493F50
Complementary color
Monochromatic Colors of #493F50
Black with #493F50
Text Example
Text Example
White with #493F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F50; }
p { color: rgb(73,63,80); }
H1.HeaderClassName
{
color: #493F50;
}
.AnyTagClassName
{
color: #493F50;
}
</style>
background-color css
<style>
a { background-color: #493F50; }
a { background-color: rgb(73,63,80); }
div.DivClassName
{
background-color: #493F50;
}
.BgClassName
{
background-color: #493F50;
}
</style>
border-color css
<style>
span { border-color: #493F50; }
span { border-color: rgb(73,63,80); }
td.TdClassName
{
border-color: #493F50;
}
.TagClassName
{
border-color: #493F50;
}
</style>