Color Hex Logo

#499cdb Color Hex

#499CDB
(73,156,219)
0 Favorites   0 Comments

Color spaces of #499cdb

RGB 73156219
HSL0.570.670.57
HSV206°67°86°
CMYK 0.670.290.00   0.14
XYZ27.422330.307971.4225
Yxy30.30790.21230.2347
Hunter Lab55.0526-7.4293-38.3830
CIE-Lab61.9190-5.4690-39.4323

#499cdb color RGB value is (73,156,219).

#499cdb hex color red value is 73, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #499cdb hue: 0.57 , saturation: 0.67 and the lightness value of 499cdb is 0.57.

The process color (four color CMYK) of #499cdb color hex is 0.67, 0.29, 0.00, 0.14. Web safe color of #499cdb is #3399cc. Color #499cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 11011011
Octal 111 234 333
Decimal 73 156 219
Hex 49 9C DB

RGB Percentages of Color #499cdb

%16.29
%34.82
%48.88

CMYK Percentages of Color #499cdb

%67
%29
%0
%14

Triadic Colors of #499cdb

#499cdb #db499c #9cdb49

Analogous Colors of #499cdb

#499cdb #4953db #49dbd1

Monochromatic Colors of #499cdb

#499cdb

Complementary Color

#499cdb #db8849

#499cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cdb Color CSS Codes

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

#499cdb Text Font Color

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

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


#499cdb Background Color

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

This div background color is #499cdb


#499cdb Border Color

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

This div border color is #499cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cdb


Comments

No comments written yet.

Please login to write comment.