#494945

Color #494945 Thunder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunder #494945

Tints of Thunder #494945

Color information

#494945 (or 0x494945) is unknown color: approx 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

RGB737369-
CMYK000.050.71
HSL60º2.82%27.84%-
HSV(B)60º5.48%28.63%-
XYZ6.26.616.58-
YUV72.54126128.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=33.95%
G=33.95%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737369000.050.71602.8227.84
Hex494945005473c31c
Octal11111110500510774334
Binary1001001100100110001010010110001111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>