Color Hex Logo

#49314c Color Hex

#49314C
(73,49,76)
0 Favorites   0 Comments

Color spaces of #49314c

RGB 734976
HSL0.810.220.25
HSV293°36°30°
CMYK 0.040.360.00   0.70
XYZ5.15054.13497.3641
Yxy4.13490.30930.2483
Hunter Lab20.33459.6269-7.2377
CIE-Lab24.112516.3097-12.3266

#49314c color RGB value is (73,49,76).

#49314c hex color red value is 73, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #49314c hue: 0.81 , saturation: 0.22 and the lightness value of 49314c is 0.25.

The process color (four color CMYK) of #49314c color hex is 0.04, 0.36, 0.00, 0.70. Web safe color of #49314c is #333333. Color #49314c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01001100
Octal 111 61 114
Decimal 73 49 76
Hex 49 31 4C

RGB Percentages of Color #49314c

%36.87
%24.75
%38.38

CMYK Percentages of Color #49314c

%4
%36
%0
%70

Triadic Colors of #49314c

#49314c #4c4931 #314c49

Analogous Colors of #49314c

#49314c #4c3142 #3c314c

Monochromatic Colors of #49314c

#49314c

Complementary Color

#49314c #344c31

#49314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49314c Color CSS Codes

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

#49314c Text Font Color

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

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


#49314c Background Color

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

This div background color is #49314c


#49314c Border Color

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

This div border color is #49314c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49314c


Comments

No comments written yet.

Please login to write comment.