Shades of Jagger #483E50
Tints of Jagger #483E50
RGB
CMYK
RGB Variations
Color information
#483E50 (or 0x483E50) is known color: Jagger. HEX triplet: 48, 3E and 50. RGB value is (72,62,80). Sum of RGB (Red+Green+Blue) = 72+62+80=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #483E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E50 is #B7C1AF. Grayscale: #424242. Windows color (decimal): -12042672 or 5258824. OLE color: 5258824.
HSL color Cylindrical-coordinate representation of color #483E50: hue angle of 273.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #483E50 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 62 | 80 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.69 |
| HSL | 273.33º | 0.13% | 0.28% | - |
| HSV(B) | 273.33º | 0.23% | 0.31% | - |
| XYZ | 5.84 | 5.4 | 8.32 | - |
| YUV | 67.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 80 | 0.10 | 0.22 | 0 | 0.69 | 273.33 | 0.13 | 0.28 |
| Hex | 48 | 3E | 50 | A | 16 | 0 | 45 | 111 | D | 1C |
| Octal | 110 | 76 | 120 | 12 | 26 | 0 | 105 | 421 | 15 | 34 |
| Binary | 1001000 | 111110 | 1010000 | 1010 | 10110 | 0 | 1000101 | 100010001 | 1101 | 11100 |
Color Harmonies of #483E50
Complementary color
Monochromatic Colors of #483E50
Black with #483E50
Text Example
Text Example
White with #483E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E50; }
p { color: rgb(72,62,80); }
H1.HeaderClassName
{
color: #483E50;
}
.AnyTagClassName
{
color: #483E50;
}
</style>
background-color css
<style>
a { background-color: #483E50; }
a { background-color: rgb(72,62,80); }
div.DivClassName
{
background-color: #483E50;
}
.BgClassName
{
background-color: #483E50;
}
</style>
border-color css
<style>
span { border-color: #483E50; }
span { border-color: rgb(72,62,80); }
td.TdClassName
{
border-color: #483E50;
}
.TagClassName
{
border-color: #483E50;
}
</style>