Color Hex Logo

#496dcc Color Hex

#496DCC
(73,109,204)
0 Favorites   0 Comments

Color spaces of #496dcc

RGB 73109204
HSL0.620.560.54
HSV224°64°80°
CMYK 0.640.470.00   0.20
XYZ19.115416.713459.3453
Yxy16.71340.20080.1756
Hunter Lab40.882011.9185-57.4493
CIE-Lab47.896917.5267-53.2029

#496dcc color RGB value is (73,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101101 11001100
Octal 111 155 314
Decimal 73 109 204
Hex 49 6D CC

RGB Percentages of Color #496dcc

%18.91
%28.24
%52.85

CMYK Percentages of Color #496dcc

%64
%47
%0
%20

Triadic Colors of #496dcc

#496dcc #cc496d #6dcc49

Analogous Colors of #496dcc

#496dcc #6749cc #49afcc

Monochromatic Colors of #496dcc

#496dcc

Complementary Color

#496dcc #cca849

#496dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#496dcc Color CSS Codes

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

#496dcc Text Font Color

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

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


#496dcc Background Color

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

This div background color is #496dcc


#496dcc Border Color

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

This div border color is #496dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496dcc


Comments

No comments written yet.

Please login to write comment.