Color Hex Logo

#493157 Color Hex

#493157
(73,49,87)
0 Favorites   0 Comments

Color spaces of #493157

RGB 734987
HSL0.770.280.27
HSV278°44°34°
CMYK 0.160.440.00   0.66
XYZ5.56634.30129.5537
Yxy4.30120.28660.2215
Hunter Lab20.739311.6144-12.7948
CIE-Lab24.643218.9826-18.7980

#493157 color RGB value is (73,49,87).

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

The process color (four color CMYK) of #493157 color hex is 0.16, 0.44, 0.00, 0.66. Web safe color of #493157 is #333366. Color #493157 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01010111
Octal 111 61 127
Decimal 73 49 87
Hex 49 31 57

RGB Percentages of Color #493157

%34.93
%23.44
%41.63

CMYK Percentages of Color #493157

%16
%44
%0
%66

Triadic Colors of #493157

#493157 #574931 #315749

Analogous Colors of #493157

#493157 #573152 #363157

Monochromatic Colors of #493157

#493157

Complementary Color

#493157 #3f5731

#493157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493157 Color CSS Codes

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

#493157 Text Font Color

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

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


#493157 Background Color

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

This div background color is #493157


#493157 Border Color

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

This div border color is #493157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493157


Comments

No comments written yet.

Please login to write comment.