Html Css Color HEX #464835 Heavy Metal

📋 copy color: '#464835'

red 70 ◦ green 72 ◦ blue 53

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

Shades of Heavy Metal #464835

Tints of Heavy Metal #464835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 35.9%
G = 36.92%
B = 27.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#464835 (or 0x464835) is known color: Heavy Metal. HEX triplet: 46, 48 and 35. RGB value is (70,72,53). Sum of RGB (Red+Green+Blue) = 70+72+53=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #464835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464835 is #B9B7CA. Grayscale: #454545. Windows color (decimal): -12171211 or 3491910. OLE color: 3491910.

HSL color Cylindrical-coordinate representation of color #464835: hue angle of 66.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464835 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 53 -
CMYK 0.03 0 0.26 0.72
HSL 66.32º 0.15% 0.25% -
HSV(B) 66.32º 0.26% 0.28% -
XYZ 5.49 6.19 4.27 -
YUV 69.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 70 72 53 0.03 0 0.26 0.72 66.32 0.15 0.25
Hex 46 48 35 3 0 1A 48 42 F 19
Octal 106 110 65 3 0 32 110 102 17 31
Binary 1000110 1001000 110101 11 0 11010 1001000 1000010 1111 11001

Color Harmonies of #464835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464835

Black with #464835

Text Example


Text Example

White with #464835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464835; }

 p { color: rgb(70,72,53); }

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

background-color css

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

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

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

border-color css

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

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

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