Shades of Grape #44404D
Tints of Grape #44404D
RGB
CMYK
RGB Variations
Color information
#44404D (or 0x44404D) is known color: Grape. HEX triplet: 44, 40 and 4D. RGB value is (68,64,77). Sum of RGB (Red+Green+Blue) = 68+64+77=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #44404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44404D is #BBBFB2. Grayscale: #424242. Windows color (decimal): -12304307 or 5062724. OLE color: 5062724.
HSL color Cylindrical-coordinate representation of color #44404D: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #44404D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 64 | 77 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.70 |
| HSL | 258.46º | 0.09% | 0.28% | - |
| HSV(B) | 258.46º | 0.17% | 0.3% | - |
| XYZ | 5.56 | 5.43 | 7.78 | - |
| YUV | 66.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 77 | 0.12 | 0.17 | 0 | 0.70 | 258.46 | 0.09 | 0.28 |
| Hex | 44 | 40 | 4D | C | 11 | 0 | 46 | 102 | 9 | 1C |
| Octal | 104 | 100 | 115 | 14 | 21 | 0 | 106 | 402 | 11 | 34 |
| Binary | 1000100 | 1000000 | 1001101 | 1100 | 10001 | 0 | 1000110 | 100000010 | 1001 | 11100 |
Color Harmonies of #44404D
Complementary color
Monochromatic Colors of #44404D
Black with #44404D
Text Example
Text Example
White with #44404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44404D; }
p { color: rgb(68,64,77); }
H1.HeaderClassName
{
color: #44404D;
}
.AnyTagClassName
{
color: #44404D;
}
</style>
background-color css
<style>
a { background-color: #44404D; }
a { background-color: rgb(68,64,77); }
div.DivClassName
{
background-color: #44404D;
}
.BgClassName
{
background-color: #44404D;
}
</style>
border-color css
<style>
span { border-color: #44404D; }
span { border-color: rgb(68,64,77); }
td.TdClassName
{
border-color: #44404D;
}
.TagClassName
{
border-color: #44404D;
}
</style>