Shades of Thunder #494945
Tints of Thunder #494945
RGB
CMYK
RGB Variations
Color information
#494945 (or 0x494945) is known color: Thunder. HEX triplet: 49, 49 and 45. RGB value is (73,73,69). Sum of RGB (Red+Green+Blue) = 73+73+69=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494945 is #B6B6BA. Grayscale: #484848. Windows color (decimal): -11974331 or 4540745. OLE color: 4540745.
HSL color Cylindrical-coordinate representation of color #494945: hue angle of 60º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494945 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 73 | 69 | - |
CMYK | 0 | 0 | 0.05 | 0.71 |
HSL | 60º | 0.03% | 0.28% | - |
HSV(B) | 60º | 0.05% | 0.29% | - |
XYZ | 6.2 | 6.61 | 6.58 | - |
YUV | 72.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 73 | 69 | 0 | 0 | 0.05 | 0.71 | 60 | 0.03 | 0.28 |
Hex | 49 | 49 | 45 | 0 | 0 | 5 | 47 | 3C | 3 | 1C |
Octal | 111 | 111 | 105 | 0 | 0 | 5 | 107 | 74 | 3 | 34 |
Binary | 1001001 | 1001001 | 1000101 | 0 | 0 | 101 | 1000111 | 111100 | 11 | 11100 |
Color Harmonies of #494945
Complementary color
Monochromatic Colors of #494945
Black with #494945
Text Example
Text Example
White with #494945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494945; }
p { color: rgb(73,73,69); }
H1.HeaderClassName
{
color: #494945;
}
.AnyTagClassName
{
color: #494945;
}
</style>
background-color css
<style>
a { background-color: #494945; }
a { background-color: rgb(73,73,69); }
div.DivClassName
{
background-color: #494945;
}
.BgClassName
{
background-color: #494945;
}
</style>
border-color css
<style>
span { border-color: #494945; }
span { border-color: rgb(73,73,69); }
td.TdClassName
{
border-color: #494945;
}
.TagClassName
{
border-color: #494945;
}
</style>