Shades of Charcoal #4D4242
Tints of Charcoal #4D4242
RGB
CMYK
RGB Variations
Color information
#4D4242 (or 0x4D4242) is known color: Charcoal. HEX triplet: 4D, 42 and 42. RGB value is (77,66,66). Sum of RGB (Red+Green+Blue) = 77+66+66=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4242 is #B2BDBD. Grayscale: #454545. Windows color (decimal): -11713982 or 4342349. OLE color: 4342349.
HSL color Cylindrical-coordinate representation of color #4D4242: hue angle of 0º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4242 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 66 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.70 |
| HSL | 0º | 0.08% | 0.28% | - |
| HSV(B) | 0º | 0.14% | 0.3% | - |
| XYZ | 5.99 | 5.87 | 5.97 | - |
| YUV | 69.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 66 | 0 | 0.14 | 0.14 | 0.70 | 0 | 0.08 | 0.28 |
| Hex | 4D | 42 | 42 | 0 | E | E | 46 | 0 | 8 | 1C |
| Octal | 115 | 102 | 102 | 0 | 16 | 16 | 106 | 0 | 10 | 34 |
| Binary | 1001101 | 1000010 | 1000010 | 0 | 1110 | 1110 | 1000110 | 0 | 1000 | 11100 |
Color Harmonies of #4D4242
Complementary color
Monochromatic Colors of #4D4242
Black with #4D4242
Text Example
Text Example
White with #4D4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4242; }
p { color: rgb(77,66,66); }
H1.HeaderClassName
{
color: #4D4242;
}
.AnyTagClassName
{
color: #4D4242;
}
</style>
background-color css
<style>
a { background-color: #4D4242; }
a { background-color: rgb(77,66,66); }
div.DivClassName
{
background-color: #4D4242;
}
.BgClassName
{
background-color: #4D4242;
}
</style>
border-color css
<style>
span { border-color: #4D4242; }
span { border-color: rgb(77,66,66); }
td.TdClassName
{
border-color: #4D4242;
}
.TagClassName
{
border-color: #4D4242;
}
</style>