Color Hex Logo

#499cca Color Hex

#499CCA
(73,156,202)
0 Favorites   0 Comments

Color spaces of #499cca

RGB 73156202
HSL0.560.550.54
HSV201°64°79°
CMYK 0.640.230.00   0.21
XYZ25.296829.457760.2297
Yxy29.45770.22000.2562
Hunter Lab54.2749-11.7848-27.8025
CIE-Lab61.1835-11.0654-31.1025

#499cca color RGB value is (73,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 11001010
Octal 111 234 312
Decimal 73 156 202
Hex 49 9C CA

RGB Percentages of Color #499cca

%16.94
%36.19
%46.87

CMYK Percentages of Color #499cca

%64
%23
%0
%21

Triadic Colors of #499cca

#499cca #ca499c #9cca49

Analogous Colors of #499cca

#499cca #495bca #49cab8

Monochromatic Colors of #499cca

#499cca

Complementary Color

#499cca #ca7749

#499cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cca Color CSS Codes

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

#499cca Text Font Color

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

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


#499cca Background Color

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

This div background color is #499cca


#499cca Border Color

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

This div border color is #499cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cca


Comments

No comments written yet.

Please login to write comment.