Shades of Thunder #494944
Tints of Thunder #494944
RGB
CMYK
RGB Variations
Color information
#494944 (or 0x494944) is known color: Thunder. HEX triplet: 49, 49 and 44. RGB value is (73,73,68). Sum of RGB (Red+Green+Blue) = 73+73+68=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494944 is #B6B6BB. Grayscale: #484848. Windows color (decimal): -11974332 or 4475209. OLE color: 4475209.
HSL color Cylindrical-coordinate representation of color #494944: hue angle of 60º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #494944 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 68 | - |
| CMYK | 0 | 0 | 0.07 | 0.71 |
| HSL | 60º | 0.04% | 0.28% | - |
| HSV(B) | 60º | 0.07% | 0.29% | - |
| XYZ | 6.17 | 6.6 | 6.42 | - |
| YUV | 72.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 68 | 0 | 0 | 0.07 | 0.71 | 60 | 0.04 | 0.28 |
| Hex | 49 | 49 | 44 | 0 | 0 | 7 | 47 | 3C | 4 | 1C |
| Octal | 111 | 111 | 104 | 0 | 0 | 7 | 107 | 74 | 4 | 34 |
| Binary | 1001001 | 1001001 | 1000100 | 0 | 0 | 111 | 1000111 | 111100 | 100 | 11100 |
Color Harmonies of #494944
Complementary color
Monochromatic Colors of #494944
Black with #494944
Text Example
Text Example
White with #494944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494944; }
p { color: rgb(73,73,68); }
H1.HeaderClassName
{
color: #494944;
}
.AnyTagClassName
{
color: #494944;
}
</style>
background-color css
<style>
a { background-color: #494944; }
a { background-color: rgb(73,73,68); }
div.DivClassName
{
background-color: #494944;
}
.BgClassName
{
background-color: #494944;
}
</style>
border-color css
<style>
span { border-color: #494944; }
span { border-color: rgb(73,73,68); }
td.TdClassName
{
border-color: #494944;
}
.TagClassName
{
border-color: #494944;
}
</style>