Color Hex Logo

#496ecf Color Hex

#496ECF
(73,110,207)
0 Favorites   0 Comments

Color spaces of #496ecf

RGB 73110207
HSL0.620.580.55
HSV223°65°81°
CMYK 0.650.470.00   0.19
XYZ19.586117.073361.2947
Yxy17.07330.20000.1743
Hunter Lab41.319812.3014-59.0281
CIE-Lab48.352317.9489-54.1873

#496ecf color RGB value is (73,110,207).

#496ecf hex color red value is 73, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #496ecf hue: 0.62 , saturation: 0.58 and the lightness value of 496ecf is 0.55.

The process color (four color CMYK) of #496ecf color hex is 0.65, 0.47, 0.00, 0.19. Web safe color of #496ecf is #3366cc. Color #496ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101110 11001111
Octal 111 156 317
Decimal 73 110 207
Hex 49 6E CF

RGB Percentages of Color #496ecf

%18.72
%28.21
%53.08

CMYK Percentages of Color #496ecf

%65
%47
%0
%19

Triadic Colors of #496ecf

#496ecf #cf496e #6ecf49

Analogous Colors of #496ecf

#496ecf #6749cf #49b1cf

Monochromatic Colors of #496ecf

#496ecf

Complementary Color

#496ecf #cfaa49

#496ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496ecf Color CSS Codes

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

#496ecf Text Font Color

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

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


#496ecf Background Color

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

This div background color is #496ecf


#496ecf Border Color

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

This div border color is #496ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496ecf


Comments

No comments written yet.

Please login to write comment.