Shades of Grape #423B4C
Tints of Grape #423B4C
RGB
CMYK
RGB Variations
Color information
#423B4C (or 0x423B4C) is known color: Grape. HEX triplet: 42, 3B and 4C. RGB value is (66,59,76). Sum of RGB (Red+Green+Blue) = 66+59+76=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #423B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B4C is #BDC4B3. Grayscale: #3E3E3E. Windows color (decimal): -12436660 or 4995906. OLE color: 4995906.
HSL color Cylindrical-coordinate representation of color #423B4C: hue angle of 264.71º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #423B4C is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 59 | 76 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.70 |
| HSL | 264.71º | 0.13% | 0.26% | - |
| HSV(B) | 264.71º | 0.22% | 0.3% | - |
| XYZ | 5.12 | 4.81 | 7.5 | - |
| YUV | 63.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 76 | 0.13 | 0.22 | 0 | 0.70 | 264.71 | 0.13 | 0.26 |
| Hex | 42 | 3B | 4C | D | 16 | 0 | 46 | 109 | D | 1A |
| Octal | 102 | 73 | 114 | 15 | 26 | 0 | 106 | 411 | 15 | 32 |
| Binary | 1000010 | 111011 | 1001100 | 1101 | 10110 | 0 | 1000110 | 100001001 | 1101 | 11010 |
Color Harmonies of #423B4C
Complementary color
Monochromatic Colors of #423B4C
Black with #423B4C
Text Example
Text Example
White with #423B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B4C; }
p { color: rgb(66,59,76); }
H1.HeaderClassName
{
color: #423B4C;
}
.AnyTagClassName
{
color: #423B4C;
}
</style>
background-color css
<style>
a { background-color: #423B4C; }
a { background-color: rgb(66,59,76); }
div.DivClassName
{
background-color: #423B4C;
}
.BgClassName
{
background-color: #423B4C;
}
</style>
border-color css
<style>
span { border-color: #423B4C; }
span { border-color: rgb(66,59,76); }
td.TdClassName
{
border-color: #423B4C;
}
.TagClassName
{
border-color: #423B4C;
}
</style>