#474738

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

Shades of Heavy Metal #474738

Tints of Heavy Metal #474738

Color information

#474738 (or 0x474738) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 38. RGB value is (71,71,56). Sum of RGB (Red+Green+Blue) = 71+71+56=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474738 is #B8B8C7. Grayscale: #454545. Windows color (decimal): -12105928 or 3688263. OLE color: 3688263.

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

Color convert

RGB717156-
CMYK000.210.72
HSL60º11.81%24.9%-
HSV(B)60º21.13%27.84%-
XYZ5.576.134.63-
YUV69.29120.5129.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=35.86%
G=35.86%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717156000.210.726011.8124.9
Hex4747380015483cc19
Octal107107700025110741431
Binary1000111100011111100000101011001000111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474738; }

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

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

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

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

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

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

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

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