Color Hex Logo

#4aa492 Color Hex

#4AA492
(74,164,146)
0 Favorites   0 Comments

Color spaces of #4aa492

RGB 74164146
HSL0.470.380.47
HSV168°55°64°
CMYK 0.550.000.11   0.36
XYZ21.287830.082131.8786
Yxy30.08210.25570.3614
Hunter Lab54.8472-26.70143.9321
CIE-Lab61.7250-31.37561.2051

#4aa492 color RGB value is (74,164,146).

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

The process color (four color CMYK) of #4aa492 color hex is 0.55, 0.00, 0.11, 0.36. Web safe color of #4aa492 is #339999. Color #4aa492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100100 10010010
Octal 112 244 222
Decimal 74 164 146
Hex 4A A4 92

RGB Percentages of Color #4aa492

%19.27
%42.71
%38.02

CMYK Percentages of Color #4aa492

%55
%0
%11
%36

Triadic Colors of #4aa492

#4aa492 #924aa4 #a4924a

Analogous Colors of #4aa492

#4aa492 #4a89a4 #4aa465

Monochromatic Colors of #4aa492

#4aa492

Complementary Color

#4aa492 #a44a5c

#4aa492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa492 Color CSS Codes

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

#4aa492 Text Font Color

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

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


#4aa492 Background Color

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

This div background color is #4aa492


#4aa492 Border Color

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

This div border color is #4aa492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa492


Comments

No comments written yet.

Please login to write comment.