Color Hex Logo

#493256 Color Hex

#493256
(73,50,86)
0 Favorites   0 Comments

Color spaces of #493256

RGB 735086
HSL0.770.260.27
HSV278°42°34°
CMYK 0.150.420.00   0.66
XYZ5.56804.36969.3540
Yxy4.36960.28860.2265
Hunter Lab20.903610.9650-11.8988
CIE-Lab24.857518.0786-17.8049

#493256 color RGB value is (73,50,86).

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

The process color (four color CMYK) of #493256 color hex is 0.15, 0.42, 0.00, 0.66. Web safe color of #493256 is #333366. Color #493256 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 01010110
Octal 111 62 126
Decimal 73 50 86
Hex 49 32 56

RGB Percentages of Color #493256

%34.93
%23.92
%41.15

CMYK Percentages of Color #493256

%15
%42
%0
%66

Triadic Colors of #493256

#493256 #564932 #325649

Analogous Colors of #493256

#493256 #563251 #373256

Monochromatic Colors of #493256

#493256

Complementary Color

#493256 #3f5632

#493256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493256 Color CSS Codes

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

#493256 Text Font Color

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

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


#493256 Background Color

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

This div background color is #493256


#493256 Border Color

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

This div border color is #493256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493256


Comments

No comments written yet.

Please login to write comment.