Shades of Jagger #49404F
Tints of Jagger #49404F
RGB
CMYK
RGB Variations
Color information
#49404F (or 0x49404F) is known color: Jagger. HEX triplet: 49, 40 and 4F. RGB value is (73,64,79). Sum of RGB (Red+Green+Blue) = 73+64+79=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #49404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49404F is #B6BFB0. Grayscale: #444444. Windows color (decimal): -11976625 or 5193801. OLE color: 5193801.
HSL color Cylindrical-coordinate representation of color #49404F: hue angle of 276º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49404F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 64 | 79 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.69 |
| HSL | 276º | 0.1% | 0.28% | - |
| HSV(B) | 276º | 0.19% | 0.31% | - |
| XYZ | 5.99 | 5.65 | 8.17 | - |
| YUV | 68.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 79 | 0.08 | 0.19 | 0 | 0.69 | 276 | 0.1 | 0.28 |
| Hex | 49 | 40 | 4F | 8 | 13 | 0 | 45 | 114 | A | 1C |
| Octal | 111 | 100 | 117 | 10 | 23 | 0 | 105 | 424 | 12 | 34 |
| Binary | 1001001 | 1000000 | 1001111 | 1000 | 10011 | 0 | 1000101 | 100010100 | 1010 | 11100 |
Color Harmonies of #49404F
Complementary color
Monochromatic Colors of #49404F
Black with #49404F
Text Example
Text Example
White with #49404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49404F; }
p { color: rgb(73,64,79); }
H1.HeaderClassName
{
color: #49404F;
}
.AnyTagClassName
{
color: #49404F;
}
</style>
background-color css
<style>
a { background-color: #49404F; }
a { background-color: rgb(73,64,79); }
div.DivClassName
{
background-color: #49404F;
}
.BgClassName
{
background-color: #49404F;
}
</style>
border-color css
<style>
span { border-color: #49404F; }
span { border-color: rgb(73,64,79); }
td.TdClassName
{
border-color: #49404F;
}
.TagClassName
{
border-color: #49404F;
}
</style>