Shades of Charcoal #494949
Tints of Charcoal #494949
RGB
CMYK
RGB Variations
Color information
#494949 (or 0x494949) is known color: Charcoal. HEX triplet: 49, 49 and 49. RGB value is (73,73,73). Sum of RGB (Red+Green+Blue) = 73+73+73=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 73 - color contains mainly: red, green, blue. Hex color #494949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494949 is #B6B6B6. Grayscale: #494949. Windows color (decimal): -11974327 or 4802889. OLE color: 4802889.
HSL color Cylindrical-coordinate representation of color #494949: hue angle of 0º degrees, saturation: 0, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0%. Process color model (Four color, CMYK) of #494949 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 73 | 73 | - |
CMYK | 0 | 0 | 0 | 0.71 |
HSL | 0º | 0% | 0.29% | - |
HSV(B) | 0º | 0% | 0.29% | - |
XYZ | 6.33 | 6.66 | 7.26 | - |
YUV | 73 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 73 | 73 | 0 | 0 | 0 | 0.71 | 0 | 0 | 0.29 |
Hex | 49 | 49 | 49 | 0 | 0 | 0 | 47 | 0 | 0 | 1D |
Octal | 111 | 111 | 111 | 0 | 0 | 0 | 107 | 0 | 0 | 35 |
Binary | 1001001 | 1001001 | 1001001 | 0 | 0 | 0 | 1000111 | 0 | 0 | 11101 |
Color Harmonies of #494949
Complementary color
Monochromatic Colors of #494949
Black with #494949
Text Example
Text Example
White with #494949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494949; }
p { color: rgb(73,73,73); }
H1.HeaderClassName
{
color: #494949;
}
.AnyTagClassName
{
color: #494949;
}
</style>
background-color css
<style>
a { background-color: #494949; }
a { background-color: rgb(73,73,73); }
div.DivClassName
{
background-color: #494949;
}
.BgClassName
{
background-color: #494949;
}
</style>
border-color css
<style>
span { border-color: #494949; }
span { border-color: rgb(73,73,73); }
td.TdClassName
{
border-color: #494949;
}
.TagClassName
{
border-color: #494949;
}
</style>