Shades of Grape #483D56
Tints of Grape #483D56
RGB
CMYK
RGB Variations
Color information
#483D56 (or 0x483D56) is known color: Grape. HEX triplet: 48, 3D and 56. RGB value is (72,61,86). Sum of RGB (Red+Green+Blue) = 72+61+86=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #483D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D56 is #B7C2A9. Grayscale: #434343. Windows color (decimal): -12042922 or 5651784. OLE color: 5651784.
HSL color Cylindrical-coordinate representation of color #483D56: hue angle of 266.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483D56 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 61 | 86 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.66 |
| HSL | 266.4º | 0.17% | 0.29% | - |
| HSV(B) | 266.4º | 0.29% | 0.34% | - |
| XYZ | 6.02 | 5.39 | 9.53 | - |
| YUV | 67.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 86 | 0.16 | 0.29 | 0 | 0.66 | 266.4 | 0.17 | 0.29 |
| Hex | 48 | 3D | 56 | 10 | 1D | 0 | 42 | 10A | 11 | 1D |
| Octal | 110 | 75 | 126 | 20 | 35 | 0 | 102 | 412 | 21 | 35 |
| Binary | 1001000 | 111101 | 1010110 | 10000 | 11101 | 0 | 1000010 | 100001010 | 10001 | 11101 |
Color Harmonies of #483D56
Complementary color
Monochromatic Colors of #483D56
Black with #483D56
Text Example
Text Example
White with #483D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D56; }
p { color: rgb(72,61,86); }
H1.HeaderClassName
{
color: #483D56;
}
.AnyTagClassName
{
color: #483D56;
}
</style>
background-color css
<style>
a { background-color: #483D56; }
a { background-color: rgb(72,61,86); }
div.DivClassName
{
background-color: #483D56;
}
.BgClassName
{
background-color: #483D56;
}
</style>
border-color css
<style>
span { border-color: #483D56; }
span { border-color: rgb(72,61,86); }
td.TdClassName
{
border-color: #483D56;
}
.TagClassName
{
border-color: #483D56;
}
</style>