Color Hex Logo

#491065 Color Hex

#491065
(73,16,101)
0 Favorites   0 Comments

Color spaces of #491065

RGB 7316101
HSL0.780.730.23
HSV280°84°40°
CMYK 0.280.840.00   0.60
XYZ5.28192.726612.5598
Yxy2.72660.25680.1326
Hunter Lab16.512428.2008-33.5389
CIE-Lab18.913940.3129-37.1614

#491065 color RGB value is (73,16,101).

#491065 hex color red value is 73, green value is 16 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #491065 hue: 0.78 , saturation: 0.73 and the lightness value of 491065 is 0.23.

The process color (four color CMYK) of #491065 color hex is 0.28, 0.84, 0.00, 0.60. Web safe color of #491065 is #330066. Color #491065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 01100101
Octal 111 20 145
Decimal 73 16 101
Hex 49 10 65

RGB Percentages of Color #491065

%38.42
%8.42
%53.16

CMYK Percentages of Color #491065

%28
%84
%0
%60

Triadic Colors of #491065

#491065 #654910 #106549

Analogous Colors of #491065

#491065 #651057 #1e1065

Monochromatic Colors of #491065

#491065

Complementary Color

#491065 #2c6510

#491065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491065 Color CSS Codes

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

#491065 Text Font Color

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

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


#491065 Background Color

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

This div background color is #491065


#491065 Border Color

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

This div border color is #491065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491065


Comments

No comments written yet.

Please login to write comment.