Shades of Thunder #494948
Tints of Thunder #494948
RGB
CMYK
RGB Variations
Color information
#494948 (or 0x494948) is known color: Thunder. HEX triplet: 49, 49 and 48. RGB value is (73,73,72). Sum of RGB (Red+Green+Blue) = 73+73+72=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494948 is #B6B6B7. Grayscale: #484848. Windows color (decimal): -11974328 or 4737353. OLE color: 4737353.
HSL color Cylindrical-coordinate representation of color #494948: hue angle of 60º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #494948 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 72 | - |
| CMYK | 0 | 0 | 0.01 | 0.71 |
| HSL | 60º | 0.01% | 0.28% | - |
| HSV(B) | 60º | 0.01% | 0.29% | - |
| XYZ | 6.3 | 6.65 | 7.08 | - |
| YUV | 72.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 72 | 0 | 0 | 0.01 | 0.71 | 60 | 0.01 | 0.28 |
| Hex | 49 | 49 | 48 | 0 | 0 | 1 | 47 | 3C | 1 | 1C |
| Octal | 111 | 111 | 110 | 0 | 0 | 1 | 107 | 74 | 1 | 34 |
| Binary | 1001001 | 1001001 | 1001000 | 0 | 0 | 1 | 1000111 | 111100 | 1 | 11100 |
Color Harmonies of #494948
Complementary color
Monochromatic Colors of #494948
Black with #494948
Text Example
Text Example
White with #494948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494948; }
p { color: rgb(73,73,72); }
H1.HeaderClassName
{
color: #494948;
}
.AnyTagClassName
{
color: #494948;
}
</style>
background-color css
<style>
a { background-color: #494948; }
a { background-color: rgb(73,73,72); }
div.DivClassName
{
background-color: #494948;
}
.BgClassName
{
background-color: #494948;
}
</style>
border-color css
<style>
span { border-color: #494948; }
span { border-color: rgb(73,73,72); }
td.TdClassName
{
border-color: #494948;
}
.TagClassName
{
border-color: #494948;
}
</style>