Shades of Jagger #49424F
Tints of Jagger #49424F
RGB
CMYK
RGB Variations
Color information
#49424F (or 0x49424F) is known color: Jagger. HEX triplet: 49, 42 and 4F. RGB value is (73,66,79). Sum of RGB (Red+Green+Blue) = 73+66+79=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #49424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49424F is #B6BDB0. Grayscale: #454545. Windows color (decimal): -11976113 or 5194313. OLE color: 5194313.
HSL color Cylindrical-coordinate representation of color #49424F: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49424F is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 66 | 79 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.69 |
| HSL | 272.31º | 0.09% | 0.28% | - |
| HSV(B) | 272.31º | 0.16% | 0.31% | - |
| XYZ | 6.11 | 5.88 | 8.21 | - |
| YUV | 69.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 79 | 0.08 | 0.16 | 0 | 0.69 | 272.31 | 0.09 | 0.28 |
| Hex | 49 | 42 | 4F | 8 | 10 | 0 | 45 | 110 | 9 | 1C |
| Octal | 111 | 102 | 117 | 10 | 20 | 0 | 105 | 420 | 11 | 34 |
| Binary | 1001001 | 1000010 | 1001111 | 1000 | 10000 | 0 | 1000101 | 100010000 | 1001 | 11100 |
Color Harmonies of #49424F
Complementary color
Monochromatic Colors of #49424F
Black with #49424F
Text Example
Text Example
White with #49424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49424F; }
p { color: rgb(73,66,79); }
H1.HeaderClassName
{
color: #49424F;
}
.AnyTagClassName
{
color: #49424F;
}
</style>
background-color css
<style>
a { background-color: #49424F; }
a { background-color: rgb(73,66,79); }
div.DivClassName
{
background-color: #49424F;
}
.BgClassName
{
background-color: #49424F;
}
</style>
border-color css
<style>
span { border-color: #49424F; }
span { border-color: rgb(73,66,79); }
td.TdClassName
{
border-color: #49424F;
}
.TagClassName
{
border-color: #49424F;
}
</style>