Shades of Grape #444147
Tints of Grape #444147
RGB
CMYK
RGB Variations
Color information
#444147 (or 0x444147) is known color: Grape. HEX triplet: 44, 41 and 47. RGB value is (68,65,71). Sum of RGB (Red+Green+Blue) = 68+65+71=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 71 - color contains mainly: blue. Hex color #444147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444147 is #BBBEB8. Grayscale: #424242. Windows color (decimal): -12304057 or 4669764. OLE color: 4669764.
HSL color Cylindrical-coordinate representation of color #444147: hue angle of 270º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444147 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 65 | 71 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.72 |
| HSL | 270º | 0.04% | 0.27% | - |
| HSV(B) | 270º | 0.08% | 0.28% | - |
| XYZ | 5.41 | 5.46 | 6.73 | - |
| YUV | 66.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 71 | 0.04 | 0.08 | 0 | 0.72 | 270 | 0.04 | 0.27 |
| Hex | 44 | 41 | 47 | 4 | 8 | 0 | 48 | 10E | 4 | 1B |
| Octal | 104 | 101 | 107 | 4 | 10 | 0 | 110 | 416 | 4 | 33 |
| Binary | 1000100 | 1000001 | 1000111 | 100 | 1000 | 0 | 1001000 | 100001110 | 100 | 11011 |
Color Harmonies of #444147
Complementary color
Monochromatic Colors of #444147
Black with #444147
Text Example
Text Example
White with #444147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444147; }
p { color: rgb(68,65,71); }
H1.HeaderClassName
{
color: #444147;
}
.AnyTagClassName
{
color: #444147;
}
</style>
background-color css
<style>
a { background-color: #444147; }
a { background-color: rgb(68,65,71); }
div.DivClassName
{
background-color: #444147;
}
.BgClassName
{
background-color: #444147;
}
</style>
border-color css
<style>
span { border-color: #444147; }
span { border-color: rgb(68,65,71); }
td.TdClassName
{
border-color: #444147;
}
.TagClassName
{
border-color: #444147;
}
</style>