Color Hex Logo

#490480 Color Hex

#490480
(73,4,128)
0 Favorites   0 Comments

Color spaces of #490480

RGB 734128
HSL0.760.940.26
HSV273°97°50°
CMYK 0.430.970.00   0.50
XYZ6.68743.061820.6606
Yxy3.06180.21990.1007
Hunter Lab17.498037.5978-57.7575
CIE-Lab20.289749.9946-52.3591

#490480 color RGB value is (73,4,128).

#490480 hex color red value is 73, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #490480 hue: 0.76 , saturation: 0.94 and the lightness value of 490480 is 0.26.

The process color (four color CMYK) of #490480 color hex is 0.43, 0.97, 0.00, 0.50. Web safe color of #490480 is #330099. Color #490480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000100 10000000
Octal 111 4 200
Decimal 73 4 128
Hex 49 4 80

RGB Percentages of Color #490480

%35.61
%1.95
%62.44

CMYK Percentages of Color #490480

%43
%97
%0
%50

Triadic Colors of #490480

#490480 #804904 #048049

Analogous Colors of #490480

#490480 #800479 #0b0480

Monochromatic Colors of #490480

#490480

Complementary Color

#490480 #3b8004

#490480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490480 Color CSS Codes

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

#490480 Text Font Color

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

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


#490480 Background Color

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

This div background color is #490480


#490480 Border Color

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

This div border color is #490480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490480


Comments

No comments written yet.

Please login to write comment.