#464737

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

Shades of Heavy Metal #464737

Tints of Heavy Metal #464737

Color information

#464737 (or 0x464737) is unknown color: approx Heavy Metal. HEX triplet: 46, 47 and 37. RGB value is (70,71,55). Sum of RGB (Red+Green+Blue) = 70+71+55=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #464737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464737 is #B9B8C8. Grayscale: #444444. Windows color (decimal): -12171465 or 3622726. OLE color: 3622726.

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

Color convert

RGB707155-
CMYK0.0100.230.72
HSL63.75º12.7%24.71%-
HSV(B)63.75º22.54%27.84%-
XYZ5.476.084.5-
YUV68.88120.17128.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=35.71%
G=36.22%
B=28.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071550.0100.230.7263.7512.724.71
Hex46473710174840d19
Octal1061076710271101001531
Binary10001101000111110111101011110010001000000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464737; }

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

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

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

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

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

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

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

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