Color Hex Logo

#492977 Color Hex

#492977
(73,41,119)
0 Favorites   0 Comments

Color spaces of #492977

RGB 7341119
HSL0.740.490.31
HSV265°66°47°
CMYK 0.390.660.00   0.53
XYZ6.87044.334317.9272
Yxy4.33430.23580.1488
Hunter Lab20.819022.4729-36.4813
CIE-Lab24.747232.6473-39.3640

#492977 color RGB value is (73,41,119).

#492977 hex color red value is 73, green value is 41 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #492977 hue: 0.74 , saturation: 0.49 and the lightness value of 492977 is 0.31.

The process color (four color CMYK) of #492977 color hex is 0.39, 0.66, 0.00, 0.53. Web safe color of #492977 is #333366. Color #492977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01110111
Octal 111 51 167
Decimal 73 41 119
Hex 49 29 77

RGB Percentages of Color #492977

%31.33
%17.60
%51.07

CMYK Percentages of Color #492977

%39
%66
%0
%53

Triadic Colors of #492977

#492977 #774929 #297749

Analogous Colors of #492977

#492977 #702977 #293077

Monochromatic Colors of #492977

#492977

Complementary Color

#492977 #577729

#492977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492977 Color CSS Codes

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

#492977 Text Font Color

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

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


#492977 Background Color

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

This div background color is #492977


#492977 Border Color

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

This div border color is #492977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492977


Comments

No comments written yet.

Please login to write comment.