Shades of Grape #424146
Tints of Grape #424146
RGB
CMYK
RGB Variations
Color information
#424146 (or 0x424146) is known color: Grape. HEX triplet: 42, 41 and 46. RGB value is (66,65,70). Sum of RGB (Red+Green+Blue) = 66+65+70=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 70 - color contains mainly: blue. Hex color #424146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424146 is #BDBEB9. Grayscale: #414141. Windows color (decimal): -12435130 or 4604226. OLE color: 4604226.
HSL color Cylindrical-coordinate representation of color #424146: hue angle of 252º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #424146 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 65 | 70 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.73 |
| HSL | 252º | 0.04% | 0.26% | - |
| HSV(B) | 252º | 0.07% | 0.27% | - |
| XYZ | 5.24 | 5.38 | 6.56 | - |
| YUV | 65.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 70 | 0.06 | 0.07 | 0 | 0.73 | 252 | 0.04 | 0.26 |
| Hex | 42 | 41 | 46 | 6 | 7 | 0 | 49 | FC | 4 | 1A |
| Octal | 102 | 101 | 106 | 6 | 7 | 0 | 111 | 374 | 4 | 32 |
| Binary | 1000010 | 1000001 | 1000110 | 110 | 111 | 0 | 1001001 | 11111100 | 100 | 11010 |
Color Harmonies of #424146
Complementary color
Monochromatic Colors of #424146
Black with #424146
Text Example
Text Example
White with #424146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424146; }
p { color: rgb(66,65,70); }
H1.HeaderClassName
{
color: #424146;
}
.AnyTagClassName
{
color: #424146;
}
</style>
background-color css
<style>
a { background-color: #424146; }
a { background-color: rgb(66,65,70); }
div.DivClassName
{
background-color: #424146;
}
.BgClassName
{
background-color: #424146;
}
</style>
border-color css
<style>
span { border-color: #424146; }
span { border-color: rgb(66,65,70); }
td.TdClassName
{
border-color: #424146;
}
.TagClassName
{
border-color: #424146;
}
</style>