Shades of Grape #46424B
Tints of Grape #46424B
RGB
CMYK
RGB Variations
Color information
#46424B (or 0x46424B) is known color: Grape. HEX triplet: 46, 42 and 4B. RGB value is (70,66,75). Sum of RGB (Red+Green+Blue) = 70+66+75=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #46424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46424B is #B9BDB4. Grayscale: #444444. Windows color (decimal): -12172725 or 4932166. OLE color: 4932166.
HSL color Cylindrical-coordinate representation of color #46424B: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46424B is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 66 | 75 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.71 |
| HSL | 266.67º | 0.06% | 0.28% | - |
| HSV(B) | 266.67º | 0.12% | 0.29% | - |
| XYZ | 5.74 | 5.71 | 7.46 | - |
| YUV | 68.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 75 | 0.07 | 0.12 | 0 | 0.71 | 266.67 | 0.06 | 0.28 |
| Hex | 46 | 42 | 4B | 7 | C | 0 | 47 | 10B | 6 | 1C |
| Octal | 106 | 102 | 113 | 7 | 14 | 0 | 107 | 413 | 6 | 34 |
| Binary | 1000110 | 1000010 | 1001011 | 111 | 1100 | 0 | 1000111 | 100001011 | 110 | 11100 |
Color Harmonies of #46424B
Complementary color
Monochromatic Colors of #46424B
Black with #46424B
Text Example
Text Example
White with #46424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46424B; }
p { color: rgb(70,66,75); }
H1.HeaderClassName
{
color: #46424B;
}
.AnyTagClassName
{
color: #46424B;
}
</style>
background-color css
<style>
a { background-color: #46424B; }
a { background-color: rgb(70,66,75); }
div.DivClassName
{
background-color: #46424B;
}
.BgClassName
{
background-color: #46424B;
}
</style>
border-color css
<style>
span { border-color: #46424B; }
span { border-color: rgb(70,66,75); }
td.TdClassName
{
border-color: #46424B;
}
.TagClassName
{
border-color: #46424B;
}
</style>