#464741

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

Shades of Heavy Metal #464741

Tints of Heavy Metal #464741

Color information

#464741 (or 0x464741) is unknown color: approx Heavy Metal. HEX triplet: 46, 47 and 41. RGB value is (70,71,65). Sum of RGB (Red+Green+Blue) = 70+71+65=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #464741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464741 is #B9B8BE. Grayscale: #464646. Windows color (decimal): -12171455 or 4278086. OLE color: 4278086.

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

Color convert

RGB707165-
CMYK0.0100.080.72
HSL70º4.41%26.67%-
HSV(B)70º8.45%27.84%-
XYZ5.736.195.89-
YUV70.02125.17127.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=33.98%
G=34.47%
B=31.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071650.0100.080.72704.4126.67
Hex464741108484641b
Octal1061071011010110106433
Binary1000110100011110000011010001001000100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464741; }

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

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

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

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

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

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

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

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