Html Css Color HEX #464939 Heavy Metal

📋 copy color: '#464939'

red 70 ◦ green 73 ◦ blue 57

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

Shades of Heavy Metal #464939

Tints of Heavy Metal #464939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 35%
G = 36.5%
B = 28.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#464939 (or 0x464939) is known color: Heavy Metal. HEX triplet: 46, 49 and 39. RGB value is (70,73,57). Sum of RGB (Red+Green+Blue) = 70+73+57=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #464939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464939 is #B9B6C6. Grayscale: #464646. Windows color (decimal): -12170951 or 3754310. OLE color: 3754310.

HSL color Cylindrical-coordinate representation of color #464939: hue angle of 71.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464939 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 57 -
CMYK 0.04 0 0.22 0.71
HSL 71.25º 0.12% 0.25% -
HSV(B) 71.25º 0.22% 0.29% -
XYZ 5.65 6.36 4.8 -
YUV 70.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 70 73 57 0.04 0 0.22 0.71 71.25 0.12 0.25
Hex 46 49 39 4 0 16 47 47 C 19
Octal 106 111 71 4 0 26 107 107 14 31
Binary 1000110 1001001 111001 100 0 10110 1000111 1000111 1100 11001

Color Harmonies of #464939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464939

Black with #464939

Text Example


Text Example

White with #464939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464939; }

 p { color: rgb(70,73,57); }

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

background-color css

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

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

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

border-color css

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

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

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