Color Hex Logo

#493791 Color Hex

#493791
(73,55,145)
0 Favorites   0 Comments

Color spaces of #493791

RGB 7355145
HSL0.700.450.39
HSV252°62°57°
CMYK 0.500.620.00   0.43
XYZ9.22476.193227.4973
Yxy6.19320.21500.1443
Hunter Lab24.886122.6150-48.0907
CIE-Lab29.894831.9555-47.2885

#493791 color RGB value is (73,55,145).

#493791 hex color red value is 73, green value is 55 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #493791 hue: 0.70 , saturation: 0.45 and the lightness value of 493791 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110111 10010001
Octal 111 67 221
Decimal 73 55 145
Hex 49 37 91

RGB Percentages of Color #493791

%26.74
%20.15
%53.11

CMYK Percentages of Color #493791

%50
%62
%0
%43

Triadic Colors of #493791

#493791 #914937 #379149

Analogous Colors of #493791

#493791 #763791 #375291

Monochromatic Colors of #493791

#493791

Complementary Color

#493791 #7f9137

#493791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493791 Color CSS Codes

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

#493791 Text Font Color

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

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


#493791 Background Color

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

This div background color is #493791


#493791 Border Color

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

This div border color is #493791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493791


Comments

No comments written yet.

Please login to write comment.