Shades of Jagger #483A57
Tints of Jagger #483A57
RGB
CMYK
RGB Variations
Color information
#483A57 (or 0x483A57) is known color: Jagger. HEX triplet: 48, 3A and 57. RGB value is (72,58,87). Sum of RGB (Red+Green+Blue) = 72+58+87=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #483A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A57 is #B7C5A8. Grayscale: #414141. Windows color (decimal): -12043689 or 5716552. OLE color: 5716552.
HSL color Cylindrical-coordinate representation of color #483A57: hue angle of 268.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483A57 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 58 | 87 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.66 |
| HSL | 268.97º | 0.2% | 0.28% | - |
| HSV(B) | 268.97º | 0.33% | 0.34% | - |
| XYZ | 5.91 | 5.09 | 9.69 | - |
| YUV | 65.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 87 | 0.17 | 0.33 | 0 | 0.66 | 268.97 | 0.2 | 0.28 |
| Hex | 48 | 3A | 57 | 11 | 21 | 0 | 42 | 10D | 14 | 1C |
| Octal | 110 | 72 | 127 | 21 | 41 | 0 | 102 | 415 | 24 | 34 |
| Binary | 1001000 | 111010 | 1010111 | 10001 | 100001 | 0 | 1000010 | 100001101 | 10100 | 11100 |
Color Harmonies of #483A57
Complementary color
Monochromatic Colors of #483A57
Black with #483A57
Text Example
Text Example
White with #483A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A57; }
p { color: rgb(72,58,87); }
H1.HeaderClassName
{
color: #483A57;
}
.AnyTagClassName
{
color: #483A57;
}
</style>
background-color css
<style>
a { background-color: #483A57; }
a { background-color: rgb(72,58,87); }
div.DivClassName
{
background-color: #483A57;
}
.BgClassName
{
background-color: #483A57;
}
</style>
border-color css
<style>
span { border-color: #483A57; }
span { border-color: rgb(72,58,87); }
td.TdClassName
{
border-color: #483A57;
}
.TagClassName
{
border-color: #483A57;
}
</style>