Color Hex Logo

#49afb4 Color Hex

#49AFB4
(73,175,180)
0 Favorites   0 Comments

Color spaces of #49afb4

RGB 73175180
HSL0.510.420.50
HSV183°59°71°
CMYK 0.590.030.00   0.29
XYZ26.315835.371748.6204
Yxy35.37170.23860.3207
Hunter Lab59.4741-25.0979-6.8380
CIE-Lab66.0370-27.7242-11.4247

#49afb4 color RGB value is (73,175,180).

#49afb4 hex color red value is 73, green value is 175 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #49afb4 hue: 0.51 , saturation: 0.42 and the lightness value of 49afb4 is 0.50.

The process color (four color CMYK) of #49afb4 color hex is 0.59, 0.03, 0.00, 0.29. Web safe color of #49afb4 is #3399cc. Color #49afb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10110100
Octal 111 257 264
Decimal 73 175 180
Hex 49 AF B4

RGB Percentages of Color #49afb4

%17.06
%40.89
%42.06

CMYK Percentages of Color #49afb4

%59
%3
%0
%29

Triadic Colors of #49afb4

#49afb4 #b449af #afb449

Analogous Colors of #49afb4

#49afb4 #497ab4 #49b484

Monochromatic Colors of #49afb4

#49afb4

Complementary Color

#49afb4 #b44e49

#49afb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afb4 Color CSS Codes

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

#49afb4 Text Font Color

<p style="color:#49afb4">Text here</p>

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


#49afb4 Background Color

<div style="background-color:#49afb4">
Div content here</div>

This div background color is #49afb4


#49afb4 Border Color

<div style="border:3px solid #49afb4">
Div here</div>

This div border color is #49afb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,175,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49afb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49afb4;
  -webkit-box-shadow: 1px 1px 3px 2px #49afb4;
  box-shadow:         1px 1px 3px 2px #49afb4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afb4


Comments

No comments written yet.

Please login to write comment.