#47473F

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

Shades of Heavy Metal #47473F

Tints of Heavy Metal #47473F

Color information

#47473F (or 0x47473F) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 3F. RGB value is (71,71,63). Sum of RGB (Red+Green+Blue) = 71+71+63=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473F is #B8B8C0. Grayscale: #464646. Windows color (decimal): -12105921 or 4147015. OLE color: 4147015.

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

Color convert

RGB717163-
CMYK000.110.72
HSL60º5.97%26.27%-
HSV(B)60º11.27%27.84%-
XYZ5.756.25.6-
YUV70.09124128.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 63 (25% from 255) = 30.73%
R=34.63%
G=34.63%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717163000.110.72605.9726.27
Hex47473F00B483c61a
Octal10710777001311074632
Binary10001111000111111111001011100100011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47473F; }

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

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

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

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

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

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

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

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