Color Hex Logo

#491ecc Color Hex

#491ECC
(73,30,204)
0 Favorites   0 Comments

Color spaces of #491ecc

RGB 7330204
HSL0.710.740.46
HSV255°85°80°
CMYK 0.640.850.00   0.20
XYZ14.11106.704657.6771
Yxy6.70460.17980.0854
Hunter Lab25.893251.9637-113.9430
CIE-Lab31.124761.6305-80.5750

#491ecc color RGB value is (73,30,204).

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

The process color (four color CMYK) of #491ecc color hex is 0.64, 0.85, 0.00, 0.20. Web safe color of #491ecc is #3333cc. Color #491ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 11001100
Octal 111 36 314
Decimal 73 30 204
Hex 49 1E CC

RGB Percentages of Color #491ecc

%23.78
%9.77
%66.45

CMYK Percentages of Color #491ecc

%64
%85
%0
%20

Triadic Colors of #491ecc

#491ecc #cc491e #1ecc49

Analogous Colors of #491ecc

#491ecc #a01ecc #1e4acc

Monochromatic Colors of #491ecc

#491ecc

Complementary Color

#491ecc #a1cc1e

#491ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ecc Color CSS Codes

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

#491ecc Text Font Color

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

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


#491ecc Background Color

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

This div background color is #491ecc


#491ecc Border Color

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

This div border color is #491ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ecc


Comments

No comments written yet.

Please login to write comment.