Color Hex Logo

#496baf Color Hex

#496BAF
(73,107,175)
0 Favorites   0 Comments

Color spaces of #496baf

RGB 73107175
HSL0.610.410.49
HSV220°58°69°
CMYK 0.580.390.00   0.31
XYZ15.743215.027042.6282
Yxy15.02700.21450.2047
Hunter Lab38.76474.6547-38.0639
CIE-Lab45.67128.7683-39.9810

#496baf color RGB value is (73,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101011 10101111
Octal 111 153 257
Decimal 73 107 175
Hex 49 6B AF

RGB Percentages of Color #496baf

%20.56
%30.14
%49.30

CMYK Percentages of Color #496baf

%58
%39
%0
%31

Triadic Colors of #496baf

#496baf #af496b #6baf49

Analogous Colors of #496baf

#496baf #5a49af #499eaf

Monochromatic Colors of #496baf

#496baf

Complementary Color

#496baf #af8d49

#496baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496baf Color CSS Codes

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

#496baf Text Font Color

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

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


#496baf Background Color

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

This div background color is #496baf


#496baf Border Color

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

This div border color is #496baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496baf


Comments

No comments written yet.

Please login to write comment.