Color Hex Logo

#491063 Color Hex

#491063
(73,16,99)
0 Favorites   0 Comments

Color spaces of #491063

RGB 731699
HSL0.780.720.23
HSV281°84°39°
CMYK 0.260.840.00   0.61
XYZ5.18512.687912.0499
Yxy2.68790.26030.1349
Hunter Lab16.394827.7623-32.1007
CIE-Lab18.747939.8555-36.1118

#491063 color RGB value is (73,16,99).

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

The process color (four color CMYK) of #491063 color hex is 0.26, 0.84, 0.00, 0.61. Web safe color of #491063 is #330066. Color #491063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 01100011
Octal 111 20 143
Decimal 73 16 99
Hex 49 10 63

RGB Percentages of Color #491063

%38.83
%8.51
%52.66

CMYK Percentages of Color #491063

%26
%84
%0
%61

Triadic Colors of #491063

#491063 #634910 #106349

Analogous Colors of #491063

#491063 #631054 #201063

Monochromatic Colors of #491063

#491063

Complementary Color

#491063 #2a6310

#491063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491063 Color CSS Codes

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

#491063 Text Font Color

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

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


#491063 Background Color

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

This div background color is #491063


#491063 Border Color

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

This div border color is #491063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491063


Comments

No comments written yet.

Please login to write comment.