#494944

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

Shades of Thunder #494944

Tints of Thunder #494944

Color information

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

RGB737368-
CMYK000.070.71
HSL60º3.55%27.65%-
HSV(B)60º6.85%28.63%-
XYZ6.176.66.42-
YUV72.43125.5128.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=34.11%
G=34.11%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737368000.070.71603.5527.65
Hex494944007473c41c
Octal11111110400710774434
Binary10010011001001100010000111100011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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