Color Hex Logo

#492957 Color Hex

#492957
(73,41,87)
0 Favorites   0 Comments

Color spaces of #492957

RGB 734187
HSL0.780.360.25
HSV282°53°34°
CMYK 0.160.530.00   0.66
XYZ5.26093.69059.4519
Yxy3.69050.28590.2005
Hunter Lab19.210715.2641-15.7240
CIE-Lab22.620724.0823-21.9683

#492957 color RGB value is (73,41,87).

#492957 hex color red value is 73, green value is 41 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #492957 hue: 0.78 , saturation: 0.36 and the lightness value of 492957 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01010111
Octal 111 51 127
Decimal 73 41 87
Hex 49 29 57

RGB Percentages of Color #492957

%36.32
%20.40
%43.28

CMYK Percentages of Color #492957

%16
%53
%0
%66

Triadic Colors of #492957

#492957 #574929 #295749

Analogous Colors of #492957

#492957 #57294e #322957

Monochromatic Colors of #492957

#492957

Complementary Color

#492957 #375729

#492957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492957 Color CSS Codes

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

#492957 Text Font Color

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

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


#492957 Background Color

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

This div background color is #492957


#492957 Border Color

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

This div border color is #492957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492957


Comments

No comments written yet.

Please login to write comment.