Color Hex Logo

#49415b Color Hex

#49415B
(73,65,91)
0 Favorites   0 Comments

Color spaces of #49415b

RGB 736591
HSL0.720.170.31
HSV258°29°36°
CMYK 0.200.290.00   0.64
XYZ6.52635.952410.7025
Yxy5.95240.28150.2568
Hunter Lab24.39755.0527-8.9305
CIE-Lab29.29219.5204-14.2110

#49415b color RGB value is (73,65,91).

#49415b hex color red value is 73, green value is 65 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #49415b hue: 0.72 , saturation: 0.17 and the lightness value of 49415b is 0.31.

The process color (four color CMYK) of #49415b color hex is 0.20, 0.29, 0.00, 0.64. Web safe color of #49415b is #333366. Color #49415b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 01011011
Octal 111 101 133
Decimal 73 65 91
Hex 49 41 5B

RGB Percentages of Color #49415b

%31.88
%28.38
%39.74

CMYK Percentages of Color #49415b

%20
%29
%0
%64

Triadic Colors of #49415b

#49415b #5b4941 #415b49

Analogous Colors of #49415b

#49415b #56415b #41465b

Monochromatic Colors of #49415b

#49415b

Complementary Color

#49415b #535b41

#49415b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49415b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49415b Color CSS Codes

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

#49415b Text Font Color

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

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


#49415b Background Color

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

This div background color is #49415b


#49415b Border Color

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

This div border color is #49415b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,65,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49415b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49415b;
  -webkit-box-shadow: 1px 1px 3px 2px #49415b;
  box-shadow:         1px 1px 3px 2px #49415b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49415b


Comments

No comments written yet.

Please login to write comment.