#474a4a

#474a4a color hex

#474a4a hex color information.
RGB value of #474a4a is (71,74,74)
Change page background color to #474a4a | Reset

#474a4a rgb color chart

Color spaces of #474a4a

RGB 717474
HSL0.500.020.28
HSV180°29°
CMYK 0.040.000.00   0.71
XYZ6.28336.73167.4467
Yxy6.73160.30710.3290
Hunter Lab25.9453-2.17621.1446
CIE-Lab31.1879-1.2247-0.4311

Shades of #474a4a

Tints of #474a4a

RGB Percentages of Color #474a4a

%32.42
%33.79
%33.79

CMYK Percentages of Color #474a4a

%4
%0
%0
%71

#474a4a Color Info

#474a4a hex color red value is 71, green value is 74 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #474a4a hue: 0.50 , saturation: 0.02 and the lightness value of 474a4a is 0.28.

The process color (four color CMYK) of #474a4a hex color is 0.04, 0.00, 0.00, 0.71. Web safe color of #474a4a is #333333

Color #474a4a contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 01001010
Octal 107 112 112
Decimal 71 74 74
Hexadecimal 47 4A 4A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #474a4a

Triadic Colors of #474a4a

#474a4a #4a464a #4a4a46

Analogous Colors of #474a4a

#474a4a #46484a #464a48

Complementary Color of #474a4a

#474a4a #4a4646

#474a4a HSL Color Chart
#474a4a hsl color chart
#474a4a RGB Color Chart

#474a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#474a4a Color CSS Codes

.mybgcolor {background-color:#474a4a; } 
.myforecolor {color:#474a4a; }
.mybordercolor {border:3px solid #474a4a; }
Sample text font color #474a4a

This sample text font color is #474a4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#474a4a">Text here</p>
#474a4a background color

This div background color is #474a4a

<div style="background-color:#474a4a">
Div content here</div>
#474a4a border color

This div border color is #474a4a

<div style="border:3px solid #474a4a">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #474a4a Color Sample
#474a4aborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(71,74,74, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #474a4a; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #474a4a;
  -webkit-box-shadow: 1px 1px 3px 2px #474a4a;
  box-shadow:         1px 1px 3px 2px #474a4a; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,74,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #474a4a">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #474a4a

<div style="-moz-box-shadow: 1px 1px 3px 2px #474a4a;
  -webkit-box-shadow: 1px 1px 3px 2px #474a4a;
  box-shadow:         1px 1px 3px 2px #474a4a;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top