Shades of Jagger #483D53
Tints of Jagger #483D53
RGB
CMYK
RGB Variations
Color information
#483D53 (or 0x483D53) is known color: Jagger. HEX triplet: 48, 3D and 53. RGB value is (72,61,83). Sum of RGB (Red+Green+Blue) = 72+61+83=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #483D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D53 is #B7C2AC. Grayscale: #424242. Windows color (decimal): -12042925 or 5455176. OLE color: 5455176.
HSL color Cylindrical-coordinate representation of color #483D53: hue angle of 270º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #483D53 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 61 | 83 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.67 |
| HSL | 270º | 0.15% | 0.28% | - |
| HSV(B) | 270º | 0.27% | 0.33% | - |
| XYZ | 5.9 | 5.34 | 8.9 | - |
| YUV | 66.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 83 | 0.13 | 0.27 | 0 | 0.67 | 270 | 0.15 | 0.28 |
| Hex | 48 | 3D | 53 | D | 1B | 0 | 43 | 10E | F | 1C |
| Octal | 110 | 75 | 123 | 15 | 33 | 0 | 103 | 416 | 17 | 34 |
| Binary | 1001000 | 111101 | 1010011 | 1101 | 11011 | 0 | 1000011 | 100001110 | 1111 | 11100 |
Color Harmonies of #483D53
Complementary color
Monochromatic Colors of #483D53
Black with #483D53
Text Example
Text Example
White with #483D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D53; }
p { color: rgb(72,61,83); }
H1.HeaderClassName
{
color: #483D53;
}
.AnyTagClassName
{
color: #483D53;
}
</style>
background-color css
<style>
a { background-color: #483D53; }
a { background-color: rgb(72,61,83); }
div.DivClassName
{
background-color: #483D53;
}
.BgClassName
{
background-color: #483D53;
}
</style>
border-color css
<style>
span { border-color: #483D53; }
span { border-color: rgb(72,61,83); }
td.TdClassName
{
border-color: #483D53;
}
.TagClassName
{
border-color: #483D53;
}
</style>