Html Css Color HEX #464A37 Heavy Metal

📋 copy color: '#464A37'

red 70 ◦ green 74 ◦ blue 55

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

Shades of Heavy Metal #464A37

Tints of Heavy Metal #464A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 35.18%
G = 37.19%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#464A37 (or 0x464A37) is known color: Heavy Metal. HEX triplet: 46, 4A and 37. RGB value is (70,74,55). Sum of RGB (Red+Green+Blue) = 70+74+55=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #464A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A37 is #B9B5C8. Grayscale: #464646. Windows color (decimal): -12170697 or 3623494. OLE color: 3623494.

HSL color Cylindrical-coordinate representation of color #464A37: hue angle of 72.63º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464A37 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 74 55 -
CMYK 0.05 0 0.26 0.71
HSL 72.63º 0.15% 0.25% -
HSV(B) 72.63º 0.26% 0.29% -
XYZ 5.66 6.48 4.57 -
YUV 70.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 70 74 55 0.05 0 0.26 0.71 72.63 0.15 0.25
Hex 46 4A 37 5 0 1A 47 49 F 19
Octal 106 112 67 5 0 32 107 111 17 31
Binary 1000110 1001010 110111 101 0 11010 1000111 1001001 1111 11001

Color Harmonies of #464A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A37

Black with #464A37

Text Example


Text Example

White with #464A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A37; }

 p { color: rgb(70,74,55); }

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

background-color css

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

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

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

border-color css

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

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

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