Color Hex Logo

#496fef Color Hex

#496FEF
(73,111,239)
0 Favorites   0 Comments

Color spaces of #496fef

RGB 73111239
HSL0.630.840.61
HSV226°69°94°
CMYK 0.690.540.00   0.06
XYZ24.012119.017384.0665
Yxy19.01730.18890.1496
Hunter Lab43.608821.9711-83.7695
CIE-Lab50.707428.5505-68.4653

#496fef color RGB value is (73,111,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 11101111
Octal 111 157 357
Decimal 73 111 239
Hex 49 6F EF

RGB Percentages of Color #496fef

%17.26
%26.24
%56.50

CMYK Percentages of Color #496fef

%69
%54
%0
%6

Triadic Colors of #496fef

#496fef #ef496f #6fef49

Analogous Colors of #496fef

#496fef #7649ef #49c2ef

Monochromatic Colors of #496fef

#496fef

Complementary Color

#496fef #efc949

#496fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#496fef Color CSS Codes

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

#496fef Text Font Color

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

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


#496fef Background Color

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

This div background color is #496fef


#496fef Border Color

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

This div border color is #496fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496fef


Comments

No comments written yet.

Please login to write comment.