Color Hex Logo

#492980 Color Hex

#492980
(73,41,128)
0 Favorites   0 Comments

Color spaces of #492980

RGB 7341128
HSL0.730.510.33
HSV262°68°50°
CMYK 0.430.680.00   0.50
XYZ7.43694.560920.9104
Yxy4.56090.22600.1386
Hunter Lab21.356324.7857-43.1028
CIE-Lab25.445335.2125-43.9316

#492980 color RGB value is (73,41,128).

#492980 hex color red value is 73, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #492980 hue: 0.73 , saturation: 0.51 and the lightness value of 492980 is 0.33.

The process color (four color CMYK) of #492980 color hex is 0.43, 0.68, 0.00, 0.50. Web safe color of #492980 is #333399. Color #492980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 10000000
Octal 111 51 200
Decimal 73 41 128
Hex 49 29 80

RGB Percentages of Color #492980

%30.17
%16.94
%52.89

CMYK Percentages of Color #492980

%43
%68
%0
%50

Triadic Colors of #492980

#492980 #804929 #298049

Analogous Colors of #492980

#492980 #752980 #293580

Monochromatic Colors of #492980

#492980

Complementary Color

#492980 #608029

#492980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492980 Color CSS Codes

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

#492980 Text Font Color

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

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


#492980 Background Color

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

This div background color is #492980


#492980 Border Color

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

This div border color is #492980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,41,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 #492980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492980


Comments

No comments written yet.

Please login to write comment.