Color Hex Logo

#494391 Color Hex

#494391
(73,67,145)
0 Favorites   0 Comments

Color spaces of #494391

RGB 7367145
HSL0.680.370.42
HSV245°54°57°
CMYK 0.500.540.00   0.43
XYZ9.86567.475127.7109
Yxy7.47510.21900.1659
Hunter Lab27.340616.5639-40.9545
CIE-Lab32.864924.3559-42.4940

#494391 color RGB value is (73,67,145).

#494391 hex color red value is 73, green value is 67 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #494391 hue: 0.68 , saturation: 0.37 and the lightness value of 494391 is 0.42.

The process color (four color CMYK) of #494391 color hex is 0.50, 0.54, 0.00, 0.43. Web safe color of #494391 is #333399. Color #494391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 10010001
Octal 111 103 221
Decimal 73 67 145
Hex 49 43 91

RGB Percentages of Color #494391

%25.61
%23.51
%50.88

CMYK Percentages of Color #494391

%50
%54
%0
%43

Triadic Colors of #494391

#494391 #914943 #439149

Analogous Colors of #494391

#494391 #704391 #436491

Monochromatic Colors of #494391

#494391

Complementary Color

#494391 #8b9143

#494391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494391 Color CSS Codes

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

#494391 Text Font Color

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

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


#494391 Background Color

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

This div background color is #494391


#494391 Border Color

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

This div border color is #494391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,67,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494391;
  -webkit-box-shadow: 1px 1px 3px 2px #494391;
  box-shadow:         1px 1px 3px 2px #494391; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494391


Comments

No comments written yet.

Please login to write comment.