Color Hex Logo

#499aea Color Hex

#499AEA
(73,154,234)
0 Favorites   0 Comments

Color spaces of #499aea

RGB 73154234
HSL0.580.790.60
HSV210°69°92°
CMYK 0.690.340.00   0.08
XYZ29.154530.468282.1862
Yxy30.46820.20560.2149
Hunter Lab55.1980-2.3163-49.6403
CIE-Lab62.05610.7550-47.5204

#499aea color RGB value is (73,154,234).

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

The process color (four color CMYK) of #499aea color hex is 0.69, 0.34, 0.00, 0.08. Web safe color of #499aea is #3399ff. Color #499aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11101010
Octal 111 232 352
Decimal 73 154 234
Hex 49 9A EA

RGB Percentages of Color #499aea

%15.84
%33.41
%50.76

CMYK Percentages of Color #499aea

%69
%34
%0
%8

Triadic Colors of #499aea

#499aea #ea499a #9aea49

Analogous Colors of #499aea

#499aea #494aea #49eaea

Monochromatic Colors of #499aea

#499aea

Complementary Color

#499aea #ea9949

#499aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#499aea Color CSS Codes

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

#499aea Text Font Color

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

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


#499aea Background Color

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

This div background color is #499aea


#499aea Border Color

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

This div border color is #499aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499aea


Comments

No comments written yet.

Please login to write comment.