Color Hex Logo

#496abf Color Hex

#496ABF
(73,106,191)
0 Favorites   0 Comments

Color spaces of #496abf

RGB 73106191
HSL0.620.480.52
HSV223°62°75°
CMYK 0.620.450.00   0.25
XYZ17.305715.486151.3672
Yxy15.48610.20560.1840
Hunter Lab39.35249.6309-49.8454
CIE-Lab46.292914.8876-48.2924

#496abf color RGB value is (73,106,191).

#496abf hex color red value is 73, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #496abf hue: 0.62 , saturation: 0.48 and the lightness value of 496abf is 0.52.

The process color (four color CMYK) of #496abf color hex is 0.62, 0.45, 0.00, 0.25. Web safe color of #496abf is #3366cc. Color #496abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 10111111
Octal 111 152 277
Decimal 73 106 191
Hex 49 6A BF

RGB Percentages of Color #496abf

%19.73
%28.65
%51.62

CMYK Percentages of Color #496abf

%62
%45
%0
%25

Triadic Colors of #496abf

#496abf #bf496a #6abf49

Analogous Colors of #496abf

#496abf #6349bf #49a5bf

Monochromatic Colors of #496abf

#496abf

Complementary Color

#496abf #bf9e49

#496abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496abf Color CSS Codes

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

#496abf Text Font Color

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

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


#496abf Background Color

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

This div background color is #496abf


#496abf Border Color

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

This div border color is #496abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496abf


Comments

No comments written yet.

Please login to write comment.