Color Hex Logo

#490689 Color Hex

#490689
(73,6,137)
0 Favorites   0 Comments

Color spaces of #490689

RGB 736137
HSL0.750.920.28
HSV271°96°54°
CMYK 0.470.960.00   0.46
XYZ7.32813.352923.9278
Yxy3.35290.21170.0969
Hunter Lab18.310939.3922-64.6596
CIE-Lab21.405251.5787-56.2001

#490689 color RGB value is (73,6,137).

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

The process color (four color CMYK) of #490689 color hex is 0.47, 0.96, 0.00, 0.46. Web safe color of #490689 is #330099. Color #490689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000110 10001001
Octal 111 6 211
Decimal 73 6 137
Hex 49 6 89

RGB Percentages of Color #490689

%33.80
%2.78
%63.43

CMYK Percentages of Color #490689

%47
%96
%0
%46

Triadic Colors of #490689

#490689 #894906 #068949

Analogous Colors of #490689

#490689 #890688 #070689

Monochromatic Colors of #490689

#490689

Complementary Color

#490689 #468906

#490689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490689 Color CSS Codes

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

#490689 Text Font Color

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

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


#490689 Background Color

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

This div background color is #490689


#490689 Border Color

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

This div border color is #490689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490689


Comments

No comments written yet.

Please login to write comment.