Color Hex Logo

#4aa470 Color Hex

#4AA470
(74,164,112)
0 Favorites   0 Comments

Color spaces of #4aa470

RGB 74164112
HSL0.400.380.47
HSV145°55°64°
CMYK 0.550.000.32   0.36
XYZ19.024129.176619.9582
Yxy29.17660.27910.4281
Hunter Lab54.0154-31.659615.9036
CIE-Lab60.9372-39.148619.0402

#4aa470 color RGB value is (74,164,112).

#4aa470 hex color red value is 74, green value is 164 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4aa470 hue: 0.40 , saturation: 0.38 and the lightness value of 4aa470 is 0.47.

The process color (four color CMYK) of #4aa470 color hex is 0.55, 0.00, 0.32, 0.36. Web safe color of #4aa470 is #339966. Color #4aa470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100100 01110000
Octal 112 244 160
Decimal 74 164 112
Hex 4A A4 70

RGB Percentages of Color #4aa470

%21.14
%46.86
%32.00

CMYK Percentages of Color #4aa470

%55
%0
%32
%36

Triadic Colors of #4aa470

#4aa470 #704aa4 #a4704a

Analogous Colors of #4aa470

#4aa470 #4aa49d #51a44a

Monochromatic Colors of #4aa470

#4aa470

Complementary Color

#4aa470 #a44a7e

#4aa470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa470 Color CSS Codes

.mybgcolor {background-color:#4aa470; } 
.myforecolor {color:#4aa470; }
.mybordercolor {border:3px solid #4aa470; }

#4aa470 Text Font Color

<p style="color:#4aa470">Text here</p>

This sample text font color is #4aa470
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.


#4aa470 Background Color

<div style="background-color:#4aa470">
Div content here</div>

This div background color is #4aa470


#4aa470 Border Color

<div style="border:3px solid #4aa470">
Div here</div>

This div border color is #4aa470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,164,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aa470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aa470;
  -webkit-box-shadow: 1px 1px 3px 2px #4aa470;
  box-shadow:         1px 1px 3px 2px #4aa470; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,164,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4aa470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa470


Comments

No comments written yet.

Please login to write comment.