Color Hex Logo

#491ca4 Color Hex

#491CA4
(73,28,164)
0 Favorites   0 Comments

Color spaces of #491ca4

RGB 7328164
HSL0.720.710.38
HSV260°83°64°
CMYK 0.550.830.00   0.36
XYZ9.86374.927335.5531
Yxy4.92730.19590.0979
Hunter Lab22.197540.4727-79.4247
CIE-Lab26.526651.6609-64.3999

#491ca4 color RGB value is (73,28,164).

#491ca4 hex color red value is 73, green value is 28 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #491ca4 hue: 0.72 , saturation: 0.71 and the lightness value of 491ca4 is 0.38.

The process color (four color CMYK) of #491ca4 color hex is 0.55, 0.83, 0.00, 0.36. Web safe color of #491ca4 is #333399. Color #491ca4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 10100100
Octal 111 34 244
Decimal 73 28 164
Hex 49 1C A4

RGB Percentages of Color #491ca4

%27.55
%10.57
%61.89

CMYK Percentages of Color #491ca4

%55
%83
%0
%36

Triadic Colors of #491ca4

#491ca4 #a4491c #1ca449

Analogous Colors of #491ca4

#491ca4 #8d1ca4 #1c33a4

Monochromatic Colors of #491ca4

#491ca4

Complementary Color

#491ca4 #77a41c

#491ca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ca4 Color CSS Codes

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

#491ca4 Text Font Color

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

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


#491ca4 Background Color

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

This div background color is #491ca4


#491ca4 Border Color

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

This div border color is #491ca4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,28,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491ca4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491ca4;
  -webkit-box-shadow: 1px 1px 3px 2px #491ca4;
  box-shadow:         1px 1px 3px 2px #491ca4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ca4


Comments

No comments written yet.

Please login to write comment.