Color Hex Logo

#491cb1 Color Hex

#491CB1
(73,28,177)
0 Favorites   0 Comments

Color spaces of #491cb1

RGB 7328177
HSL0.720.730.40
HSV258°84°69°
CMYK 0.590.840.00   0.31
XYZ11.09875.421342.0564
Yxy5.42130.18950.0926
Hunter Lab23.283744.3396-90.7946
CIE-Lab27.902855.1524-69.9589

#491cb1 color RGB value is (73,28,177).

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

The process color (four color CMYK) of #491cb1 color hex is 0.59, 0.84, 0.00, 0.31. Web safe color of #491cb1 is #333399. Color #491cb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 10110001
Octal 111 34 261
Decimal 73 28 177
Hex 49 1C B1

RGB Percentages of Color #491cb1

%26.26
%10.07
%63.67

CMYK Percentages of Color #491cb1

%59
%84
%0
%31

Triadic Colors of #491cb1

#491cb1 #b1491c #1cb149

Analogous Colors of #491cb1

#491cb1 #941cb1 #1c3ab1

Monochromatic Colors of #491cb1

#491cb1

Complementary Color

#491cb1 #84b11c

#491cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491cb1 Color CSS Codes

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

#491cb1 Text Font Color

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

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


#491cb1 Background Color

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

This div background color is #491cb1


#491cb1 Border Color

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

This div border color is #491cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491cb1


Comments

No comments written yet.

Please login to write comment.