Shades of Grape #44414B
Tints of Grape #44414B
RGB
CMYK
RGB Variations
Color information
#44414B (or 0x44414B) is known color: Grape. HEX triplet: 44, 41 and 4B. RGB value is (68,65,75). Sum of RGB (Red+Green+Blue) = 68+65+75=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #44414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44414B is #BBBEB4. Grayscale: #434343. Windows color (decimal): -12304053 or 4931908. OLE color: 4931908.
HSL color Cylindrical-coordinate representation of color #44414B: hue angle of 258º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #44414B is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 65 | 75 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.71 |
| HSL | 258º | 0.07% | 0.27% | - |
| HSV(B) | 258º | 0.13% | 0.29% | - |
| XYZ | 5.54 | 5.52 | 7.43 | - |
| YUV | 67.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 75 | 0.09 | 0.13 | 0 | 0.71 | 258 | 0.07 | 0.27 |
| Hex | 44 | 41 | 4B | 9 | D | 0 | 47 | 102 | 7 | 1B |
| Octal | 104 | 101 | 113 | 11 | 15 | 0 | 107 | 402 | 7 | 33 |
| Binary | 1000100 | 1000001 | 1001011 | 1001 | 1101 | 0 | 1000111 | 100000010 | 111 | 11011 |
Color Harmonies of #44414B
Complementary color
Monochromatic Colors of #44414B
Black with #44414B
Text Example
Text Example
White with #44414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44414B; }
p { color: rgb(68,65,75); }
H1.HeaderClassName
{
color: #44414B;
}
.AnyTagClassName
{
color: #44414B;
}
</style>
background-color css
<style>
a { background-color: #44414B; }
a { background-color: rgb(68,65,75); }
div.DivClassName
{
background-color: #44414B;
}
.BgClassName
{
background-color: #44414B;
}
</style>
border-color css
<style>
span { border-color: #44414B; }
span { border-color: rgb(68,65,75); }
td.TdClassName
{
border-color: #44414B;
}
.TagClassName
{
border-color: #44414B;
}
</style>