Color Hex Logo

#495faa Color Hex

#495FAA
(73,95,170)
0 Favorites   0 Comments

Color spaces of #495faa

RGB 7395170
HSL0.630.400.48
HSV226°57°67°
CMYK 0.570.440.00   0.33
XYZ14.095612.503239.7006
Yxy12.50320.21260.1886
Hunter Lab35.35999.2762-41.8165
CIE-Lab42.004914.6367-42.8729

#495faa color RGB value is (73,95,170).

#495faa hex color red value is 73, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #495faa hue: 0.63 , saturation: 0.40 and the lightness value of 495faa is 0.48.

The process color (four color CMYK) of #495faa color hex is 0.57, 0.44, 0.00, 0.33. Web safe color of #495faa is #336699. Color #495faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 10101010
Octal 111 137 252
Decimal 73 95 170
Hex 49 5F AA

RGB Percentages of Color #495faa

%21.60
%28.11
%50.30

CMYK Percentages of Color #495faa

%57
%44
%0
%33

Triadic Colors of #495faa

#495faa #aa495f #5faa49

Analogous Colors of #495faa

#495faa #6349aa #4990aa

Monochromatic Colors of #495faa

#495faa

Complementary Color

#495faa #aa9449

#495faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#495faa Color CSS Codes

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

#495faa Text Font Color

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

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


#495faa Background Color

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

This div background color is #495faa


#495faa Border Color

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

This div border color is #495faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,95,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #495faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #495faa;
  -webkit-box-shadow: 1px 1px 3px 2px #495faa;
  box-shadow:         1px 1px 3px 2px #495faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495faa


Comments

No comments written yet.

Please login to write comment.