Shades of Grape #463D51
Tints of Grape #463D51
RGB
CMYK
RGB Variations
Color information
#463D51 (or 0x463D51) is known color: Grape. HEX triplet: 46, 3D and 51. RGB value is (70,61,81). Sum of RGB (Red+Green+Blue) = 70+61+81=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #463D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D51 is #B9C2AE. Grayscale: #414141. Windows color (decimal): -12173999 or 5324102. OLE color: 5324102.
HSL color Cylindrical-coordinate representation of color #463D51: hue angle of 267º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #463D51 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 61 | 81 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.68 |
| HSL | 267º | 0.14% | 0.28% | - |
| HSV(B) | 267º | 0.25% | 0.32% | - |
| XYZ | 5.68 | 5.23 | 8.5 | - |
| YUV | 65.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 81 | 0.14 | 0.25 | 0 | 0.68 | 267 | 0.14 | 0.28 |
| Hex | 46 | 3D | 51 | E | 19 | 0 | 44 | 10B | E | 1C |
| Octal | 106 | 75 | 121 | 16 | 31 | 0 | 104 | 413 | 16 | 34 |
| Binary | 1000110 | 111101 | 1010001 | 1110 | 11001 | 0 | 1000100 | 100001011 | 1110 | 11100 |
Color Harmonies of #463D51
Complementary color
Monochromatic Colors of #463D51
Black with #463D51
Text Example
Text Example
White with #463D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D51; }
p { color: rgb(70,61,81); }
H1.HeaderClassName
{
color: #463D51;
}
.AnyTagClassName
{
color: #463D51;
}
</style>
background-color css
<style>
a { background-color: #463D51; }
a { background-color: rgb(70,61,81); }
div.DivClassName
{
background-color: #463D51;
}
.BgClassName
{
background-color: #463D51;
}
</style>
border-color css
<style>
span { border-color: #463D51; }
span { border-color: rgb(70,61,81); }
td.TdClassName
{
border-color: #463D51;
}
.TagClassName
{
border-color: #463D51;
}
</style>