Color Hex Logo

#499aba Color Hex

#499ABA
(73,154,186)
0 Favorites   0 Comments

Color spaces of #499aba

RGB 73154186
HSL0.550.450.51
HSV197°61°73°
CMYK 0.610.170.00   0.27
XYZ23.166228.072850.6520
Yxy28.07280.22740.2755
Hunter Lab52.9838-14.6757-19.5921
CIE-Lab59.9545-15.0634-24.0121

#499aba color RGB value is (73,154,186).

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

The process color (four color CMYK) of #499aba color hex is 0.61, 0.17, 0.00, 0.27. Web safe color of #499aba is #3399cc. Color #499aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 10111010
Octal 111 232 272
Decimal 73 154 186
Hex 49 9A BA

RGB Percentages of Color #499aba

%17.68
%37.29
%45.04

CMYK Percentages of Color #499aba

%61
%17
%0
%27

Triadic Colors of #499aba

#499aba #ba499a #9aba49

Analogous Colors of #499aba

#499aba #4961ba #49baa2

Monochromatic Colors of #499aba

#499aba

Complementary Color

#499aba #ba6949

#499aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#499aba Color CSS Codes

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

#499aba Text Font Color

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

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


#499aba Background Color

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

This div background color is #499aba


#499aba Border Color

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

This div border color is #499aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499aba


Comments

No comments written yet.

Please login to write comment.