Shades of Jagger #483F4D
Tints of Jagger #483F4D
RGB
CMYK
RGB Variations
Color information
#483F4D (or 0x483F4D) is known color: Jagger. HEX triplet: 48, 3F and 4D. RGB value is (72,63,77). Sum of RGB (Red+Green+Blue) = 72+63+77=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #483F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F4D is #B7C0B2. Grayscale: #434343. Windows color (decimal): -12042419 or 5062472. OLE color: 5062472.
HSL color Cylindrical-coordinate representation of color #483F4D: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483F4D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 63 | 77 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.70 |
| HSL | 278.57º | 0.1% | 0.27% | - |
| HSV(B) | 278.57º | 0.18% | 0.3% | - |
| XYZ | 5.79 | 5.47 | 7.77 | - |
| YUV | 67.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 77 | 0.06 | 0.18 | 0 | 0.70 | 278.57 | 0.1 | 0.27 |
| Hex | 48 | 3F | 4D | 6 | 12 | 0 | 46 | 117 | A | 1B |
| Octal | 110 | 77 | 115 | 6 | 22 | 0 | 106 | 427 | 12 | 33 |
| Binary | 1001000 | 111111 | 1001101 | 110 | 10010 | 0 | 1000110 | 100010111 | 1010 | 11011 |
Color Harmonies of #483F4D
Complementary color
Monochromatic Colors of #483F4D
Black with #483F4D
Text Example
Text Example
White with #483F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F4D; }
p { color: rgb(72,63,77); }
H1.HeaderClassName
{
color: #483F4D;
}
.AnyTagClassName
{
color: #483F4D;
}
</style>
background-color css
<style>
a { background-color: #483F4D; }
a { background-color: rgb(72,63,77); }
div.DivClassName
{
background-color: #483F4D;
}
.BgClassName
{
background-color: #483F4D;
}
</style>
border-color css
<style>
span { border-color: #483F4D; }
span { border-color: rgb(72,63,77); }
td.TdClassName
{
border-color: #483F4D;
}
.TagClassName
{
border-color: #483F4D;
}
</style>