Shades of Charcoal #494646
Tints of Charcoal #494646
RGB
CMYK
RGB Variations
Color information
#494646 (or 0x494646) is known color: Charcoal. HEX triplet: 49, 46 and 46. RGB value is (73,70,70). Sum of RGB (Red+Green+Blue) = 73+70+70=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494646 is #B6B9B9. Grayscale: #464646. Windows color (decimal): -11975098 or 4605513. OLE color: 4605513.
HSL color Cylindrical-coordinate representation of color #494646: hue angle of 0º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #494646 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 70 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.71 |
| HSL | 0º | 0.02% | 0.28% | - |
| HSV(B) | 0º | 0.04% | 0.29% | - |
| XYZ | 6.04 | 6.24 | 6.68 | - |
| YUV | 70.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 70 | 0 | 0.04 | 0.04 | 0.71 | 0 | 0.02 | 0.28 |
| Hex | 49 | 46 | 46 | 0 | 4 | 4 | 47 | 0 | 2 | 1C |
| Octal | 111 | 106 | 106 | 0 | 4 | 4 | 107 | 0 | 2 | 34 |
| Binary | 1001001 | 1000110 | 1000110 | 0 | 100 | 100 | 1000111 | 0 | 10 | 11100 |
Color Harmonies of #494646
Complementary color
Monochromatic Colors of #494646
Black with #494646
Text Example
Text Example
White with #494646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494646; }
p { color: rgb(73,70,70); }
H1.HeaderClassName
{
color: #494646;
}
.AnyTagClassName
{
color: #494646;
}
</style>
background-color css
<style>
a { background-color: #494646; }
a { background-color: rgb(73,70,70); }
div.DivClassName
{
background-color: #494646;
}
.BgClassName
{
background-color: #494646;
}
</style>
border-color css
<style>
span { border-color: #494646; }
span { border-color: rgb(73,70,70); }
td.TdClassName
{
border-color: #494646;
}
.TagClassName
{
border-color: #494646;
}
</style>