Color Hex Logo

#499faf Color Hex

#499FAF
(73,159,175)
0 Favorites   0 Comments

Color spaces of #499faf

RGB 73159175
HSL0.530.410.49
HSV189°58°69°
CMYK 0.580.090.00   0.31
XYZ22.883729.307945.0083
Yxy29.30790.23540.3015
Hunter Lab54.1368-19.2871-11.3969
CIE-Lab61.0524-21.0707-16.1354

#499faf color RGB value is (73,159,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 10101111
Octal 111 237 257
Decimal 73 159 175
Hex 49 9F AF

RGB Percentages of Color #499faf

%17.94
%39.07
%43.00

CMYK Percentages of Color #499faf

%58
%9
%0
%31

Triadic Colors of #499faf

#499faf #af499f #9faf49

Analogous Colors of #499faf

#499faf #496caf #49af8c

Monochromatic Colors of #499faf

#499faf

Complementary Color

#499faf #af5949

#499faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#499faf Color CSS Codes

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

#499faf Text Font Color

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

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


#499faf Background Color

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

This div background color is #499faf


#499faf Border Color

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

This div border color is #499faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,159,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 #499faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499faf


Comments

No comments written yet.

Please login to write comment.