Color Hex Logo

#499bdb Color Hex

#499BDB
(73,155,219)
0 Favorites   0 Comments

Color spaces of #499bdb

RGB 73155219
HSL0.570.670.57
HSV206°67°86°
CMYK 0.670.290.00   0.14
XYZ27.255229.973671.3668
Yxy29.97360.21190.2331
Hunter Lab54.7482-6.9468-38.9636
CIE-Lab61.6314-4.9020-39.8829

#499bdb color RGB value is (73,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011011 11011011
Octal 111 233 333
Decimal 73 155 219
Hex 49 9B DB

RGB Percentages of Color #499bdb

%16.33
%34.68
%48.99

CMYK Percentages of Color #499bdb

%67
%29
%0
%14

Triadic Colors of #499bdb

#499bdb #db499b #9bdb49

Analogous Colors of #499bdb

#499bdb #4952db #49dbd2

Monochromatic Colors of #499bdb

#499bdb

Complementary Color

#499bdb #db8949

#499bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#499bdb Color CSS Codes

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

#499bdb Text Font Color

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

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


#499bdb Background Color

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

This div background color is #499bdb


#499bdb Border Color

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

This div border color is #499bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,155,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 #499bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499bdb


Comments

No comments written yet.

Please login to write comment.