Shades of Jagger #483D50
Tints of Jagger #483D50
RGB
CMYK
RGB Variations
Color information
#483D50 (or 0x483D50) is known color: Jagger. HEX triplet: 48, 3D and 50. RGB value is (72,61,80). Sum of RGB (Red+Green+Blue) = 72+61+80=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #483D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D50 is #B7C2AF. Grayscale: #424242. Windows color (decimal): -12042928 or 5258568. OLE color: 5258568.
HSL color Cylindrical-coordinate representation of color #483D50: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483D50 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 61 | 80 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.69 |
| HSL | 274.74º | 0.13% | 0.28% | - |
| HSV(B) | 274.74º | 0.24% | 0.31% | - |
| XYZ | 5.79 | 5.29 | 8.31 | - |
| YUV | 66.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 80 | 0.10 | 0.24 | 0 | 0.69 | 274.74 | 0.13 | 0.28 |
| Hex | 48 | 3D | 50 | A | 18 | 0 | 45 | 113 | D | 1C |
| Octal | 110 | 75 | 120 | 12 | 30 | 0 | 105 | 423 | 15 | 34 |
| Binary | 1001000 | 111101 | 1010000 | 1010 | 11000 | 0 | 1000101 | 100010011 | 1101 | 11100 |
Color Harmonies of #483D50
Complementary color
Monochromatic Colors of #483D50
Black with #483D50
Text Example
Text Example
White with #483D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D50; }
p { color: rgb(72,61,80); }
H1.HeaderClassName
{
color: #483D50;
}
.AnyTagClassName
{
color: #483D50;
}
</style>
background-color css
<style>
a { background-color: #483D50; }
a { background-color: rgb(72,61,80); }
div.DivClassName
{
background-color: #483D50;
}
.BgClassName
{
background-color: #483D50;
}
</style>
border-color css
<style>
span { border-color: #483D50; }
span { border-color: rgb(72,61,80); }
td.TdClassName
{
border-color: #483D50;
}
.TagClassName
{
border-color: #483D50;
}
</style>