#464638

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

Shades of Heavy Metal #464638

Tints of Heavy Metal #464638

Color information

#464638 (or 0x464638) is unknown color: approx Heavy Metal. HEX triplet: 46, 46 and 38. RGB value is (70,70,56). Sum of RGB (Red+Green+Blue) = 70+70+56=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464638 is #B9B9C7. Grayscale: #444444. Windows color (decimal): -12171720 or 3688006. OLE color: 3688006.

HSL color Cylindrical-coordinate representation of color #464638: hue angle of 60º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464638 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB707056-
CMYK000.200.73
HSL60º11.11%24.71%-
HSV(B)60º20%27.45%-
XYZ5.435.974.61-
YUV68.4121129.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707056000.200.736011.1124.71
Hex4646380014493cb19
Octal106106700024111741331
Binary1000110100011011100000101001001001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464638; }

 p { color: rgb(70,70,56); }

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

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

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

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

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

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

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