Color Hex Logo

#495690 Color Hex

#495690
(73,86,144)
0 Favorites   0 Comments

Color spaces of #495690

RGB 7386144
HSL0.640.330.43
HSV229°49°56°
CMYK 0.490.400.00   0.44
XYZ11.109510.085727.7468
Yxy10.08570.22700.2061
Hunter Lab31.75806.8659-29.5708
CIE-Lab37.995811.7275-33.7023

#495690 color RGB value is (73,86,144).

#495690 hex color red value is 73, green value is 86 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #495690 hue: 0.64 , saturation: 0.33 and the lightness value of 495690 is 0.43.

The process color (four color CMYK) of #495690 color hex is 0.49, 0.40, 0.00, 0.44. Web safe color of #495690 is #336699. Color #495690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 10010000
Octal 111 126 220
Decimal 73 86 144
Hex 49 56 90

RGB Percentages of Color #495690

%24.09
%28.38
%47.52

CMYK Percentages of Color #495690

%49
%40
%0
%44

Triadic Colors of #495690

#495690 #904956 #569049

Analogous Colors of #495690

#495690 #5f4990 #497a90

Monochromatic Colors of #495690

#495690

Complementary Color

#495690 #908349

#495690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495690 Color CSS Codes

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

#495690 Text Font Color

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

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


#495690 Background Color

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

This div background color is #495690


#495690 Border Color

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

This div border color is #495690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495690


Comments

No comments written yet.

Please login to write comment.