Color Hex Logo

#49375d Color Hex

#49375D
(73,55,93)
0 Favorites   0 Comments

Color spaces of #49375d

RGB 735593
HSL0.750.260.29
HSV268°41°36°
CMYK 0.220.410.00   0.64
XYZ6.08964.939210.9883
Yxy4.93920.27660.2243
Hunter Lab22.224310.0176-13.7576
CIE-Lab26.560816.6203-19.7343

#49375d color RGB value is (73,55,93).

#49375d hex color red value is 73, green value is 55 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #49375d hue: 0.75 , saturation: 0.26 and the lightness value of 49375d is 0.29.

The process color (four color CMYK) of #49375d color hex is 0.22, 0.41, 0.00, 0.64. Web safe color of #49375d is #333366. Color #49375d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110111 01011101
Octal 111 67 135
Decimal 73 55 93
Hex 49 37 5D

RGB Percentages of Color #49375d

%33.03
%24.89
%42.08

CMYK Percentages of Color #49375d

%22
%41
%0
%64

Triadic Colors of #49375d

#49375d #5d4937 #375d49

Analogous Colors of #49375d

#49375d #5c375d #37385d

Monochromatic Colors of #49375d

#49375d

Complementary Color

#49375d #4b5d37

#49375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49375d Color CSS Codes

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

#49375d Text Font Color

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

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


#49375d Background Color

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

This div background color is #49375d


#49375d Border Color

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

This div border color is #49375d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,55,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49375d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49375d;
  -webkit-box-shadow: 1px 1px 3px 2px #49375d;
  box-shadow:         1px 1px 3px 2px #49375d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49375d


Comments

No comments written yet.

Please login to write comment.