Shades of Charcoal #4A4848
Tints of Charcoal #4A4848
RGB
CMYK
RGB Variations
Color information
#4A4848 (or 0x4A4848) is known color: Charcoal. HEX triplet: 4A, 48 and 48. RGB value is (74,72,72). Sum of RGB (Red+Green+Blue) = 74+72+72=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4848 is #B5B7B7. Grayscale: #484848. Windows color (decimal): -11909048 or 4737098. OLE color: 4737098.
HSL color Cylindrical-coordinate representation of color #4A4848: hue angle of 0º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4A4848 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
RGB | 74 | 72 | 72 | - |
CMYK | 0 | 0.03 | 0.03 | 0.71 |
HSL | 0º | 0.01% | 0.29% | - |
HSV(B) | 0º | 0.03% | 0.29% | - |
XYZ | 6.31 | 6.56 | 7.06 | - |
YUV | 72.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 72 | 72 | 0 | 0.03 | 0.03 | 0.71 | 0 | 0.01 | 0.29 |
Hex | 4A | 48 | 48 | 0 | 3 | 3 | 47 | 0 | 1 | 1D |
Octal | 112 | 110 | 110 | 0 | 3 | 3 | 107 | 0 | 1 | 35 |
Binary | 1001010 | 1001000 | 1001000 | 0 | 11 | 11 | 1000111 | 0 | 1 | 11101 |
Color Harmonies of #4A4848
Complementary color
Monochromatic Colors of #4A4848
Black with #4A4848
Text Example
Text Example
White with #4A4848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4848; }
p { color: rgb(74,72,72); }
H1.HeaderClassName
{
color: #4A4848;
}
.AnyTagClassName
{
color: #4A4848;
}
</style>
background-color css
<style>
a { background-color: #4A4848; }
a { background-color: rgb(74,72,72); }
div.DivClassName
{
background-color: #4A4848;
}
.BgClassName
{
background-color: #4A4848;
}
</style>
border-color css
<style>
span { border-color: #4A4848; }
span { border-color: rgb(74,72,72); }
td.TdClassName
{
border-color: #4A4848;
}
.TagClassName
{
border-color: #4A4848;
}
</style>