Shades of Grape #483F51
Tints of Grape #483F51
RGB
CMYK
RGB Variations
Color information
#483F51 (or 0x483F51) is known color: Grape. HEX triplet: 48, 3F and 51. RGB value is (72,63,81). Sum of RGB (Red+Green+Blue) = 72+63+81=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #483F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F51 is #B7C0AE. Grayscale: #434343. Windows color (decimal): -12042415 or 5324616. OLE color: 5324616.
HSL color Cylindrical-coordinate representation of color #483F51: hue angle of 270º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #483F51 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 63 | 81 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.68 |
| HSL | 270º | 0.13% | 0.28% | - |
| HSV(B) | 270º | 0.22% | 0.32% | - |
| XYZ | 5.94 | 5.53 | 8.54 | - |
| YUV | 67.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 81 | 0.11 | 0.22 | 0 | 0.68 | 270 | 0.13 | 0.28 |
| Hex | 48 | 3F | 51 | B | 16 | 0 | 44 | 10E | C | 1C |
| Octal | 110 | 77 | 121 | 13 | 26 | 0 | 104 | 416 | 14 | 34 |
| Binary | 1001000 | 111111 | 1010001 | 1011 | 10110 | 0 | 1000100 | 100001110 | 1100 | 11100 |
Color Harmonies of #483F51
Complementary color
Monochromatic Colors of #483F51
Black with #483F51
Text Example
Text Example
White with #483F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F51; }
p { color: rgb(72,63,81); }
H1.HeaderClassName
{
color: #483F51;
}
.AnyTagClassName
{
color: #483F51;
}
</style>
background-color css
<style>
a { background-color: #483F51; }
a { background-color: rgb(72,63,81); }
div.DivClassName
{
background-color: #483F51;
}
.BgClassName
{
background-color: #483F51;
}
</style>
border-color css
<style>
span { border-color: #483F51; }
span { border-color: rgb(72,63,81); }
td.TdClassName
{
border-color: #483F51;
}
.TagClassName
{
border-color: #483F51;
}
</style>