Color Hex Logo

#496dca Color Hex

#496DCA
(73,109,202)
0 Favorites   0 Comments

Color spaces of #496dca

RGB 73109202
HSL0.620.550.54
HSV223°64°79°
CMYK 0.640.460.00   0.21
XYZ18.877016.618058.0898
Yxy16.61800.20170.1776
Hunter Lab40.765211.3183-55.9518
CIE-Lab47.775116.8288-52.2526

#496dca color RGB value is (73,109,202).

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

The process color (four color CMYK) of #496dca color hex is 0.64, 0.46, 0.00, 0.21. Web safe color of #496dca is #3366cc. Color #496dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101101 11001010
Octal 111 155 312
Decimal 73 109 202
Hex 49 6D CA

RGB Percentages of Color #496dca

%19.01
%28.39
%52.60

CMYK Percentages of Color #496dca

%64
%46
%0
%21

Triadic Colors of #496dca

#496dca #ca496d #6dca49

Analogous Colors of #496dca

#496dca #6649ca #49aeca

Monochromatic Colors of #496dca

#496dca

Complementary Color

#496dca #caa649

#496dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#496dca Color CSS Codes

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

#496dca Text Font Color

<p style="color:#496dca">Text here</p>

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


#496dca Background Color

<div style="background-color:#496dca">
Div content here</div>

This div background color is #496dca


#496dca Border Color

<div style="border:3px solid #496dca">
Div here</div>

This div border color is #496dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496dca


Comments

No comments written yet.

Please login to write comment.