Shades of Grape #464250
Tints of Grape #464250
RGB
CMYK
RGB Variations
Color information
#464250 (or 0x464250) is known color: Grape. HEX triplet: 46, 42 and 50. RGB value is (70,66,80). Sum of RGB (Red+Green+Blue) = 70+66+80=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #464250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464250 is #B9BDAF. Grayscale: #444444. Windows color (decimal): -12172720 or 5259846. OLE color: 5259846.
HSL color Cylindrical-coordinate representation of color #464250: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464250 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 66 | 80 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.69 |
| HSL | 257.14º | 0.1% | 0.29% | - |
| HSV(B) | 257.14º | 0.18% | 0.31% | - |
| XYZ | 5.92 | 5.78 | 8.39 | - |
| YUV | 68.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 80 | 0.12 | 0.17 | 0 | 0.69 | 257.14 | 0.1 | 0.29 |
| Hex | 46 | 42 | 50 | C | 11 | 0 | 45 | 101 | A | 1D |
| Octal | 106 | 102 | 120 | 14 | 21 | 0 | 105 | 401 | 12 | 35 |
| Binary | 1000110 | 1000010 | 1010000 | 1100 | 10001 | 0 | 1000101 | 100000001 | 1010 | 11101 |
Color Harmonies of #464250
Complementary color
Monochromatic Colors of #464250
Black with #464250
Text Example
Text Example
White with #464250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464250; }
p { color: rgb(70,66,80); }
H1.HeaderClassName
{
color: #464250;
}
.AnyTagClassName
{
color: #464250;
}
</style>
background-color css
<style>
a { background-color: #464250; }
a { background-color: rgb(70,66,80); }
div.DivClassName
{
background-color: #464250;
}
.BgClassName
{
background-color: #464250;
}
</style>
border-color css
<style>
span { border-color: #464250; }
span { border-color: rgb(70,66,80); }
td.TdClassName
{
border-color: #464250;
}
.TagClassName
{
border-color: #464250;
}
</style>