Html Css Color HEX #464740 Heavy Metal

📋 copy color: '#464740'

red 70 ◦ green 71 ◦ blue 64

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

Shades of Heavy Metal #464740

Tints of Heavy Metal #464740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 34.15%
G = 34.63%
B = 31.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#464740 (or 0x464740) is known color: Heavy Metal. HEX triplet: 46, 47 and 40. RGB value is (70,71,64). Sum of RGB (Red+Green+Blue) = 70+71+64=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 71 - color contains mainly: green. Hex color #464740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464740 is #B9B8BF. Grayscale: #454545. Windows color (decimal): -12171456 or 4212550. OLE color: 4212550.

HSL color Cylindrical-coordinate representation of color #464740: hue angle of 68.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464740 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 64 -
CMYK 0.01 0 0.10 0.72
HSL 68.57º 0.05% 0.26% -
HSV(B) 68.57º 0.1% 0.28% -
XYZ 5.7 6.18 5.74 -
YUV 69.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 70 71 64 0.01 0 0.10 0.72 68.57 0.05 0.26
Hex 46 47 40 1 0 A 48 45 5 1A
Octal 106 107 100 1 0 12 110 105 5 32
Binary 1000110 1000111 1000000 1 0 1010 1001000 1000101 101 11010

Color Harmonies of #464740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464740

Black with #464740

Text Example


Text Example

White with #464740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464740; }

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

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

background-color css

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

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

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

border-color css

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

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

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