Html Css Color HEX #474739 Heavy Metal

📋 copy color: '#474739'

red 71 ◦ green 71 ◦ blue 57

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

Shades of Heavy Metal #474739

Tints of Heavy Metal #474739

RGB

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

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

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

R = 35.68%
G = 35.68%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#474739 (or 0x474739) is known color: Heavy Metal. HEX triplet: 47, 47 and 39. RGB value is (71,71,57). Sum of RGB (Red+Green+Blue) = 71+71+57=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474739 is #B8B8C6. Grayscale: #454545. Windows color (decimal): -12105927 or 3753799. OLE color: 3753799.

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

Color convert

RGB 71 71 57 -
CMYK 0 0 0.20 0.72
HSL 60º 0.11% 0.25% -
HSV(B) 60º 0.2% 0.28% -
XYZ 5.59 6.14 4.76 -
YUV 69.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 71 71 57 0 0 0.20 0.72 60 0.11 0.25
Hex 47 47 39 0 0 14 48 3C B 19
Octal 107 107 71 0 0 24 110 74 13 31
Binary 1000111 1000111 111001 0 0 10100 1001000 111100 1011 11001

Color Harmonies of #474739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474739

Black with #474739

Text Example


Text Example

White with #474739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474739; }

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

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

background-color css

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

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

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

border-color css

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

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

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