Color Hex Logo

#499acb Color Hex

#499ACB
(73,154,203)
0 Favorites   0 Comments

Color spaces of #499acb

RGB 73154203
HSL0.560.560.54
HSV203°64°80°
CMYK 0.640.240.00   0.20
XYZ25.082728.839560.7445
Yxy28.83950.21870.2515
Hunter Lab53.7024-10.6075-29.4731
CIE-Lab60.6397-9.6315-32.5064

#499acb color RGB value is (73,154,203).

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

The process color (four color CMYK) of #499acb color hex is 0.64, 0.24, 0.00, 0.20. Web safe color of #499acb is #3399cc. Color #499acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11001011
Octal 111 232 313
Decimal 73 154 203
Hex 49 9A CB

RGB Percentages of Color #499acb

%16.98
%35.81
%47.21

CMYK Percentages of Color #499acb

%64
%24
%0
%20

Triadic Colors of #499acb

#499acb #cb499a #9acb49

Analogous Colors of #499acb

#499acb #4959cb #49cbbb

Monochromatic Colors of #499acb

#499acb

Complementary Color

#499acb #cb7a49

#499acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#499acb Color CSS Codes

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

#499acb Text Font Color

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

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


#499acb Background Color

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

This div background color is #499acb


#499acb Border Color

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

This div border color is #499acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499acb


Comments

No comments written yet.

Please login to write comment.