Color Hex Logo

#491550 Color Hex

#491550
(73,21,80)
0 Favorites   0 Comments

Color spaces of #491550

RGB 732180
HSL0.810.580.20
HSV293°74°31°
CMYK 0.090.740.00   0.69
XYZ4.46382.53207.8429
Yxy2.53200.30080.1706
Hunter Lab15.912322.2274-18.0845
CIE-Lab18.062733.5734-24.4863

#491550 color RGB value is (73,21,80).

#491550 hex color red value is 73, green value is 21 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #491550 hue: 0.81 , saturation: 0.58 and the lightness value of 491550 is 0.20.

The process color (four color CMYK) of #491550 color hex is 0.09, 0.74, 0.00, 0.69. Web safe color of #491550 is #330066. Color #491550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 01010000
Octal 111 25 120
Decimal 73 21 80
Hex 49 15 50

RGB Percentages of Color #491550

%41.95
%12.07
%45.98

CMYK Percentages of Color #491550

%9
%74
%0
%69

Triadic Colors of #491550

#491550 #504915 #155049

Analogous Colors of #491550

#491550 #50153a #2b1550

Monochromatic Colors of #491550

#491550

Complementary Color

#491550 #1c5015

#491550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491550 Color CSS Codes

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

#491550 Text Font Color

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

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


#491550 Background Color

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

This div background color is #491550


#491550 Border Color

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

This div border color is #491550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491550


Comments

No comments written yet.

Please login to write comment.