#46473B

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

Shades of Heavy Metal #46473B

Tints of Heavy Metal #46473B

Color information

#46473B (or 0x46473B) is unknown color: approx Heavy Metal. HEX triplet: 46, 47 and 3B. RGB value is (70,71,59). Sum of RGB (Red+Green+Blue) = 70+71+59=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #46473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473B is #B9B8C4. Grayscale: #454545. Windows color (decimal): -12171461 or 3884870. OLE color: 3884870.

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

Color convert

RGB707159-
CMYK0.0100.170.72
HSL65º9.23%25.49%-
HSV(B)65º16.9%27.84%-
XYZ5.576.125.03-
YUV69.33122.17128.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=35%
G=35.5%
B=29.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071590.0100.170.72659.2325.49
Hex46473B10114841919
Octal1061077310211101011131
Binary10001101000111111011101000110010001000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46473B; }

 p { color: rgb(70,71,59); }

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

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

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

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

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

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

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