Color Hex Logo

#499ead Color Hex

#499EAD
(73,158,173)
0 Favorites   0 Comments

Color spaces of #499ead

RGB 73158173
HSL0.530.410.48
HSV189°58°68°
CMYK 0.580.090.00   0.32
XYZ22.517328.887343.9242
Yxy28.88730.23620.3030
Hunter Lab53.7469-19.2744-10.8314
CIE-Lab60.6820-21.1434-15.5681

#499ead color RGB value is (73,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 10101101
Octal 111 236 255
Decimal 73 158 173
Hex 49 9E AD

RGB Percentages of Color #499ead

%18.07
%39.11
%42.82

CMYK Percentages of Color #499ead

%58
%9
%0
%32

Triadic Colors of #499ead

#499ead #ad499e #9ead49

Analogous Colors of #499ead

#499ead #496cad #49ad8a

Monochromatic Colors of #499ead

#499ead

Complementary Color

#499ead #ad5849

#499ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ead Color CSS Codes

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

#499ead Text Font Color

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

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


#499ead Background Color

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

This div background color is #499ead


#499ead Border Color

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

This div border color is #499ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ead


Comments

No comments written yet.

Please login to write comment.