Color Hex Logo

#493159 Color Hex

#493159
(73,49,89)
0 Favorites   0 Comments

Color spaces of #493159

RGB 734989
HSL0.770.290.27
HSV276°45°35°
CMYK 0.180.450.00   0.65
XYZ5.64914.33449.9901
Yxy4.33440.28280.2170
Hunter Lab20.819212.0007-13.8768
CIE-Lab24.747519.4910-19.9512

#493159 color RGB value is (73,49,89).

#493159 hex color red value is 73, green value is 49 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #493159 hue: 0.77 , saturation: 0.29 and the lightness value of 493159 is 0.27.

The process color (four color CMYK) of #493159 color hex is 0.18, 0.45, 0.00, 0.65. Web safe color of #493159 is #333366. Color #493159 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01011001
Octal 111 61 131
Decimal 73 49 89
Hex 49 31 59

RGB Percentages of Color #493159

%34.60
%23.22
%42.18

CMYK Percentages of Color #493159

%18
%45
%0
%65

Triadic Colors of #493159

#493159 #594931 #315949

Analogous Colors of #493159

#493159 #593155 #353159

Monochromatic Colors of #493159

#493159

Complementary Color

#493159 #415931

#493159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493159 Color CSS Codes

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

#493159 Text Font Color

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

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


#493159 Background Color

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

This div background color is #493159


#493159 Border Color

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

This div border color is #493159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493159


Comments

No comments written yet.

Please login to write comment.