Color Hex Logo

#491878 Color Hex

#491878
(73,24,120)
0 Favorites   0 Comments

Color spaces of #491878

RGB 7324120
HSL0.750.670.28
HSV271°80°47°
CMYK 0.390.800.00   0.53
XYZ6.46453.425818.0898
Yxy3.42580.23100.1224
Hunter Lab18.508929.9530-44.9912
CIE-Lab21.674341.7072-44.9924

#491878 color RGB value is (73,24,120).

#491878 hex color red value is 73, green value is 24 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #491878 hue: 0.75 , saturation: 0.67 and the lightness value of 491878 is 0.28.

The process color (four color CMYK) of #491878 color hex is 0.39, 0.80, 0.00, 0.53. Web safe color of #491878 is #330066. Color #491878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 01111000
Octal 111 30 170
Decimal 73 24 120
Hex 49 18 78

RGB Percentages of Color #491878

%33.64
%11.06
%55.30

CMYK Percentages of Color #491878

%39
%80
%0
%53

Triadic Colors of #491878

#491878 #784918 #187849

Analogous Colors of #491878

#491878 #781877 #191878

Monochromatic Colors of #491878

#491878

Complementary Color

#491878 #477818

#491878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491878 Color CSS Codes

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

#491878 Text Font Color

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

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


#491878 Background Color

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

This div background color is #491878


#491878 Border Color

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

This div border color is #491878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,24,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491878;
  -webkit-box-shadow: 1px 1px 3px 2px #491878;
  box-shadow:         1px 1px 3px 2px #491878; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491878


Comments

No comments written yet.

Please login to write comment.