Color Hex Logo

#496ebb Color Hex

#496EBB
(73,110,187)
0 Favorites   0 Comments

Color spaces of #496ebb

RGB 73110187
HSL0.610.460.51
HSV221°61°73°
CMYK 0.610.410.00   0.27
XYZ17.293216.156249.2207
Yxy16.15620.20920.1954
Hunter Lab40.19486.4561-44.4675
CIE-Lab47.178811.0011-44.5655

#496ebb color RGB value is (73,110,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101110 10111011
Octal 111 156 273
Decimal 73 110 187
Hex 49 6E BB

RGB Percentages of Color #496ebb

%19.73
%29.73
%50.54

CMYK Percentages of Color #496ebb

%61
%41
%0
%27

Triadic Colors of #496ebb

#496ebb #bb496e #6ebb49

Analogous Colors of #496ebb

#496ebb #5d49bb #49a7bb

Monochromatic Colors of #496ebb

#496ebb

Complementary Color

#496ebb #bb9649

#496ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#496ebb Color CSS Codes

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

#496ebb Text Font Color

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

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


#496ebb Background Color

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

This div background color is #496ebb


#496ebb Border Color

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

This div border color is #496ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496ebb


Comments

No comments written yet.

Please login to write comment.