Color Hex Logo

#492856 Color Hex

#492856
(73,40,86)
0 Favorites   0 Comments

Color spaces of #492856

RGB 734086
HSL0.790.370.25
HSV283°53°34°
CMYK 0.150.530.00   0.66
XYZ5.18623.60599.2268
Yxy3.60590.28780.2001
Hunter Lab18.989215.5196-15.5164
CIE-Lab22.323324.4580-21.7724

#492856 color RGB value is (73,40,86).

#492856 hex color red value is 73, green value is 40 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #492856 hue: 0.79 , saturation: 0.37 and the lightness value of 492856 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101000 01010110
Octal 111 50 126
Decimal 73 40 86
Hex 49 28 56

RGB Percentages of Color #492856

%36.68
%20.10
%43.22

CMYK Percentages of Color #492856

%15
%53
%0
%66

Triadic Colors of #492856

#492856 #564928 #285649

Analogous Colors of #492856

#492856 #56284c #322856

Monochromatic Colors of #492856

#492856

Complementary Color

#492856 #355628

#492856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492856 Color CSS Codes

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

#492856 Text Font Color

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

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


#492856 Background Color

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

This div background color is #492856


#492856 Border Color

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

This div border color is #492856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492856


Comments

No comments written yet.

Please login to write comment.