Color Hex Logo

#491176 Color Hex

#491176
(73,17,118)
0 Favorites   0 Comments

Color spaces of #491176

RGB 7317118
HSL0.760.750.26
HSV273°86°46°
CMYK 0.380.860.00   0.54
XYZ6.21813.125417.4151
Yxy3.12540.23240.1168
Hunter Lab17.678831.8453-46.0305
CIE-Lab20.539343.9729-45.5651

#491176 color RGB value is (73,17,118).

#491176 hex color red value is 73, green value is 17 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #491176 hue: 0.76 , saturation: 0.75 and the lightness value of 491176 is 0.26.

The process color (four color CMYK) of #491176 color hex is 0.38, 0.86, 0.00, 0.54. Web safe color of #491176 is #330066. Color #491176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 01110110
Octal 111 21 166
Decimal 73 17 118
Hex 49 11 76

RGB Percentages of Color #491176

%35.10
%8.17
%56.73

CMYK Percentages of Color #491176

%38
%86
%0
%54

Triadic Colors of #491176

#491176 #764911 #117649

Analogous Colors of #491176

#491176 #761171 #171176

Monochromatic Colors of #491176

#491176

Complementary Color

#491176 #3e7611

#491176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491176 Color CSS Codes

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

#491176 Text Font Color

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

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


#491176 Background Color

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

This div background color is #491176


#491176 Border Color

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

This div border color is #491176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491176


Comments

No comments written yet.

Please login to write comment.