Color Hex Logo

#496aaf Color Hex

#496AAF
(73,106,175)
0 Favorites   0 Comments

Color spaces of #496aaf

RGB 73106175
HSL0.610.410.49
HSV221°58°69°
CMYK 0.580.390.00   0.31
XYZ15.639614.819742.5936
Yxy14.81970.21410.2029
Hunter Lab38.49645.1491-38.6529
CIE-Lab45.38639.3926-40.4326

#496aaf color RGB value is (73,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 10101111
Octal 111 152 257
Decimal 73 106 175
Hex 49 6A AF

RGB Percentages of Color #496aaf

%20.62
%29.94
%49.44

CMYK Percentages of Color #496aaf

%58
%39
%0
%31

Triadic Colors of #496aaf

#496aaf #af496a #6aaf49

Analogous Colors of #496aaf

#496aaf #5b49af #499daf

Monochromatic Colors of #496aaf

#496aaf

Complementary Color

#496aaf #af8e49

#496aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496aaf Color CSS Codes

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

#496aaf Text Font Color

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

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


#496aaf Background Color

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

This div background color is #496aaf


#496aaf Border Color

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

This div border color is #496aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496aaf


Comments

No comments written yet.

Please login to write comment.