Color Hex Logo

#491387 Color Hex

#491387
(73,19,135)
0 Favorites   0 Comments

Color spaces of #491387

RGB 7319135
HSL0.740.750.30
HSV268°86°53°
CMYK 0.460.860.00   0.47
XYZ7.35373.631523.2350
Yxy3.63150.21490.1061
Hunter Lab19.056535.5324-58.9509
CIE-Lab22.413747.4789-53.2849

#491387 color RGB value is (73,19,135).

#491387 hex color red value is 73, green value is 19 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #491387 hue: 0.74 , saturation: 0.75 and the lightness value of 491387 is 0.30.

The process color (four color CMYK) of #491387 color hex is 0.46, 0.86, 0.00, 0.47. Web safe color of #491387 is #330099. Color #491387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 10000111
Octal 111 23 207
Decimal 73 19 135
Hex 49 13 87

RGB Percentages of Color #491387

%32.16
%8.37
%59.47

CMYK Percentages of Color #491387

%46
%86
%0
%47

Triadic Colors of #491387

#491387 #874913 #138749

Analogous Colors of #491387

#491387 #831387 #131787

Monochromatic Colors of #491387

#491387

Complementary Color

#491387 #518713

#491387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491387 Color CSS Codes

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

#491387 Text Font Color

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

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


#491387 Background Color

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

This div background color is #491387


#491387 Border Color

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

This div border color is #491387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491387


Comments

No comments written yet.

Please login to write comment.