Shades of Grape #484150
Tints of Grape #484150
RGB
CMYK
RGB Variations
Color information
#484150 (or 0x484150) is known color: Grape. HEX triplet: 48, 41 and 50. RGB value is (72,65,80). Sum of RGB (Red+Green+Blue) = 72+65+80=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #484150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484150 is #B7BEAF. Grayscale: #444444. Windows color (decimal): -12041904 or 5259592. OLE color: 5259592.
HSL color Cylindrical-coordinate representation of color #484150: hue angle of 268º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #484150 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 65 | 80 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.69 |
| HSL | 268º | 0.1% | 0.28% | - |
| HSV(B) | 268º | 0.19% | 0.31% | - |
| XYZ | 6.01 | 5.74 | 8.38 | - |
| YUV | 68.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 80 | 0.10 | 0.19 | 0 | 0.69 | 268 | 0.1 | 0.28 |
| Hex | 48 | 41 | 50 | A | 13 | 0 | 45 | 10C | A | 1C |
| Octal | 110 | 101 | 120 | 12 | 23 | 0 | 105 | 414 | 12 | 34 |
| Binary | 1001000 | 1000001 | 1010000 | 1010 | 10011 | 0 | 1000101 | 100001100 | 1010 | 11100 |
Color Harmonies of #484150
Complementary color
Monochromatic Colors of #484150
Black with #484150
Text Example
Text Example
White with #484150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484150; }
p { color: rgb(72,65,80); }
H1.HeaderClassName
{
color: #484150;
}
.AnyTagClassName
{
color: #484150;
}
</style>
background-color css
<style>
a { background-color: #484150; }
a { background-color: rgb(72,65,80); }
div.DivClassName
{
background-color: #484150;
}
.BgClassName
{
background-color: #484150;
}
</style>
border-color css
<style>
span { border-color: #484150; }
span { border-color: rgb(72,65,80); }
td.TdClassName
{
border-color: #484150;
}
.TagClassName
{
border-color: #484150;
}
</style>