Color Hex Logo

#491156 Color Hex

#491156
(73,17,86)
0 Favorites   0 Comments

Color spaces of #491156

RGB 731786
HSL0.800.670.20
HSV289°80°34°
CMYK 0.150.800.00   0.66
XYZ4.62782.48939.0407
Yxy2.48930.28640.1541
Hunter Lab15.777524.7463-22.9296
CIE-Lab17.870136.5861-28.8556

#491156 color RGB value is (73,17,86).

#491156 hex color red value is 73, green value is 17 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #491156 hue: 0.80 , saturation: 0.67 and the lightness value of 491156 is 0.20.

The process color (four color CMYK) of #491156 color hex is 0.15, 0.80, 0.00, 0.66. Web safe color of #491156 is #330066. Color #491156 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 01010110
Octal 111 21 126
Decimal 73 17 86
Hex 49 11 56

RGB Percentages of Color #491156

%41.48
%9.66
%48.86

CMYK Percentages of Color #491156

%15
%80
%0
%66

Triadic Colors of #491156

#491156 #564911 #115649

Analogous Colors of #491156

#491156 #561141 #261156

Monochromatic Colors of #491156

#491156

Complementary Color

#491156 #1e5611

#491156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491156 Color CSS Codes

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

#491156 Text Font Color

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

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


#491156 Background Color

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

This div background color is #491156


#491156 Border Color

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

This div border color is #491156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491156


Comments

No comments written yet.

Please login to write comment.