Color Hex Logo

#494ecf Color Hex

#494ECF
(73,78,207)
0 Favorites   0 Comments

Color spaces of #494ecf

RGB 7378207
HSL0.660.580.55
HSV238°65°81°
CMYK 0.650.620.00   0.19
XYZ16.734511.370260.3442
Yxy11.37020.18920.1286
Hunter Lab33.719729.5768-82.5005
CIE-Lab40.197138.0098-67.3899

#494ecf color RGB value is (73,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 11001111
Octal 111 116 317
Decimal 73 78 207
Hex 49 4E CF

RGB Percentages of Color #494ecf

%20.39
%21.79
%57.82

CMYK Percentages of Color #494ecf

%65
%62
%0
%19

Triadic Colors of #494ecf

#494ecf #cf494e #4ecf49

Analogous Colors of #494ecf

#494ecf #8749cf #4991cf

Monochromatic Colors of #494ecf

#494ecf

Complementary Color

#494ecf #cfca49

#494ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#494ecf Color CSS Codes

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

#494ecf Text Font Color

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

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


#494ecf Background Color

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

This div background color is #494ecf


#494ecf Border Color

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

This div border color is #494ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,78,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 #494ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494ecf


Comments

No comments written yet.

Please login to write comment.