Shades of Grape #464253
Tints of Grape #464253
RGB
CMYK
RGB Variations
Color information
#464253 (or 0x464253) is known color: Grape. HEX triplet: 46, 42 and 53. RGB value is (70,66,83). Sum of RGB (Red+Green+Blue) = 70+66+83=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #464253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464253 is #B9BDAC. Grayscale: #454545. Windows color (decimal): -12172717 or 5456454. OLE color: 5456454.
HSL color Cylindrical-coordinate representation of color #464253: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464253 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 66 | 83 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.67 |
| HSL | 254.12º | 0.11% | 0.29% | - |
| HSV(B) | 254.12º | 0.2% | 0.33% | - |
| XYZ | 6.04 | 5.82 | 8.99 | - |
| YUV | 69.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 83 | 0.16 | 0.20 | 0 | 0.67 | 254.12 | 0.11 | 0.29 |
| Hex | 46 | 42 | 53 | 10 | 14 | 0 | 43 | FE | B | 1D |
| Octal | 106 | 102 | 123 | 20 | 24 | 0 | 103 | 376 | 13 | 35 |
| Binary | 1000110 | 1000010 | 1010011 | 10000 | 10100 | 0 | 1000011 | 11111110 | 1011 | 11101 |
Color Harmonies of #464253
Complementary color
Monochromatic Colors of #464253
Black with #464253
Text Example
Text Example
White with #464253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464253; }
p { color: rgb(70,66,83); }
H1.HeaderClassName
{
color: #464253;
}
.AnyTagClassName
{
color: #464253;
}
</style>
background-color css
<style>
a { background-color: #464253; }
a { background-color: rgb(70,66,83); }
div.DivClassName
{
background-color: #464253;
}
.BgClassName
{
background-color: #464253;
}
</style>
border-color css
<style>
span { border-color: #464253; }
span { border-color: rgb(70,66,83); }
td.TdClassName
{
border-color: #464253;
}
.TagClassName
{
border-color: #464253;
}
</style>