Color Hex Logo

#491ebc Color Hex

#491EBC
(73,30,188)
0 Favorites   0 Comments

Color spaces of #491ebc

RGB 7330188
HSL0.710.720.43
HSV256°84°74°
CMYK 0.610.840.00   0.26
XYZ12.28905.975948.0827
Yxy5.97590.18520.0901
Hunter Lab24.445746.9533-99.5069
CIE-Lab29.351657.3495-74.1098

#491ebc color RGB value is (73,30,188).

#491ebc hex color red value is 73, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #491ebc hue: 0.71 , saturation: 0.72 and the lightness value of 491ebc is 0.43.

The process color (four color CMYK) of #491ebc color hex is 0.61, 0.84, 0.00, 0.26. Web safe color of #491ebc is #3333cc. Color #491ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 10111100
Octal 111 36 274
Decimal 73 30 188
Hex 49 1E BC

RGB Percentages of Color #491ebc

%25.09
%10.31
%64.60

CMYK Percentages of Color #491ebc

%61
%84
%0
%26

Triadic Colors of #491ebc

#491ebc #bc491e #1ebc49

Analogous Colors of #491ebc

#491ebc #981ebc #1e42bc

Monochromatic Colors of #491ebc

#491ebc

Complementary Color

#491ebc #91bc1e

#491ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ebc Color CSS Codes

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

#491ebc Text Font Color

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

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


#491ebc Background Color

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

This div background color is #491ebc


#491ebc Border Color

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

This div border color is #491ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ebc


Comments

No comments written yet.

Please login to write comment.