Color Hex Logo

#491555 Color Hex

#491555
(73,21,85)
0 Favorites   0 Comments

Color spaces of #491555

RGB 732185
HSL0.800.600.21
HSV289°75°33°
CMYK 0.140.750.00   0.67
XYZ4.65552.60878.8525
Yxy2.60870.28890.1619
Hunter Lab16.151523.1858-21.1904
CIE-Lab18.403234.6518-27.3268

#491555 color RGB value is (73,21,85).

#491555 hex color red value is 73, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #491555 hue: 0.80 , saturation: 0.60 and the lightness value of 491555 is 0.21.

The process color (four color CMYK) of #491555 color hex is 0.14, 0.75, 0.00, 0.67. Web safe color of #491555 is #330066. Color #491555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 01010101
Octal 111 25 125
Decimal 73 21 85
Hex 49 15 55

RGB Percentages of Color #491555

%40.78
%11.73
%47.49

CMYK Percentages of Color #491555

%14
%75
%0
%67

Triadic Colors of #491555

#491555 #554915 #155549

Analogous Colors of #491555

#491555 #551541 #291555

Monochromatic Colors of #491555

#491555

Complementary Color

#491555 #215515

#491555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491555 Color CSS Codes

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

#491555 Text Font Color

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

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


#491555 Background Color

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

This div background color is #491555


#491555 Border Color

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

This div border color is #491555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491555


Comments

No comments written yet.

Please login to write comment.