Shades of Grape #484453
Tints of Grape #484453
RGB
CMYK
RGB Variations
Color information
#484453 (or 0x484453) is known color: Grape. HEX triplet: 48, 44 and 53. RGB value is (72,68,83). Sum of RGB (Red+Green+Blue) = 72+68+83=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #484453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484453 is #B7BBAC. Grayscale: #464646. Windows color (decimal): -12041133 or 5456968. OLE color: 5456968.
HSL color Cylindrical-coordinate representation of color #484453: hue angle of 256º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484453 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 68 | 83 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.67 |
| HSL | 256º | 0.1% | 0.3% | - |
| HSV(B) | 256º | 0.18% | 0.33% | - |
| XYZ | 6.3 | 6.14 | 9.04 | - |
| YUV | 70.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 83 | 0.13 | 0.18 | 0 | 0.67 | 256 | 0.1 | 0.3 |
| Hex | 48 | 44 | 53 | D | 12 | 0 | 43 | 100 | A | 1E |
| Octal | 110 | 104 | 123 | 15 | 22 | 0 | 103 | 400 | 12 | 36 |
| Binary | 1001000 | 1000100 | 1010011 | 1101 | 10010 | 0 | 1000011 | 100000000 | 1010 | 11110 |
Color Harmonies of #484453
Complementary color
Monochromatic Colors of #484453
Black with #484453
Text Example
Text Example
White with #484453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484453; }
p { color: rgb(72,68,83); }
H1.HeaderClassName
{
color: #484453;
}
.AnyTagClassName
{
color: #484453;
}
</style>
background-color css
<style>
a { background-color: #484453; }
a { background-color: rgb(72,68,83); }
div.DivClassName
{
background-color: #484453;
}
.BgClassName
{
background-color: #484453;
}
</style>
border-color css
<style>
span { border-color: #484453; }
span { border-color: rgb(72,68,83); }
td.TdClassName
{
border-color: #484453;
}
.TagClassName
{
border-color: #484453;
}
</style>