Color Hex Logo

#490777 Color Hex

#490777
(73,7,119)
0 Favorites   0 Comments

Color spaces of #490777

RGB 737119
HSL0.760.890.25
HSV275°94°47°
CMYK 0.390.940.00   0.53
XYZ6.15342.900317.6883
Yxy2.90030.23010.1085
Hunter Lab17.030334.6929-49.6597
CIE-Lab19.640147.1474-47.6802

#490777 color RGB value is (73,7,119).

#490777 hex color red value is 73, green value is 7 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #490777 hue: 0.76 , saturation: 0.89 and the lightness value of 490777 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000111 01110111
Octal 111 7 167
Decimal 73 7 119
Hex 49 7 77

RGB Percentages of Color #490777

%36.68
%3.52
%59.80

CMYK Percentages of Color #490777

%39
%94
%0
%53

Triadic Colors of #490777

#490777 #774907 #077749

Analogous Colors of #490777

#490777 #77076d #110777

Monochromatic Colors of #490777

#490777

Complementary Color

#490777 #357707

#490777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490777 Color CSS Codes

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

#490777 Text Font Color

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

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


#490777 Background Color

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

This div background color is #490777


#490777 Border Color

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

This div border color is #490777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490777


Comments

No comments written yet.

Please login to write comment.