Color Hex Logo

#491caf Color Hex

#491CAF
(73,28,175)
0 Favorites   0 Comments

Color spaces of #491caf

RGB 7328175
HSL0.720.720.40
HSV258°84°69°
CMYK 0.580.840.00   0.31
XYZ10.90085.342141.0140
Yxy5.34210.19040.0933
Hunter Lab23.113043.7384-89.0310
CIE-Lab27.688054.6172-69.1158

#491caf color RGB value is (73,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 10101111
Octal 111 34 257
Decimal 73 28 175
Hex 49 1C AF

RGB Percentages of Color #491caf

%26.45
%10.14
%63.41

CMYK Percentages of Color #491caf

%58
%84
%0
%31

Triadic Colors of #491caf

#491caf #af491c #1caf49

Analogous Colors of #491caf

#491caf #931caf #1c39af

Monochromatic Colors of #491caf

#491caf

Complementary Color

#491caf #82af1c

#491caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#491caf Color CSS Codes

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

#491caf Text Font Color

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

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


#491caf Background Color

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

This div background color is #491caf


#491caf Border Color

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

This div border color is #491caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491caf


Comments

No comments written yet.

Please login to write comment.