Color Hex Logo

#491aac Color Hex

#491AAC
(73,26,172)
0 Favorites   0 Comments

Color spaces of #491aac

RGB 7326172
HSL0.720.740.39
HSV259°85°67°
CMYK 0.580.850.00   0.33
XYZ10.56345.133839.4639
Yxy5.13380.19150.0931
Hunter Lab22.657943.5677-87.4066
CIE-Lab27.112654.5646-68.2648

#491aac color RGB value is (73,26,172).

#491aac hex color red value is 73, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #491aac hue: 0.72 , saturation: 0.74 and the lightness value of 491aac is 0.39.

The process color (four color CMYK) of #491aac color hex is 0.58, 0.85, 0.00, 0.33. Web safe color of #491aac is #333399. Color #491aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011010 10101100
Octal 111 32 254
Decimal 73 26 172
Hex 49 1A AC

RGB Percentages of Color #491aac

%26.94
%9.59
%63.47

CMYK Percentages of Color #491aac

%58
%85
%0
%33

Triadic Colors of #491aac

#491aac #ac491a #1aac49

Analogous Colors of #491aac

#491aac #921aac #1a34ac

Monochromatic Colors of #491aac

#491aac

Complementary Color

#491aac #7dac1a

#491aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#491aac Color CSS Codes

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

#491aac Text Font Color

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

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


#491aac Background Color

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

This div background color is #491aac


#491aac Border Color

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

This div border color is #491aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491aac


Comments

No comments written yet.

Please login to write comment.