Color Hex Logo

#496fb9 Color Hex

#496FB9
(73,111,185)
0 Favorites   0 Comments

Color spaces of #496fb9

RGB 73111185
HSL0.610.440.51
HSV220°61°73°
CMYK 0.610.400.00   0.27
XYZ17.189016.288148.1369
Yxy16.28810.21060.1996
Hunter Lab40.35855.3971-42.4661
CIE-Lab47.35029.6918-43.1349

#496fb9 color RGB value is (73,111,185).

#496fb9 hex color red value is 73, green value is 111 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #496fb9 hue: 0.61 , saturation: 0.44 and the lightness value of 496fb9 is 0.51.

The process color (four color CMYK) of #496fb9 color hex is 0.61, 0.40, 0.00, 0.27. Web safe color of #496fb9 is #3366cc. Color #496fb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 10111001
Octal 111 157 271
Decimal 73 111 185
Hex 49 6F B9

RGB Percentages of Color #496fb9

%19.78
%30.08
%50.14

CMYK Percentages of Color #496fb9

%61
%40
%0
%27

Triadic Colors of #496fb9

#496fb9 #b9496f #6fb949

Analogous Colors of #496fb9

#496fb9 #5b49b9 #49a7b9

Monochromatic Colors of #496fb9

#496fb9

Complementary Color

#496fb9 #b99349

#496fb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496fb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496fb9 Color CSS Codes

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

#496fb9 Text Font Color

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

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


#496fb9 Background Color

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

This div background color is #496fb9


#496fb9 Border Color

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

This div border color is #496fb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496fb9


Comments

No comments written yet.

Please login to write comment.