Shades of Charcoal #4D4444
Tints of Charcoal #4D4444
RGB
CMYK
RGB Variations
Color information
#4D4444 (or 0x4D4444) is known color: Charcoal. HEX triplet: 4D, 44 and 44. RGB value is (77,68,68). Sum of RGB (Red+Green+Blue) = 77+68+68=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4444 is #B2BBBB. Grayscale: #464646. Windows color (decimal): -11713468 or 4473933. OLE color: 4473933.
HSL color Cylindrical-coordinate representation of color #4D4444: hue angle of 0º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4444 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 68 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.70 |
| HSL | 0º | 0.06% | 0.28% | - |
| HSV(B) | 0º | 0.12% | 0.3% | - |
| XYZ | 6.17 | 6.13 | 6.33 | - |
| YUV | 70.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 68 | 0 | 0.12 | 0.12 | 0.70 | 0 | 0.06 | 0.28 |
| Hex | 4D | 44 | 44 | 0 | C | C | 46 | 0 | 6 | 1C |
| Octal | 115 | 104 | 104 | 0 | 14 | 14 | 106 | 0 | 6 | 34 |
| Binary | 1001101 | 1000100 | 1000100 | 0 | 1100 | 1100 | 1000110 | 0 | 110 | 11100 |
Color Harmonies of #4D4444
Complementary color
Monochromatic Colors of #4D4444
Black with #4D4444
Text Example
Text Example
White with #4D4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4444; }
p { color: rgb(77,68,68); }
H1.HeaderClassName
{
color: #4D4444;
}
.AnyTagClassName
{
color: #4D4444;
}
</style>
background-color css
<style>
a { background-color: #4D4444; }
a { background-color: rgb(77,68,68); }
div.DivClassName
{
background-color: #4D4444;
}
.BgClassName
{
background-color: #4D4444;
}
</style>
border-color css
<style>
span { border-color: #4D4444; }
span { border-color: rgb(77,68,68); }
td.TdClassName
{
border-color: #4D4444;
}
.TagClassName
{
border-color: #4D4444;
}
</style>