Color Hex Logo

#491ae4 Color Hex

#491AE4
(73,26,228)
0 Favorites   0 Comments

Color spaces of #491ae4

RGB 7326228
HSL0.710.800.50
HSV254°89°89°
CMYK 0.680.890.00   0.11
XYZ17.12067.756773.9936
Yxy7.75670.17320.0785
Hunter Lab27.850960.9893-138.0249
CIE-Lab33.471069.1407-90.5413

#491ae4 color RGB value is (73,26,228).

#491ae4 hex color red value is 73, green value is 26 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #491ae4 hue: 0.71 , saturation: 0.80 and the lightness value of 491ae4 is 0.50.

The process color (four color CMYK) of #491ae4 color hex is 0.68, 0.89, 0.00, 0.11. Web safe color of #491ae4 is #3333cc. Color #491ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011010 11100100
Octal 111 32 344
Decimal 73 26 228
Hex 49 1A E4

RGB Percentages of Color #491ae4

%22.32
%7.95
%69.72

CMYK Percentages of Color #491ae4

%68
%89
%0
%11

Triadic Colors of #491ae4

#491ae4 #e4491a #1ae449

Analogous Colors of #491ae4

#491ae4 #ae1ae4 #1a50e4

Monochromatic Colors of #491ae4

#491ae4

Complementary Color

#491ae4 #b5e41a

#491ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ae4 Color CSS Codes

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

#491ae4 Text Font Color

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

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


#491ae4 Background Color

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

This div background color is #491ae4


#491ae4 Border Color

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

This div border color is #491ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ae4


Comments

No comments written yet.

Please login to write comment.