Shades of Jagger #483953
Tints of Jagger #483953
RGB
CMYK
RGB Variations
Color information
#483953 (or 0x483953) is known color: Jagger. HEX triplet: 48, 39 and 53. RGB value is (72,57,83). Sum of RGB (Red+Green+Blue) = 72+57+83=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #483953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483953 is #B7C6AC. Grayscale: #404040. Windows color (decimal): -12043949 or 5454152. OLE color: 5454152.
HSL color Cylindrical-coordinate representation of color #483953: hue angle of 274.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483953 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 57 | 83 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.67 |
| HSL | 274.62º | 0.19% | 0.27% | - |
| HSV(B) | 274.62º | 0.31% | 0.33% | - |
| XYZ | 5.7 | 4.93 | 8.83 | - |
| YUV | 64.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 83 | 0.13 | 0.31 | 0 | 0.67 | 274.62 | 0.19 | 0.27 |
| Hex | 48 | 39 | 53 | D | 1F | 0 | 43 | 113 | 13 | 1B |
| Octal | 110 | 71 | 123 | 15 | 37 | 0 | 103 | 423 | 23 | 33 |
| Binary | 1001000 | 111001 | 1010011 | 1101 | 11111 | 0 | 1000011 | 100010011 | 10011 | 11011 |
Color Harmonies of #483953
Complementary color
Monochromatic Colors of #483953
Black with #483953
Text Example
Text Example
White with #483953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483953; }
p { color: rgb(72,57,83); }
H1.HeaderClassName
{
color: #483953;
}
.AnyTagClassName
{
color: #483953;
}
</style>
background-color css
<style>
a { background-color: #483953; }
a { background-color: rgb(72,57,83); }
div.DivClassName
{
background-color: #483953;
}
.BgClassName
{
background-color: #483953;
}
</style>
border-color css
<style>
span { border-color: #483953; }
span { border-color: rgb(72,57,83); }
td.TdClassName
{
border-color: #483953;
}
.TagClassName
{
border-color: #483953;
}
</style>