Color Hex Logo

#49727a Color Hex

#49727A
(73,114,122)
0 Favorites   0 Comments

Color spaces of #49727a

RGB 73114122
HSL0.530.250.38
HSV190°40°48°
CMYK 0.400.070.00   0.52
XYZ12.277814.856220.6328
Yxy14.85620.25700.3110
Hunter Lab38.5437-10.5918-4.7578
CIE-Lab45.4366-12.0593-8.9508

#49727a color RGB value is (73,114,122).

#49727a hex color red value is 73, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #49727a hue: 0.53 , saturation: 0.25 and the lightness value of 49727a is 0.38.

The process color (four color CMYK) of #49727a color hex is 0.40, 0.07, 0.00, 0.52. Web safe color of #49727a is #336666. Color #49727a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110010 01111010
Octal 111 162 172
Decimal 73 114 122
Hex 49 72 7A

RGB Percentages of Color #49727a

%23.62
%36.89
%39.48

CMYK Percentages of Color #49727a

%40
%7
%0
%52

Triadic Colors of #49727a

#49727a #7a4972 #727a49

Analogous Colors of #49727a

#49727a #495a7a #497a6a

Monochromatic Colors of #49727a

#49727a

Complementary Color

#49727a #7a5149

#49727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49727a Color CSS Codes

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

#49727a Text Font Color

<p style="color:#49727a">Text here</p>

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


#49727a Background Color

<div style="background-color:#49727a">
Div content here</div>

This div background color is #49727a


#49727a Border Color

<div style="border:3px solid #49727a">
Div here</div>

This div border color is #49727a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,114,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49727a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49727a;
  -webkit-box-shadow: 1px 1px 3px 2px #49727a;
  box-shadow:         1px 1px 3px 2px #49727a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,114,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49727a


Comments

No comments written yet.

Please login to write comment.