Html Css Color HEX #464636 Heavy Metal

📋 copy color: '#464636'

red 70 ◦ green 70 ◦ blue 54

#464636
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #464636

Tints of Heavy Metal #464636

RGB

 RED value IS 70 (27.73% from 255) = 36.08%

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 36.08%
G = 36.08%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#464636 (or 0x464636) is known color: Heavy Metal. HEX triplet: 46, 46 and 36. RGB value is (70,70,54). Sum of RGB (Red+Green+Blue) = 70+70+54=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464636 is #B9B9C9. Grayscale: #444444. Windows color (decimal): -12171722 or 3556934. OLE color: 3556934.

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

Color convert

RGB 70 70 54 -
CMYK 0 0 0.23 0.73
HSL 60º 0.13% 0.24% -
HSV(B) 60º 0.23% 0.27% -
XYZ 5.38 5.95 4.35 -
YUV 68.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 70 70 54 0 0 0.23 0.73 60 0.13 0.24
Hex 46 46 36 0 0 17 49 3C D 18
Octal 106 106 66 0 0 27 111 74 15 30
Binary 1000110 1000110 110110 0 0 10111 1001001 111100 1101 11000

Color Harmonies of #464636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464636

Black with #464636

Text Example


Text Example

White with #464636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464636; }

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

 H1.HeaderClassName
 {
   color: #464636;
 }
 .AnyTagClassName
 {
   color: #464636;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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