Color Hex Logo

#491abe Color Hex

#491ABE
(73,26,190)
0 Favorites   0 Comments

Color spaces of #491abe

RGB 7326190
HSL0.710.760.42
HSV257°86°75°
CMYK 0.620.860.00   0.25
XYZ12.41135.873049.1946
Yxy5.87300.18390.0870
Hunter Lab24.234349.0067-103.3923
CIE-Lab29.089859.3140-75.7263

#491abe color RGB value is (73,26,190).

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

The process color (four color CMYK) of #491abe color hex is 0.62, 0.86, 0.00, 0.25. Web safe color of #491abe is #3333cc. Color #491abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011010 10111110
Octal 111 32 276
Decimal 73 26 190
Hex 49 1A BE

RGB Percentages of Color #491abe

%25.26
%9.00
%65.74

CMYK Percentages of Color #491abe

%62
%86
%0
%25

Triadic Colors of #491abe

#491abe #be491a #1abe49

Analogous Colors of #491abe

#491abe #9b1abe #1a3dbe

Monochromatic Colors of #491abe

#491abe

Complementary Color

#491abe #8fbe1a

#491abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#491abe Color CSS Codes

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

#491abe Text Font Color

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

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


#491abe Background Color

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

This div background color is #491abe


#491abe Border Color

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

This div border color is #491abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491abe


Comments

No comments written yet.

Please login to write comment.