Shades of Grape #483D54
Tints of Grape #483D54
RGB
CMYK
RGB Variations
Color information
#483D54 (or 0x483D54) is known color: Grape. HEX triplet: 48, 3D and 54. RGB value is (72,61,84). Sum of RGB (Red+Green+Blue) = 72+61+84=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #483D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D54 is #B7C2AB. Grayscale: #424242. Windows color (decimal): -12042924 or 5520712. OLE color: 5520712.
HSL color Cylindrical-coordinate representation of color #483D54: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #483D54 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 61 | 84 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.67 |
| HSL | 268.7º | 0.16% | 0.28% | - |
| HSV(B) | 268.7º | 0.27% | 0.33% | - |
| XYZ | 5.94 | 5.36 | 9.11 | - |
| YUV | 66.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 84 | 0.14 | 0.27 | 0 | 0.67 | 268.7 | 0.16 | 0.28 |
| Hex | 48 | 3D | 54 | E | 1B | 0 | 43 | 10D | 10 | 1C |
| Octal | 110 | 75 | 124 | 16 | 33 | 0 | 103 | 415 | 20 | 34 |
| Binary | 1001000 | 111101 | 1010100 | 1110 | 11011 | 0 | 1000011 | 100001101 | 10000 | 11100 |
Color Harmonies of #483D54
Complementary color
Monochromatic Colors of #483D54
Black with #483D54
Text Example
Text Example
White with #483D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D54; }
p { color: rgb(72,61,84); }
H1.HeaderClassName
{
color: #483D54;
}
.AnyTagClassName
{
color: #483D54;
}
</style>
background-color css
<style>
a { background-color: #483D54; }
a { background-color: rgb(72,61,84); }
div.DivClassName
{
background-color: #483D54;
}
.BgClassName
{
background-color: #483D54;
}
</style>
border-color css
<style>
span { border-color: #483D54; }
span { border-color: rgb(72,61,84); }
td.TdClassName
{
border-color: #483D54;
}
.TagClassName
{
border-color: #483D54;
}
</style>