Color Hex Logo

#491967 Color Hex

#491967
(73,25,103)
0 Favorites   0 Comments

Color spaces of #491967

RGB 7325103
HSL0.770.610.25
HSV277°76°40°
CMYK 0.290.760.00   0.60
XYZ5.54353.091013.1364
Yxy3.09100.25460.1420
Hunter Lab17.581225.5153-31.9936
CIE-Lab20.404736.9864-36.0587

#491967 color RGB value is (73,25,103).

#491967 hex color red value is 73, green value is 25 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #491967 hue: 0.77 , saturation: 0.61 and the lightness value of 491967 is 0.25.

The process color (four color CMYK) of #491967 color hex is 0.29, 0.76, 0.00, 0.60. Web safe color of #491967 is #330066. Color #491967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01100111
Octal 111 31 147
Decimal 73 25 103
Hex 49 19 67

RGB Percentages of Color #491967

%36.32
%12.44
%51.24

CMYK Percentages of Color #491967

%29
%76
%0
%60

Triadic Colors of #491967

#491967 #674919 #196749

Analogous Colors of #491967

#491967 #67195e #221967

Monochromatic Colors of #491967

#491967

Complementary Color

#491967 #376719

#491967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491967 Color CSS Codes

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

#491967 Text Font Color

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

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


#491967 Background Color

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

This div background color is #491967


#491967 Border Color

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

This div border color is #491967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491967


Comments

No comments written yet.

Please login to write comment.