Shades of Charcoal #4C4141
Tints of Charcoal #4C4141
RGB
CMYK
RGB Variations
Color information
#4C4141 (or 0x4C4141) is known color: Charcoal. HEX triplet: 4C, 41 and 41. RGB value is (76,65,65). Sum of RGB (Red+Green+Blue) = 76+65+65=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4141 is #B3BEBE. Grayscale: #444444. Windows color (decimal): -11779775 or 4276556. OLE color: 4276556.
HSL color Cylindrical-coordinate representation of color #4C4141: 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 #4C4141 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 65 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.70 |
| HSL | 0º | 0.08% | 0.28% | - |
| HSV(B) | 0º | 0.14% | 0.3% | - |
| XYZ | 5.82 | 5.7 | 5.79 | - |
| YUV | 68.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 65 | 0 | 0.14 | 0.14 | 0.70 | 0 | 0.08 | 0.28 |
| Hex | 4C | 41 | 41 | 0 | E | E | 46 | 0 | 8 | 1C |
| Octal | 114 | 101 | 101 | 0 | 16 | 16 | 106 | 0 | 10 | 34 |
| Binary | 1001100 | 1000001 | 1000001 | 0 | 1110 | 1110 | 1000110 | 0 | 1000 | 11100 |
Color Harmonies of #4C4141
Complementary color
Monochromatic Colors of #4C4141
Black with #4C4141
Text Example
Text Example
White with #4C4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4141; }
p { color: rgb(76,65,65); }
H1.HeaderClassName
{
color: #4C4141;
}
.AnyTagClassName
{
color: #4C4141;
}
</style>
background-color css
<style>
a { background-color: #4C4141; }
a { background-color: rgb(76,65,65); }
div.DivClassName
{
background-color: #4C4141;
}
.BgClassName
{
background-color: #4C4141;
}
</style>
border-color css
<style>
span { border-color: #4C4141; }
span { border-color: rgb(76,65,65); }
td.TdClassName
{
border-color: #4C4141;
}
.TagClassName
{
border-color: #4C4141;
}
</style>