Color Hex Logo

#499abe Color Hex

#499ABE
(73,154,190)
0 Favorites   0 Comments

Color spaces of #499abe

RGB 73154190
HSL0.550.470.52
HSV198°62°75°
CMYK 0.620.190.00   0.25
XYZ23.597528.245452.9234
Yxy28.24540.22520.2696
Hunter Lab53.1464-13.7505-21.8387
CIE-Lab60.1098-13.8066-26.0269

#499abe color RGB value is (73,154,190).

#499abe hex color red value is 73, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #499abe hue: 0.55 , saturation: 0.47 and the lightness value of 499abe is 0.52.

The process color (four color CMYK) of #499abe color hex is 0.62, 0.19, 0.00, 0.25. Web safe color of #499abe is #3399cc. Color #499abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 10111110
Octal 111 232 276
Decimal 73 154 190
Hex 49 9A BE

RGB Percentages of Color #499abe

%17.51
%36.93
%45.56

CMYK Percentages of Color #499abe

%62
%19
%0
%25

Triadic Colors of #499abe

#499abe #be499a #9abe49

Analogous Colors of #499abe

#499abe #495fbe #49bea8

Monochromatic Colors of #499abe

#499abe

Complementary Color

#499abe #be6d49

#499abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#499abe Color CSS Codes

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

#499abe Text Font Color

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

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


#499abe Background Color

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

This div background color is #499abe


#499abe Border Color

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

This div border color is #499abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499abe


Comments

No comments written yet.

Please login to write comment.