Color Hex Logo

#491090 Color Hex

#491090
(73,16,144)
0 Favorites   0 Comments

Color spaces of #491090

RGB 7316144
HSL0.740.800.31
HSV267°89°56°
CMYK 0.490.890.00   0.44
XYZ7.96703.800726.6993
Yxy3.80070.20710.0988
Hunter Lab19.495438.8290-67.5520
CIE-Lab23.001350.7118-57.9388

#491090 color RGB value is (73,16,144).

#491090 hex color red value is 73, green value is 16 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #491090 hue: 0.74 , saturation: 0.80 and the lightness value of 491090 is 0.31.

The process color (four color CMYK) of #491090 color hex is 0.49, 0.89, 0.00, 0.44. Web safe color of #491090 is #330099. Color #491090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 10010000
Octal 111 20 220
Decimal 73 16 144
Hex 49 10 90

RGB Percentages of Color #491090

%31.33
%6.87
%61.80

CMYK Percentages of Color #491090

%49
%89
%0
%44

Triadic Colors of #491090

#491090 #904910 #109049

Analogous Colors of #491090

#491090 #891090 #101790

Monochromatic Colors of #491090

#491090

Complementary Color

#491090 #579010

#491090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491090 Color CSS Codes

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

#491090 Text Font Color

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

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


#491090 Background Color

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

This div background color is #491090


#491090 Border Color

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

This div border color is #491090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491090


Comments

No comments written yet.

Please login to write comment.