Color Hex Logo

#496dfb Color Hex

#496DFB
(73,109,251)
0 Favorites   0 Comments

Color spaces of #496dfb

RGB 73109251
HSL0.630.960.64
HSV228°71°98°
CMYK 0.710.570.00   0.02
XYZ25.628919.318893.6449
Yxy19.31880.18490.1394
Hunter Lab43.953227.1646-95.5538
CIE-Lab51.058133.9797-74.5800

#496dfb color RGB value is (73,109,251).

#496dfb hex color red value is 73, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #496dfb hue: 0.63 , saturation: 0.96 and the lightness value of 496dfb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101101 11111011
Octal 111 155 373
Decimal 73 109 251
Hex 49 6D FB

RGB Percentages of Color #496dfb

%16.86
%25.17
%57.97

CMYK Percentages of Color #496dfb

%71
%57
%0
%2

Triadic Colors of #496dfb

#496dfb #fb496d #6dfb49

Analogous Colors of #496dfb

#496dfb #7e49fb #49c6fb

Monochromatic Colors of #496dfb

#496dfb

Complementary Color

#496dfb #fbd749

#496dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#496dfb Color CSS Codes

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

#496dfb Text Font Color

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

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


#496dfb Background Color

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

This div background color is #496dfb


#496dfb Border Color

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

This div border color is #496dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496dfb


Comments

No comments written yet.

Please login to write comment.