#474740

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

Shades of Heavy Metal #474740

Tints of Heavy Metal #474740

Color information

#474740 (or 0x474740) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 40. RGB value is (71,71,64). Sum of RGB (Red+Green+Blue) = 71+71+64=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474740 is #B8B8BF. Grayscale: #464646. Windows color (decimal): -12105920 or 4212551. OLE color: 4212551.

HSL color Cylindrical-coordinate representation of color #474740: hue angle of 60º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474740 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB717164-
CMYK000.100.72
HSL60º5.19%26.47%-
HSV(B)60º9.86%27.84%-
XYZ5.786.225.75-
YUV70.2124.5128.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=34.47%
G=34.47%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717164000.100.72605.1926.47
Hex47474000A483c51a
Octal107107100001211074532
Binary100011110001111000000001010100100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474740; }

 p { color: rgb(71,71,64); }

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

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

 a { background-color: rgb(71,71,64); }

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

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

 span { border-color: rgb(71,71,64); }

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