Color Hex Logo

#496bff Color Hex

#496BFF
(73,107,255)
0 Favorites   0 Comments

Color spaces of #496bff

RGB 73107255
HSL0.641.000.64
HSV229°71°100°
CMYK 0.710.580.00   0.00
XYZ26.055319.151996.9312
Yxy19.15190.18330.1347
Hunter Lab43.762929.6893-100.6885
CIE-Lab50.864536.5961-77.1133

#496bff color RGB value is (73,107,255).

#496bff hex color red value is 73, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #496bff hue: 0.64 , saturation: 1.00 and the lightness value of 496bff is 0.64.

The process color (four color CMYK) of #496bff color hex is 0.71, 0.58, 0.00, 0.00. Web safe color of #496bff is #3366ff. Color #496bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101011 11111111
Octal 111 153 377
Decimal 73 107 255
Hex 49 6B FF

RGB Percentages of Color #496bff

%16.78
%24.60
%58.62

CMYK Percentages of Color #496bff

%71
%58
%0
%0

Triadic Colors of #496bff

#496bff #ff496b #6bff49

Analogous Colors of #496bff

#496bff #8249ff #49c6ff

Monochromatic Colors of #496bff

#496bff

Complementary Color

#496bff #ffdd49

#496bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#496bff Color CSS Codes

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

#496bff Text Font Color

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

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


#496bff Background Color

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

This div background color is #496bff


#496bff Border Color

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

This div border color is #496bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496bff


Comments

No comments written yet.

Please login to write comment.