Shades of Jagger #483C53
Tints of Jagger #483C53
RGB
CMYK
RGB Variations
Color information
#483C53 (or 0x483C53) is known color: Jagger. HEX triplet: 48, 3C and 53. RGB value is (72,60,83). Sum of RGB (Red+Green+Blue) = 72+60+83=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #483C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C53 is #B7C3AC. Grayscale: #424242. Windows color (decimal): -12043181 or 5454920. OLE color: 5454920.
HSL color Cylindrical-coordinate representation of color #483C53: hue angle of 271.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483C53 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 60 | 83 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.67 |
| HSL | 271.3º | 0.16% | 0.28% | - |
| HSV(B) | 271.3º | 0.28% | 0.33% | - |
| XYZ | 5.85 | 5.23 | 8.89 | - |
| YUV | 66.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 83 | 0.13 | 0.28 | 0 | 0.67 | 271.3 | 0.16 | 0.28 |
| Hex | 48 | 3C | 53 | D | 1C | 0 | 43 | 10F | 10 | 1C |
| Octal | 110 | 74 | 123 | 15 | 34 | 0 | 103 | 417 | 20 | 34 |
| Binary | 1001000 | 111100 | 1010011 | 1101 | 11100 | 0 | 1000011 | 100001111 | 10000 | 11100 |
Color Harmonies of #483C53
Complementary color
Monochromatic Colors of #483C53
Black with #483C53
Text Example
Text Example
White with #483C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C53; }
p { color: rgb(72,60,83); }
H1.HeaderClassName
{
color: #483C53;
}
.AnyTagClassName
{
color: #483C53;
}
</style>
background-color css
<style>
a { background-color: #483C53; }
a { background-color: rgb(72,60,83); }
div.DivClassName
{
background-color: #483C53;
}
.BgClassName
{
background-color: #483C53;
}
</style>
border-color css
<style>
span { border-color: #483C53; }
span { border-color: rgb(72,60,83); }
td.TdClassName
{
border-color: #483C53;
}
.TagClassName
{
border-color: #483C53;
}
</style>