Color Hex Logo

#49927c Color Hex

#49927C
(73,146,124)
0 Favorites   0 Comments

Color spaces of #49927c

RGB 73146124
HSL0.450.330.43
HSV162°50°57°
CMYK 0.500.000.15   0.43
XYZ16.664623.429522.7128
Yxy23.42950.26530.3730
Hunter Lab48.4040-23.25286.0620
CIE-Lab55.5120-28.39354.6832

#49927c color RGB value is (73,146,124).

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

The process color (four color CMYK) of #49927c color hex is 0.50, 0.00, 0.15, 0.43. Web safe color of #49927c is #339966. Color #49927c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 01111100
Octal 111 222 174
Decimal 73 146 124
Hex 49 92 7C

RGB Percentages of Color #49927c

%21.28
%42.57
%36.15

CMYK Percentages of Color #49927c

%50
%0
%15
%43

Triadic Colors of #49927c

#49927c #7c4992 #927c49

Analogous Colors of #49927c

#49927c #498492 #499258

Monochromatic Colors of #49927c

#49927c

Complementary Color

#49927c #92495f

#49927c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49927c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49927c Color CSS Codes

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

#49927c Text Font Color

<p style="color:#49927c">Text here</p>

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


#49927c Background Color

<div style="background-color:#49927c">
Div content here</div>

This div background color is #49927c


#49927c Border Color

<div style="border:3px solid #49927c">
Div here</div>

This div border color is #49927c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #49927c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49927c


Comments

No comments written yet.

Please login to write comment.