Html Css Color HEX #474A39 Heavy Metal

📋 copy color: '#474A39'

red 71 ◦ green 74 ◦ blue 57

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

Shades of Heavy Metal #474A39

Tints of Heavy Metal #474A39

RGB

 RED value IS 71 (28.13% from 255) = 35.15%

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

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

R = 35.15%
G = 36.63%
B = 28.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#474A39 (or 0x474A39) is known color: Heavy Metal. HEX triplet: 47, 4A and 39. RGB value is (71,74,57). Sum of RGB (Red+Green+Blue) = 71+74+57=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #474A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A39 is #B8B5C6. Grayscale: #474747. Windows color (decimal): -12105159 or 3754567. OLE color: 3754567.

HSL color Cylindrical-coordinate representation of color #474A39: hue angle of 70.59º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #474A39 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 57 -
CMYK 0.04 0 0.23 0.71
HSL 70.59º 0.13% 0.26% -
HSV(B) 70.59º 0.23% 0.29% -
XYZ 5.79 6.53 4.83 -
YUV 71.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 71 74 57 0.04 0 0.23 0.71 70.59 0.13 0.26
Hex 47 4A 39 4 0 17 47 47 D 1A
Octal 107 112 71 4 0 27 107 107 15 32
Binary 1000111 1001010 111001 100 0 10111 1000111 1000111 1101 11010

Color Harmonies of #474A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A39

Black with #474A39

Text Example


Text Example

White with #474A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A39; }

 p { color: rgb(71,74,57); }

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

background-color css

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

 a { background-color: rgb(71,74,57); }

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

border-color css

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

 span { border-color: rgb(71,74,57); }

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