Color Hex Logo

#499cab Color Hex

#499CAB
(73,156,171)
0 Favorites   0 Comments

Color spaces of #499cab

RGB 73156171
HSL0.530.400.48
HSV189°57°67°
CMYK 0.570.090.00   0.33
XYZ21.986828.133742.7996
Yxy28.13370.23660.3028
Hunter Lab53.0412-18.8298-10.7130
CIE-Lab60.0093-20.6928-15.4558

#499cab color RGB value is (73,156,171).

#499cab hex color red value is 73, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #499cab hue: 0.53 , saturation: 0.40 and the lightness value of 499cab is 0.48.

The process color (four color CMYK) of #499cab color hex is 0.57, 0.09, 0.00, 0.33. Web safe color of #499cab is #339999. Color #499cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 10101011
Octal 111 234 253
Decimal 73 156 171
Hex 49 9C AB

RGB Percentages of Color #499cab

%18.25
%39.00
%42.75

CMYK Percentages of Color #499cab

%57
%9
%0
%33

Triadic Colors of #499cab

#499cab #ab499c #9cab49

Analogous Colors of #499cab

#499cab #496bab #49ab89

Monochromatic Colors of #499cab

#499cab

Complementary Color

#499cab #ab5849

#499cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cab Color CSS Codes

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

#499cab Text Font Color

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

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


#499cab Background Color

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

This div background color is #499cab


#499cab Border Color

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

This div border color is #499cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cab


Comments

No comments written yet.

Please login to write comment.