Color Hex Logo

#474a4a Color Hex

#474A4A
(71,74,74)
0 Favorites   0 Comments

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

#474a4a color RGB value is (71,74,74).

#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 color hex is 0.04, 0.00, 0.00, 0.71. Web safe color of #474a4a is #333333. Color #474a4a contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #474a4a

%32.42
%33.79
%33.79

CMYK Percentages of Color #474a4a

%4
%0
%0
%71

Triadic Colors of #474a4a

#474a4a #4a474a #4a4a47

Analogous Colors of #474a4a

#474a4a #47494a #474a49

Monochromatic Colors of #474a4a

#474a4a

Complementary Color

#474a4a #4a4747

#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; }

#474a4a Text Font Color

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

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.


#474a4a Background Color

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

This div background color is #474a4a


#474a4a Border Color

<div style="border:3px solid #474a4a">
Div here</div>

This div border color is #474a4a


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

<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>

This div box has shadow with color #474a4a


Comments

No comments written yet.

Please login to write comment.