#494B3C

Color #494B3C Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #494B3C

Tints of Heavy Metal #494B3C

Color information

#494B3C (or 0x494B3C) is unknown color: approx Heavy Metal. HEX triplet: 49, 4B and 3C. RGB value is (73,75,60). Sum of RGB (Red+Green+Blue) = 73+75+60=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #494B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B3C is #B6B4C3. Grayscale: #484848. Windows color (decimal): -11973828 or 3951433. OLE color: 3951433.

HSL color Cylindrical-coordinate representation of color #494B3C: hue angle of 68º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494B3C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB737560-
CMYK0.0300.200.71
HSL68º11.11%26.47%-
HSV(B)68º20%29.41%-
XYZ6.086.775.26-
YUV72.69120.84128.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=35.10%
G=36.06%
B=28.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375600.0300.200.716811.1126.47
Hex494B3C30144744b1a
Octal1111137430241071041332
Binary100100110010111111001101010010001111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B3C; }

 p { color: rgb(73,75,60); }

 H1.HeaderClassName
 {
   color: #494B3C;
 }
 .AnyTagClassName
 {
   color: #494B3C;
 }
</style>
background-color css

<style>
 a { background-color: #494B3C; }

 a { background-color: rgb(73,75,60); }

 div.DivClassName
 {
   background-color: #494B3C;
 }
 .BgClassName
 {
   background-color: #494B3C;
 }
</style>
border-color css

<style>
 span { border-color: #494B3C; }

 span { border-color: rgb(73,75,60); }

 td.TdClassName
 {
   border-color: #494B3C;
 }
 .TagClassName
 {
   border-color: #494B3C;
 }
</style>