Shades of Grape #464251
Tints of Grape #464251
RGB
CMYK
RGB Variations
Color information
#464251 (or 0x464251) is known color: Grape. HEX triplet: 46, 42 and 51. RGB value is (70,66,81). Sum of RGB (Red+Green+Blue) = 70+66+81=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #464251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464251 is #B9BDAE. Grayscale: #444444. Windows color (decimal): -12172719 or 5325382. OLE color: 5325382.
HSL color Cylindrical-coordinate representation of color #464251: hue angle of 256º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464251 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 66 | 81 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.68 |
| HSL | 256º | 0.1% | 0.29% | - |
| HSV(B) | 256º | 0.19% | 0.32% | - |
| XYZ | 5.96 | 5.79 | 8.59 | - |
| YUV | 68.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 81 | 0.14 | 0.19 | 0 | 0.68 | 256 | 0.1 | 0.29 |
| Hex | 46 | 42 | 51 | E | 13 | 0 | 44 | 100 | A | 1D |
| Octal | 106 | 102 | 121 | 16 | 23 | 0 | 104 | 400 | 12 | 35 |
| Binary | 1000110 | 1000010 | 1010001 | 1110 | 10011 | 0 | 1000100 | 100000000 | 1010 | 11101 |
Color Harmonies of #464251
Complementary color
Monochromatic Colors of #464251
Black with #464251
Text Example
Text Example
White with #464251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464251; }
p { color: rgb(70,66,81); }
H1.HeaderClassName
{
color: #464251;
}
.AnyTagClassName
{
color: #464251;
}
</style>
background-color css
<style>
a { background-color: #464251; }
a { background-color: rgb(70,66,81); }
div.DivClassName
{
background-color: #464251;
}
.BgClassName
{
background-color: #464251;
}
</style>
border-color css
<style>
span { border-color: #464251; }
span { border-color: rgb(70,66,81); }
td.TdClassName
{
border-color: #464251;
}
.TagClassName
{
border-color: #464251;
}
</style>