Color Hex Logo

#4a977e Color Hex

#4A977E
(74,151,126)
0 Favorites   0 Comments

Color spaces of #4a977e

RGB 74151126
HSL0.450.340.44
HSV161°51°59°
CMYK 0.510.000.17   0.41
XYZ17.656525.095423.6520
Yxy25.09540.26590.3779
Hunter Lab50.0953-24.75307.0735
CIE-Lab57.1683-30.08685.9259

#4a977e color RGB value is (74,151,126).

#4a977e hex color red value is 74, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4a977e hue: 0.45 , saturation: 0.34 and the lightness value of 4a977e is 0.44.

The process color (four color CMYK) of #4a977e color hex is 0.51, 0.00, 0.17, 0.41. Web safe color of #4a977e is #339966. Color #4a977e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10010111 01111110
Octal 112 227 176
Decimal 74 151 126
Hex 4A 97 7E

RGB Percentages of Color #4a977e

%21.08
%43.02
%35.90

CMYK Percentages of Color #4a977e

%51
%0
%17
%41

Triadic Colors of #4a977e

#4a977e #7e4a97 #977e4a

Analogous Colors of #4a977e

#4a977e #4a8a97 #4a9758

Monochromatic Colors of #4a977e

#4a977e

Complementary Color

#4a977e #974a63

#4a977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a977e Color CSS Codes

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

#4a977e Text Font Color

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

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


#4a977e Background Color

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

This div background color is #4a977e


#4a977e Border Color

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

This div border color is #4a977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a977e


Comments

No comments written yet.

Please login to write comment.