Shades of Charcoal #4B4242
Tints of Charcoal #4B4242
RGB
CMYK
RGB Variations
Color information
#4B4242 (or 0x4B4242) is known color: Charcoal. HEX triplet: 4B, 42 and 42. RGB value is (75,66,66). Sum of RGB (Red+Green+Blue) = 75+66+66=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4242 is #B4BDBD. Grayscale: #444444. Windows color (decimal): -11845054 or 4342347. OLE color: 4342347.
HSL color Cylindrical-coordinate representation of color #4B4242: hue angle of 0º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4242 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 66 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.71 |
| HSL | 0º | 0.06% | 0.28% | - |
| HSV(B) | 0º | 0.12% | 0.29% | - |
| XYZ | 5.83 | 5.79 | 5.96 | - |
| YUV | 68.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 66 | 0 | 0.12 | 0.12 | 0.71 | 0 | 0.06 | 0.28 |
| Hex | 4B | 42 | 42 | 0 | C | C | 47 | 0 | 6 | 1C |
| Octal | 113 | 102 | 102 | 0 | 14 | 14 | 107 | 0 | 6 | 34 |
| Binary | 1001011 | 1000010 | 1000010 | 0 | 1100 | 1100 | 1000111 | 0 | 110 | 11100 |
Color Harmonies of #4B4242
Complementary color
Monochromatic Colors of #4B4242
Black with #4B4242
Text Example
Text Example
White with #4B4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4242; }
p { color: rgb(75,66,66); }
H1.HeaderClassName
{
color: #4B4242;
}
.AnyTagClassName
{
color: #4B4242;
}
</style>
background-color css
<style>
a { background-color: #4B4242; }
a { background-color: rgb(75,66,66); }
div.DivClassName
{
background-color: #4B4242;
}
.BgClassName
{
background-color: #4B4242;
}
</style>
border-color css
<style>
span { border-color: #4B4242; }
span { border-color: rgb(75,66,66); }
td.TdClassName
{
border-color: #4B4242;
}
.TagClassName
{
border-color: #4B4242;
}
</style>