Color Hex Logo

#490870 Color Hex

#490870
(73,8,112)
0 Favorites   0 Comments

Color spaces of #490870

RGB 738112
HSL0.770.870.24
HSV278°93°44°
CMYK 0.350.930.00   0.56
XYZ5.75912.760015.5584
Yxy2.76000.23920.1146
Hunter Lab16.613232.8051-43.8961
CIE-Lab19.055945.2822-44.1187

#490870 color RGB value is (73,8,112).

#490870 hex color red value is 73, green value is 8 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #490870 hue: 0.77 , saturation: 0.87 and the lightness value of 490870 is 0.24.

The process color (four color CMYK) of #490870 color hex is 0.35, 0.93, 0.00, 0.56. Web safe color of #490870 is #330066. Color #490870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 01110000
Octal 111 10 160
Decimal 73 8 112
Hex 49 8 70

RGB Percentages of Color #490870

%37.82
%4.15
%58.03

CMYK Percentages of Color #490870

%35
%93
%0
%56

Triadic Colors of #490870

#490870 #704908 #087049

Analogous Colors of #490870

#490870 #700863 #150870

Monochromatic Colors of #490870

#490870

Complementary Color

#490870 #2f7008

#490870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490870 Color CSS Codes

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

#490870 Text Font Color

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

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


#490870 Background Color

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

This div background color is #490870


#490870 Border Color

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

This div border color is #490870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490870


Comments

No comments written yet.

Please login to write comment.