Color Hex Logo

#499aaf Color Hex

#499AAF
(73,154,175)
0 Favorites   0 Comments

Color spaces of #499aaf

RGB 73154175
HSL0.530.410.49
HSV192°58°69°
CMYK 0.580.120.00   0.31
XYZ22.041127.622844.7275
Yxy27.62280.23350.2926
Hunter Lab52.5574-17.1175-13.6669
CIE-Lab59.5464-18.4450-18.4215

#499aaf color RGB value is (73,154,175).

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

The process color (four color CMYK) of #499aaf color hex is 0.58, 0.12, 0.00, 0.31. Web safe color of #499aaf is #339999. Color #499aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 10101111
Octal 111 232 257
Decimal 73 154 175
Hex 49 9A AF

RGB Percentages of Color #499aaf

%18.16
%38.31
%43.53

CMYK Percentages of Color #499aaf

%58
%12
%0
%31

Triadic Colors of #499aaf

#499aaf #af499a #9aaf49

Analogous Colors of #499aaf

#499aaf #4967af #49af91

Monochromatic Colors of #499aaf

#499aaf

Complementary Color

#499aaf #af5e49

#499aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#499aaf Color CSS Codes

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

#499aaf Text Font Color

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

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


#499aaf Background Color

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

This div background color is #499aaf


#499aaf Border Color

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

This div border color is #499aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499aaf


Comments

No comments written yet.

Please login to write comment.