Color Hex Logo

#496595 Color Hex

#496595
(73,101,149)
0 Favorites   0 Comments

Color spaces of #496595

RGB 73101149
HSL0.610.340.44
HSV218°51°58°
CMYK 0.510.320.00   0.42
XYZ12.826112.893830.2465
Yxy12.89380.22920.2304
Hunter Lab35.90790.9202-24.8065
CIE-Lab42.60283.8632-29.4581

#496595 color RGB value is (73,101,149).

#496595 hex color red value is 73, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #496595 hue: 0.61 , saturation: 0.34 and the lightness value of 496595 is 0.44.

The process color (four color CMYK) of #496595 color hex is 0.51, 0.32, 0.00, 0.42. Web safe color of #496595 is #336699. Color #496595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 10010101
Octal 111 145 225
Decimal 73 101 149
Hex 49 65 95

RGB Percentages of Color #496595

%22.60
%31.27
%46.13

CMYK Percentages of Color #496595

%51
%32
%0
%42

Triadic Colors of #496595

#496595 #954965 #659549

Analogous Colors of #496595

#496595 #534995 #498b95

Monochromatic Colors of #496595

#496595

Complementary Color

#496595 #957949

#496595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496595 Color CSS Codes

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

#496595 Text Font Color

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

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


#496595 Background Color

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

This div background color is #496595


#496595 Border Color

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

This div border color is #496595


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,101,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496595; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496595;
  -webkit-box-shadow: 1px 1px 3px 2px #496595;
  box-shadow:         1px 1px 3px 2px #496595; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496595


Comments

No comments written yet.

Please login to write comment.