Shades of Grape #463B53
Tints of Grape #463B53
RGB
CMYK
RGB Variations
Color information
#463B53 (or 0x463B53) is known color: Grape. HEX triplet: 46, 3B and 53. RGB value is (70,59,83). Sum of RGB (Red+Green+Blue) = 70+59+83=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #463B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B53 is #B9C4AC. Grayscale: #404040. Windows color (decimal): -12174509 or 5454662. OLE color: 5454662.
HSL color Cylindrical-coordinate representation of color #463B53: hue angle of 267.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463B53 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 59 | 83 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.67 |
| HSL | 267.5º | 0.17% | 0.28% | - |
| HSV(B) | 267.5º | 0.29% | 0.33% | - |
| XYZ | 5.65 | 5.05 | 8.86 | - |
| YUV | 65.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 83 | 0.16 | 0.29 | 0 | 0.67 | 267.5 | 0.17 | 0.28 |
| Hex | 46 | 3B | 53 | 10 | 1D | 0 | 43 | 10C | 11 | 1C |
| Octal | 106 | 73 | 123 | 20 | 35 | 0 | 103 | 414 | 21 | 34 |
| Binary | 1000110 | 111011 | 1010011 | 10000 | 11101 | 0 | 1000011 | 100001100 | 10001 | 11100 |
Color Harmonies of #463B53
Complementary color
Monochromatic Colors of #463B53
Black with #463B53
Text Example
Text Example
White with #463B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B53; }
p { color: rgb(70,59,83); }
H1.HeaderClassName
{
color: #463B53;
}
.AnyTagClassName
{
color: #463B53;
}
</style>
background-color css
<style>
a { background-color: #463B53; }
a { background-color: rgb(70,59,83); }
div.DivClassName
{
background-color: #463B53;
}
.BgClassName
{
background-color: #463B53;
}
</style>
border-color css
<style>
span { border-color: #463B53; }
span { border-color: rgb(70,59,83); }
td.TdClassName
{
border-color: #463B53;
}
.TagClassName
{
border-color: #463B53;
}
</style>