Color Hex Logo

#491547 Color Hex

#491547
(73,21,71)
0 Favorites   0 Comments

Color spaces of #491547

RGB 732171
HSL0.840.550.18
HSV302°71°29°
CMYK 0.000.710.03   0.71
XYZ4.15312.40776.2071
Yxy2.40770.32530.1886
Hunter Lab15.516820.6216-12.8558
CIE-Lab17.495931.7299-19.2216

#491547 color RGB value is (73,21,71).

#491547 hex color red value is 73, green value is 21 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #491547 hue: 0.84 , saturation: 0.55 and the lightness value of 491547 is 0.18.

The process color (four color CMYK) of #491547 color hex is 0.00, 0.71, 0.03, 0.71. Web safe color of #491547 is #330033. Color #491547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 01000111
Octal 111 25 107
Decimal 73 21 71
Hex 49 15 47

RGB Percentages of Color #491547

%44.24
%12.73
%43.03

CMYK Percentages of Color #491547

%0
%71
%3
%71

Triadic Colors of #491547

#491547 #474915 #154749

Analogous Colors of #491547

#491547 #49152d #311549

Monochromatic Colors of #491547

#491547

Complementary Color

#491547 #154917

#491547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491547 Color CSS Codes

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

#491547 Text Font Color

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

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


#491547 Background Color

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

This div background color is #491547


#491547 Border Color

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

This div border color is #491547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491547


Comments

No comments written yet.

Please login to write comment.