#47493E

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

Shades of Heavy Metal #47493E

Tints of Heavy Metal #47493E

Color information

#47493E (or 0x47493E) is unknown color: approx Heavy Metal. HEX triplet: 47, 49 and 3E. RGB value is (71,73,62). Sum of RGB (Red+Green+Blue) = 71+73+62=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #47493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47493E is #B8B6C1. Grayscale: #474747. Windows color (decimal): -12105410 or 4081991. OLE color: 4081991.

HSL color Cylindrical-coordinate representation of color #47493E: hue angle of 70.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47493E is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB717362-
CMYK0.0300.150.71
HSL70.91º8.15%26.47%-
HSV(B)70.91º15.07%28.63%-
XYZ5.856.455.49-
YUV71.15122.84127.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=34.47%
G=35.44%
B=30.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173620.0300.150.7170.918.1526.47
Hex47493E30F474781a
Octal1071117630171071071032
Binary10001111001001111110110111110001111000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47493E; }

 p { color: rgb(71,73,62); }

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

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

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

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

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

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

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