Color Hex Logo

#495faf Color Hex

#495FAF
(73,95,175)
0 Favorites   0 Comments

Color spaces of #495faf

RGB 7395175
HSL0.630.410.49
HSV227°58°69°
CMYK 0.580.460.00   0.31
XYZ14.577712.696042.2397
Yxy12.69600.20970.1826
Hunter Lab35.631410.6737-45.3440
CIE-Lab42.301616.3417-45.3448

#495faf color RGB value is (73,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 10101111
Octal 111 137 257
Decimal 73 95 175
Hex 49 5F AF

RGB Percentages of Color #495faf

%21.28
%27.70
%51.02

CMYK Percentages of Color #495faf

%58
%46
%0
%31

Triadic Colors of #495faf

#495faf #af495f #5faf49

Analogous Colors of #495faf

#495faf #6649af #4992af

Monochromatic Colors of #495faf

#495faf

Complementary Color

#495faf #af9949

#495faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#495faf Color CSS Codes

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

#495faf Text Font Color

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

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


#495faf Background Color

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

This div background color is #495faf


#495faf Border Color

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

This div border color is #495faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,95,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 #495faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495faf


Comments

No comments written yet.

Please login to write comment.