Color Hex Logo

#495caf Color Hex

#495CAF
(73,92,175)
0 Favorites   0 Comments

Color spaces of #495caf

RGB 7392175
HSL0.640.410.49
HSV229°58°69°
CMYK 0.580.470.00   0.31
XYZ14.312712.165942.1513
Yxy12.16590.20850.1773
Hunter Lab34.879712.2072-47.2349
CIE-Lab41.478618.2573-46.6619

#495caf color RGB value is (73,92,175).

#495caf hex color red value is 73, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #495caf hue: 0.64 , saturation: 0.41 and the lightness value of 495caf is 0.49.

The process color (four color CMYK) of #495caf color hex is 0.58, 0.47, 0.00, 0.31. Web safe color of #495caf is #336699. Color #495caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011100 10101111
Octal 111 134 257
Decimal 73 92 175
Hex 49 5C AF

RGB Percentages of Color #495caf

%21.47
%27.06
%51.47

CMYK Percentages of Color #495caf

%58
%47
%0
%31

Triadic Colors of #495caf

#495caf #af495c #5caf49

Analogous Colors of #495caf

#495caf #6949af #498faf

Monochromatic Colors of #495caf

#495caf

Complementary Color

#495caf #af9c49

#495caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#495caf Color CSS Codes

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

#495caf Text Font Color

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

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


#495caf Background Color

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

This div background color is #495caf


#495caf Border Color

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

This div border color is #495caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495caf


Comments

No comments written yet.

Please login to write comment.