Shades of Grape #44414D
Tints of Grape #44414D
RGB
CMYK
RGB Variations
Color information
#44414D (or 0x44414D) is known color: Grape. HEX triplet: 44, 41 and 4D. RGB value is (68,65,77). Sum of RGB (Red+Green+Blue) = 68+65+77=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #44414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44414D is #BBBEB2. Grayscale: #434343. Windows color (decimal): -12304051 or 5062980. OLE color: 5062980.
HSL color Cylindrical-coordinate representation of color #44414D: hue angle of 255º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44414D is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 65 | 77 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.70 |
| HSL | 255º | 0.08% | 0.28% | - |
| HSV(B) | 255º | 0.16% | 0.3% | - |
| XYZ | 5.61 | 5.55 | 7.8 | - |
| YUV | 67.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 77 | 0.12 | 0.16 | 0 | 0.70 | 255 | 0.08 | 0.28 |
| Hex | 44 | 41 | 4D | C | 10 | 0 | 46 | FF | 8 | 1C |
| Octal | 104 | 101 | 115 | 14 | 20 | 0 | 106 | 377 | 10 | 34 |
| Binary | 1000100 | 1000001 | 1001101 | 1100 | 10000 | 0 | 1000110 | 11111111 | 1000 | 11100 |
Color Harmonies of #44414D
Complementary color
Monochromatic Colors of #44414D
Black with #44414D
Text Example
Text Example
White with #44414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44414D; }
p { color: rgb(68,65,77); }
H1.HeaderClassName
{
color: #44414D;
}
.AnyTagClassName
{
color: #44414D;
}
</style>
background-color css
<style>
a { background-color: #44414D; }
a { background-color: rgb(68,65,77); }
div.DivClassName
{
background-color: #44414D;
}
.BgClassName
{
background-color: #44414D;
}
</style>
border-color css
<style>
span { border-color: #44414D; }
span { border-color: rgb(68,65,77); }
td.TdClassName
{
border-color: #44414D;
}
.TagClassName
{
border-color: #44414D;
}
</style>