Color Hex Logo

#499cdc Color Hex

#499CDC
(73,156,220)
0 Favorites   0 Comments

Color spaces of #499cdc

RGB 73156220
HSL0.570.680.57
HSV206°67°86°
CMYK 0.670.290.00   0.14
XYZ27.554430.360772.1181
Yxy30.36070.21190.2335
Hunter Lab55.1005-7.1626-39.0311
CIE-Lab61.9642-5.1343-39.9167

#499cdc color RGB value is (73,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 11011100
Octal 111 234 334
Decimal 73 156 220
Hex 49 9C DC

RGB Percentages of Color #499cdc

%16.26
%34.74
%49.00

CMYK Percentages of Color #499cdc

%67
%29
%0
%14

Triadic Colors of #499cdc

#499cdc #dc499c #9cdc49

Analogous Colors of #499cdc

#499cdc #4952dc #49dcd3

Monochromatic Colors of #499cdc

#499cdc

Complementary Color

#499cdc #dc8949

#499cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cdc Color CSS Codes

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

#499cdc Text Font Color

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

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


#499cdc Background Color

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

This div background color is #499cdc


#499cdc Border Color

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

This div border color is #499cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cdc


Comments

No comments written yet.

Please login to write comment.