Color Hex Logo

#499cda Color Hex

#499CDA
(73,156,218)
0 Favorites   0 Comments

Color spaces of #499cda

RGB 73156218
HSL0.570.660.57
HSV206°67°85°
CMYK 0.670.280.00   0.15
XYZ27.291030.255470.7311
Yxy30.25540.21270.2359
Hunter Lab55.0049-7.6948-37.7379
CIE-Lab61.8740-5.8031-38.9474

#499cda color RGB value is (73,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 11011010
Octal 111 234 332
Decimal 73 156 218
Hex 49 9C DA

RGB Percentages of Color #499cda

%16.33
%34.90
%48.77

CMYK Percentages of Color #499cda

%67
%28
%0
%15

Triadic Colors of #499cda

#499cda #da499c #9cda49

Analogous Colors of #499cda

#499cda #4954da #49dad0

Monochromatic Colors of #499cda

#499cda

Complementary Color

#499cda #da8749

#499cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cda Color CSS Codes

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

#499cda Text Font Color

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

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


#499cda Background Color

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

This div background color is #499cda


#499cda Border Color

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

This div border color is #499cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cda


Comments

No comments written yet.

Please login to write comment.