Shades of Grape #484250
Tints of Grape #484250
RGB
CMYK
RGB Variations
Color information
#484250 (or 0x484250) is known color: Grape. HEX triplet: 48, 42 and 50. RGB value is (72,66,80). Sum of RGB (Red+Green+Blue) = 72+66+80=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #484250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484250 is #B7BDAF. Grayscale: #454545. Windows color (decimal): -12041648 or 5259848. OLE color: 5259848.
HSL color Cylindrical-coordinate representation of color #484250: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484250 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 66 | 80 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.69 |
| HSL | 265.71º | 0.1% | 0.29% | - |
| HSV(B) | 265.71º | 0.18% | 0.31% | - |
| XYZ | 6.07 | 5.85 | 8.4 | - |
| YUV | 69.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 80 | 0.10 | 0.17 | 0 | 0.69 | 265.71 | 0.1 | 0.29 |
| Hex | 48 | 42 | 50 | A | 11 | 0 | 45 | 10A | A | 1D |
| Octal | 110 | 102 | 120 | 12 | 21 | 0 | 105 | 412 | 12 | 35 |
| Binary | 1001000 | 1000010 | 1010000 | 1010 | 10001 | 0 | 1000101 | 100001010 | 1010 | 11101 |
Color Harmonies of #484250
Complementary color
Monochromatic Colors of #484250
Black with #484250
Text Example
Text Example
White with #484250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484250; }
p { color: rgb(72,66,80); }
H1.HeaderClassName
{
color: #484250;
}
.AnyTagClassName
{
color: #484250;
}
</style>
background-color css
<style>
a { background-color: #484250; }
a { background-color: rgb(72,66,80); }
div.DivClassName
{
background-color: #484250;
}
.BgClassName
{
background-color: #484250;
}
</style>
border-color css
<style>
span { border-color: #484250; }
span { border-color: rgb(72,66,80); }
td.TdClassName
{
border-color: #484250;
}
.TagClassName
{
border-color: #484250;
}
</style>