Color Hex Logo

#496fec Color Hex

#496FEC
(73,111,236)
0 Favorites   0 Comments

Color spaces of #496fec

RGB 73111236
HSL0.630.810.61
HSV226°69°93°
CMYK 0.690.530.00   0.07
XYZ23.572418.841581.7512
Yxy18.84150.18980.1517
Hunter Lab43.406820.9739-81.2804
CIE-Lab50.501327.4980-67.1207

#496fec color RGB value is (73,111,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 11101100
Octal 111 157 354
Decimal 73 111 236
Hex 49 6F EC

RGB Percentages of Color #496fec

%17.38
%26.43
%56.19

CMYK Percentages of Color #496fec

%69
%53
%0
%7

Triadic Colors of #496fec

#496fec #ec496f #6fec49

Analogous Colors of #496fec

#496fec #7549ec #49c1ec

Monochromatic Colors of #496fec

#496fec

Complementary Color

#496fec #ecc649

#496fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#496fec Color CSS Codes

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

#496fec Text Font Color

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

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


#496fec Background Color

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

This div background color is #496fec


#496fec Border Color

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

This div border color is #496fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496fec


Comments

No comments written yet.

Please login to write comment.