Color Hex Logo

#4a927c Color Hex

#4A927C
(74,146,124)
0 Favorites   0 Comments

Color spaces of #4a927c

RGB 74146124
HSL0.450.330.43
HSV162°49°57°
CMYK 0.490.000.15   0.43
XYZ16.741023.468922.7164
Yxy23.46890.26600.3730
Hunter Lab48.4447-23.09416.1094
CIE-Lab55.5521-28.13914.7460

#4a927c color RGB value is (74,146,124).

#4a927c hex color red value is 74, green value is 146 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #4a927c hue: 0.45 , saturation: 0.33 and the lightness value of 4a927c is 0.43.

The process color (four color CMYK) of #4a927c color hex is 0.49, 0.00, 0.15, 0.43. Web safe color of #4a927c is #339966. Color #4a927c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10010010 01111100
Octal 112 222 174
Decimal 74 146 124
Hex 4A 92 7C

RGB Percentages of Color #4a927c

%21.51
%42.44
%36.05

CMYK Percentages of Color #4a927c

%49
%0
%15
%43

Triadic Colors of #4a927c

#4a927c #7c4a92 #927c4a

Analogous Colors of #4a927c

#4a927c #4a8492 #4a9258

Monochromatic Colors of #4a927c

#4a927c

Complementary Color

#4a927c #924a60

#4a927c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a927c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a927c Color CSS Codes

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

#4a927c Text Font Color

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

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


#4a927c Background Color

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

This div background color is #4a927c


#4a927c Border Color

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

This div border color is #4a927c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a927c


Comments

No comments written yet.

Please login to write comment.