Color Hex Logo

#499aae Color Hex

#499AAE
(73,154,174)
0 Favorites   0 Comments

Color spaces of #499aae

RGB 73154174
HSL0.530.410.48
HSV192°58°68°
CMYK 0.580.110.00   0.32
XYZ21.943227.583744.2120
Yxy27.58370.23410.2943
Hunter Lab52.5202-17.3321-13.1468
CIE-Lab59.5108-18.7467-17.9096

#499aae color RGB value is (73,154,174).

#499aae hex color red value is 73, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #499aae hue: 0.53 , saturation: 0.41 and the lightness value of 499aae is 0.48.

The process color (four color CMYK) of #499aae color hex is 0.58, 0.11, 0.00, 0.32. Web safe color of #499aae is #339999. Color #499aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 10101110
Octal 111 232 256
Decimal 73 154 174
Hex 49 9A AE

RGB Percentages of Color #499aae

%18.20
%38.40
%43.39

CMYK Percentages of Color #499aae

%58
%11
%0
%32

Triadic Colors of #499aae

#499aae #ae499a #9aae49

Analogous Colors of #499aae

#499aae #4968ae #49ae90

Monochromatic Colors of #499aae

#499aae

Complementary Color

#499aae #ae5d49

#499aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#499aae Color CSS Codes

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

#499aae Text Font Color

<p style="color:#499aae">Text here</p>

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


#499aae Background Color

<div style="background-color:#499aae">
Div content here</div>

This div background color is #499aae


#499aae Border Color

<div style="border:3px solid #499aae">
Div here</div>

This div border color is #499aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499aae


Comments

No comments written yet.

Please login to write comment.