Shades of Grape #483D55
Tints of Grape #483D55
RGB
CMYK
RGB Variations
Color information
#483D55 (or 0x483D55) is known color: Grape. HEX triplet: 48, 3D and 55. RGB value is (72,61,85). Sum of RGB (Red+Green+Blue) = 72+61+85=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #483D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D55 is #B7C2AA. Grayscale: #424242. Windows color (decimal): -12042923 or 5586248. OLE color: 5586248.
HSL color Cylindrical-coordinate representation of color #483D55: hue angle of 267.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483D55 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 61 | 85 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.67 |
| HSL | 267.5º | 0.16% | 0.29% | - |
| HSV(B) | 267.5º | 0.28% | 0.33% | - |
| XYZ | 5.98 | 5.37 | 9.32 | - |
| YUV | 67.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 85 | 0.15 | 0.28 | 0 | 0.67 | 267.5 | 0.16 | 0.29 |
| Hex | 48 | 3D | 55 | F | 1C | 0 | 43 | 10C | 10 | 1D |
| Octal | 110 | 75 | 125 | 17 | 34 | 0 | 103 | 414 | 20 | 35 |
| Binary | 1001000 | 111101 | 1010101 | 1111 | 11100 | 0 | 1000011 | 100001100 | 10000 | 11101 |
Color Harmonies of #483D55
Complementary color
Monochromatic Colors of #483D55
Black with #483D55
Text Example
Text Example
White with #483D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D55; }
p { color: rgb(72,61,85); }
H1.HeaderClassName
{
color: #483D55;
}
.AnyTagClassName
{
color: #483D55;
}
</style>
background-color css
<style>
a { background-color: #483D55; }
a { background-color: rgb(72,61,85); }
div.DivClassName
{
background-color: #483D55;
}
.BgClassName
{
background-color: #483D55;
}
</style>
border-color css
<style>
span { border-color: #483D55; }
span { border-color: rgb(72,61,85); }
td.TdClassName
{
border-color: #483D55;
}
.TagClassName
{
border-color: #483D55;
}
</style>