Shades of Jagger #48424D
Tints of Jagger #48424D
RGB
CMYK
RGB Variations
Color information
#48424D (or 0x48424D) is known color: Jagger. HEX triplet: 48, 42 and 4D. RGB value is (72,66,77). Sum of RGB (Red+Green+Blue) = 72+66+77=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #48424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48424D is #B7BDB2. Grayscale: #454545. Windows color (decimal): -12041651 or 5063240. OLE color: 5063240.
HSL color Cylindrical-coordinate representation of color #48424D: hue angle of 272.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48424D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 66 | 77 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.70 |
| HSL | 272.73º | 0.08% | 0.28% | - |
| HSV(B) | 272.73º | 0.14% | 0.3% | - |
| XYZ | 5.96 | 5.81 | 7.83 | - |
| YUV | 69.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 77 | 0.06 | 0.14 | 0 | 0.70 | 272.73 | 0.08 | 0.28 |
| Hex | 48 | 42 | 4D | 6 | E | 0 | 46 | 111 | 8 | 1C |
| Octal | 110 | 102 | 115 | 6 | 16 | 0 | 106 | 421 | 10 | 34 |
| Binary | 1001000 | 1000010 | 1001101 | 110 | 1110 | 0 | 1000110 | 100010001 | 1000 | 11100 |
Color Harmonies of #48424D
Complementary color
Monochromatic Colors of #48424D
Black with #48424D
Text Example
Text Example
White with #48424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48424D; }
p { color: rgb(72,66,77); }
H1.HeaderClassName
{
color: #48424D;
}
.AnyTagClassName
{
color: #48424D;
}
</style>
background-color css
<style>
a { background-color: #48424D; }
a { background-color: rgb(72,66,77); }
div.DivClassName
{
background-color: #48424D;
}
.BgClassName
{
background-color: #48424D;
}
</style>
border-color css
<style>
span { border-color: #48424D; }
span { border-color: rgb(72,66,77); }
td.TdClassName
{
border-color: #48424D;
}
.TagClassName
{
border-color: #48424D;
}
</style>