Color Hex Logo

#496feb Color Hex

#496FEB
(73,111,235)
0 Favorites   0 Comments

Color spaces of #496feb

RGB 73111235
HSL0.630.800.60
HSV226°69°92°
CMYK 0.690.530.00   0.08
XYZ23.427518.783580.9881
Yxy18.78350.19020.1525
Hunter Lab43.339920.6437-80.4556
CIE-Lab50.432927.1475-66.6711

#496feb color RGB value is (73,111,235).

#496feb hex color red value is 73, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #496feb hue: 0.63 , saturation: 0.80 and the lightness value of 496feb is 0.60.

The process color (four color CMYK) of #496feb color hex is 0.69, 0.53, 0.00, 0.08. Web safe color of #496feb is #3366ff. Color #496feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 11101011
Octal 111 157 353
Decimal 73 111 235
Hex 49 6F EB

RGB Percentages of Color #496feb

%17.42
%26.49
%56.09

CMYK Percentages of Color #496feb

%69
%53
%0
%8

Triadic Colors of #496feb

#496feb #eb496f #6feb49

Analogous Colors of #496feb

#496feb #7449eb #49c0eb

Monochromatic Colors of #496feb

#496feb

Complementary Color

#496feb #ebc549

#496feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#496feb Color CSS Codes

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

#496feb Text Font Color

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

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


#496feb Background Color

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

This div background color is #496feb


#496feb Border Color

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

This div border color is #496feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496feb


Comments

No comments written yet.

Please login to write comment.