Shades of Jagger #49444D
Tints of Jagger #49444D
RGB
CMYK
RGB Variations
Color information
#49444D (or 0x49444D) is known color: Jagger. HEX triplet: 49, 44 and 4D. RGB value is (73,68,77). Sum of RGB (Red+Green+Blue) = 73+68+77=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #49444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444D is #B6BBB2. Grayscale: #464646. Windows color (decimal): -11975603 or 5063753. OLE color: 5063753.
HSL color Cylindrical-coordinate representation of color #49444D: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49444D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 68 | 77 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.70 |
| HSL | 273.33º | 0.06% | 0.28% | - |
| HSV(B) | 273.33º | 0.12% | 0.3% | - |
| XYZ | 6.15 | 6.09 | 7.87 | - |
| YUV | 70.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 77 | 0.05 | 0.12 | 0 | 0.70 | 273.33 | 0.06 | 0.28 |
| Hex | 49 | 44 | 4D | 5 | C | 0 | 46 | 111 | 6 | 1C |
| Octal | 111 | 104 | 115 | 5 | 14 | 0 | 106 | 421 | 6 | 34 |
| Binary | 1001001 | 1000100 | 1001101 | 101 | 1100 | 0 | 1000110 | 100010001 | 110 | 11100 |
Color Harmonies of #49444D
Complementary color
Monochromatic Colors of #49444D
Black with #49444D
Text Example
Text Example
White with #49444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49444D; }
p { color: rgb(73,68,77); }
H1.HeaderClassName
{
color: #49444D;
}
.AnyTagClassName
{
color: #49444D;
}
</style>
background-color css
<style>
a { background-color: #49444D; }
a { background-color: rgb(73,68,77); }
div.DivClassName
{
background-color: #49444D;
}
.BgClassName
{
background-color: #49444D;
}
</style>
border-color css
<style>
span { border-color: #49444D; }
span { border-color: rgb(73,68,77); }
td.TdClassName
{
border-color: #49444D;
}
.TagClassName
{
border-color: #49444D;
}
</style>