#464836

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

Shades of Heavy Metal #464836

Tints of Heavy Metal #464836

Color information

#464836 (or 0x464836) is unknown color: approx Heavy Metal. HEX triplet: 46, 48 and 36. RGB value is (70,72,54). Sum of RGB (Red+Green+Blue) = 70+72+54=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #464836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464836 is #B9B7C9. Grayscale: #454545. Windows color (decimal): -12171210 or 3557446. OLE color: 3557446.

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

Color convert

RGB707254-
CMYK0.0300.250.72
HSL66.67º14.29%24.71%-
HSV(B)66.67º25%28.24%-
XYZ5.516.24.4-
YUV69.35119.34128.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=35.71%
G=36.73%
B=27.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072540.0300.250.7266.6714.2924.71
Hex46483630194843e19
Octal1061106630311101031631
Binary100011010010001101101101100110010001000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464836; }

 p { color: rgb(70,72,54); }

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

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

 a { background-color: rgb(70,72,54); }

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

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

 span { border-color: rgb(70,72,54); }

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