Color Hex Logo

#496faf Color Hex

#496FAF
(73,111,175)
0 Favorites   0 Comments

Color spaces of #496faf

RGB 73111175
HSL0.600.410.49
HSV218°58°69°
CMYK 0.580.370.00   0.31
XYZ16.170015.880542.7704
Yxy15.88050.21610.2122
Hunter Lab39.85032.6915-35.7393
CIE-Lab46.81736.2872-38.1673

#496faf color RGB value is (73,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 10101111
Octal 111 157 257
Decimal 73 111 175
Hex 49 6F AF

RGB Percentages of Color #496faf

%20.33
%30.92
%48.75

CMYK Percentages of Color #496faf

%58
%37
%0
%31

Triadic Colors of #496faf

#496faf #af496f #6faf49

Analogous Colors of #496faf

#496faf #5649af #49a2af

Monochromatic Colors of #496faf

#496faf

Complementary Color

#496faf #af8949

#496faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496faf Color CSS Codes

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

#496faf Text Font Color

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

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


#496faf Background Color

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

This div background color is #496faf


#496faf Border Color

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

This div border color is #496faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496faf


Comments

No comments written yet.

Please login to write comment.