Color Hex Logo

#490396 Color Hex

#490396
(73,3,150)
0 Favorites   0 Comments

Color spaces of #490396

RGB 733150
HSL0.750.960.30
HSV269°98°59°
CMYK 0.510.980.00   0.41
XYZ8.28523.683629.1285
Yxy3.68360.20160.0896
Hunter Lab19.192743.4685-76.5487
CIE-Lab22.596655.3316-62.3234

#490396 color RGB value is (73,3,150).

#490396 hex color red value is 73, green value is 3 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #490396 hue: 0.75 , saturation: 0.96 and the lightness value of 490396 is 0.30.

The process color (four color CMYK) of #490396 color hex is 0.51, 0.98, 0.00, 0.41. Web safe color of #490396 is #330099. Color #490396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000011 10010110
Octal 111 3 226
Decimal 73 3 150
Hex 49 3 96

RGB Percentages of Color #490396

%32.30
%1.33
%66.37

CMYK Percentages of Color #490396

%51
%98
%0
%41

Triadic Colors of #490396

#490396 #964903 #039649

Analogous Colors of #490396

#490396 #930396 #030696

Monochromatic Colors of #490396

#490396

Complementary Color

#490396 #509603

#490396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490396 Color CSS Codes

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

#490396 Text Font Color

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

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


#490396 Background Color

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

This div background color is #490396


#490396 Border Color

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

This div border color is #490396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490396


Comments

No comments written yet.

Please login to write comment.