Color Hex Logo

#499ade Color Hex

#499ADE
(73,154,222)
0 Favorites   0 Comments

Color spaces of #499ade

RGB 73154222
HSL0.580.690.58
HSV207°67°87°
CMYK 0.670.310.00   0.13
XYZ27.488129.801673.4107
Yxy29.80160.21030.2280
Hunter Lab54.5908-5.6540-41.5163
CIE-Lab61.4827-3.3243-41.7824

#499ade color RGB value is (73,154,222).

#499ade hex color red value is 73, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #499ade hue: 0.58 , saturation: 0.69 and the lightness value of 499ade is 0.58.

The process color (four color CMYK) of #499ade color hex is 0.67, 0.31, 0.00, 0.13. Web safe color of #499ade is #3399cc. Color #499ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11011110
Octal 111 232 336
Decimal 73 154 222
Hex 49 9A DE

RGB Percentages of Color #499ade

%16.26
%34.30
%49.44

CMYK Percentages of Color #499ade

%67
%31
%0
%13

Triadic Colors of #499ade

#499ade #de499a #9ade49

Analogous Colors of #499ade

#499ade #494fde #49ded8

Monochromatic Colors of #499ade

#499ade

Complementary Color

#499ade #de8d49

#499ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ade Color CSS Codes

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

#499ade Text Font Color

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

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


#499ade Background Color

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

This div background color is #499ade


#499ade Border Color

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

This div border color is #499ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ade


Comments

No comments written yet.

Please login to write comment.