Shades of Grape #463D52
Tints of Grape #463D52
RGB
CMYK
RGB Variations
Color information
#463D52 (or 0x463D52) is known color: Grape. HEX triplet: 46, 3D and 52. RGB value is (70,61,82). Sum of RGB (Red+Green+Blue) = 70+61+82=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #463D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D52 is #B9C2AD. Grayscale: #424242. Windows color (decimal): -12173998 or 5389638. OLE color: 5389638.
HSL color Cylindrical-coordinate representation of color #463D52: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463D52 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 61 | 82 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.68 |
| HSL | 265.71º | 0.15% | 0.28% | - |
| HSV(B) | 265.71º | 0.26% | 0.32% | - |
| XYZ | 5.72 | 5.25 | 8.69 | - |
| YUV | 66.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 82 | 0.15 | 0.26 | 0 | 0.68 | 265.71 | 0.15 | 0.28 |
| Hex | 46 | 3D | 52 | F | 1A | 0 | 44 | 10A | F | 1C |
| Octal | 106 | 75 | 122 | 17 | 32 | 0 | 104 | 412 | 17 | 34 |
| Binary | 1000110 | 111101 | 1010010 | 1111 | 11010 | 0 | 1000100 | 100001010 | 1111 | 11100 |
Color Harmonies of #463D52
Complementary color
Monochromatic Colors of #463D52
Black with #463D52
Text Example
Text Example
White with #463D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D52; }
p { color: rgb(70,61,82); }
H1.HeaderClassName
{
color: #463D52;
}
.AnyTagClassName
{
color: #463D52;
}
</style>
background-color css
<style>
a { background-color: #463D52; }
a { background-color: rgb(70,61,82); }
div.DivClassName
{
background-color: #463D52;
}
.BgClassName
{
background-color: #463D52;
}
</style>
border-color css
<style>
span { border-color: #463D52; }
span { border-color: rgb(70,61,82); }
td.TdClassName
{
border-color: #463D52;
}
.TagClassName
{
border-color: #463D52;
}
</style>