Color Hex Logo

#499acc Color Hex

#499ACC
(73,154,204)
0 Favorites   0 Comments

Color spaces of #499acc

RGB 73154204
HSL0.560.560.54
HSV203°64°80°
CMYK 0.640.250.00   0.20
XYZ25.202328.887361.3742
Yxy28.88730.21830.2502
Hunter Lab53.7469-10.3572-30.0811
CIE-Lab60.6820-9.3050-33.0004

#499acc color RGB value is (73,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11001100
Octal 111 232 314
Decimal 73 154 204
Hex 49 9A CC

RGB Percentages of Color #499acc

%16.94
%35.73
%47.33

CMYK Percentages of Color #499acc

%64
%25
%0
%20

Triadic Colors of #499acc

#499acc #cc499a #9acc49

Analogous Colors of #499acc

#499acc #4959cc #49ccbd

Monochromatic Colors of #499acc

#499acc

Complementary Color

#499acc #cc7b49

#499acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#499acc Color CSS Codes

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

#499acc Text Font Color

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

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


#499acc Background Color

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

This div background color is #499acc


#499acc Border Color

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

This div border color is #499acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499acc


Comments

No comments written yet.

Please login to write comment.