Color Hex Logo

#496fbe Color Hex

#496FBE
(73,111,190)
0 Favorites   0 Comments

Color spaces of #496fbe

RGB 73111190
HSL0.610.470.52
HSV221°62°75°
CMYK 0.620.420.00   0.25
XYZ17.726416.503150.9663
Yxy16.50310.20810.1937
Hunter Lab40.62406.7970-45.9476
CIE-Lab47.627711.4121-45.5849

#496fbe color RGB value is (73,111,190).

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

The process color (four color CMYK) of #496fbe color hex is 0.62, 0.42, 0.00, 0.25. Web safe color of #496fbe is #3366cc. Color #496fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 10111110
Octal 111 157 276
Decimal 73 111 190
Hex 49 6F BE

RGB Percentages of Color #496fbe

%19.52
%29.68
%50.80

CMYK Percentages of Color #496fbe

%62
%42
%0
%25

Triadic Colors of #496fbe

#496fbe #be496f #6fbe49

Analogous Colors of #496fbe

#496fbe #5e49be #49aabe

Monochromatic Colors of #496fbe

#496fbe

Complementary Color

#496fbe #be9849

#496fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#496fbe Color CSS Codes

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

#496fbe Text Font Color

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

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


#496fbe Background Color

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

This div background color is #496fbe


#496fbe Border Color

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

This div border color is #496fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496fbe


Comments

No comments written yet.

Please login to write comment.