Color Hex Logo

#49909a Color Hex

#49909A
(73,144,154)
0 Favorites   0 Comments

Color spaces of #49909a

RGB 73144154
HSL0.520.360.45
HSV187°53°60°
CMYK 0.530.060.00   0.40
XYZ18.553623.696134.1678
Yxy23.69610.24280.3101
Hunter Lab48.6786-17.1533-7.5409
CIE-Lab55.7822-19.3604-12.1468

#49909a color RGB value is (73,144,154).

#49909a hex color red value is 73, green value is 144 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #49909a hue: 0.52 , saturation: 0.36 and the lightness value of 49909a is 0.45.

The process color (four color CMYK) of #49909a color hex is 0.53, 0.06, 0.00, 0.40. Web safe color of #49909a is #339999. Color #49909a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 10011010
Octal 111 220 232
Decimal 73 144 154
Hex 49 90 9A

RGB Percentages of Color #49909a

%19.68
%38.81
%41.51

CMYK Percentages of Color #49909a

%53
%6
%0
%40

Triadic Colors of #49909a

#49909a #9a4990 #909a49

Analogous Colors of #49909a

#49909a #49689a #499a7c

Monochromatic Colors of #49909a

#49909a

Complementary Color

#49909a #9a5349

#49909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49909a Color CSS Codes

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

#49909a Text Font Color

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

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


#49909a Background Color

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

This div background color is #49909a


#49909a Border Color

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

This div border color is #49909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49909a


Comments

No comments written yet.

Please login to write comment.