Color Hex Logo

#494071 Color Hex

#494071
(73,64,113)
0 Favorites   0 Comments

Color spaces of #494071

RGB 7364113
HSL0.700.280.35
HSV251°43°44°
CMYK 0.350.430.00   0.56
XYZ7.56176.275516.4355
Yxy6.27550.24980.2073
Hunter Lab25.050910.0416-21.3635
CIE-Lab30.097216.3509-27.0110

#494071 color RGB value is (73,64,113).

#494071 hex color red value is 73, green value is 64 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #494071 hue: 0.70 , saturation: 0.28 and the lightness value of 494071 is 0.35.

The process color (four color CMYK) of #494071 color hex is 0.35, 0.43, 0.00, 0.56. Web safe color of #494071 is #333366. Color #494071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01110001
Octal 111 100 161
Decimal 73 64 113
Hex 49 40 71

RGB Percentages of Color #494071

%29.20
%25.60
%45.20

CMYK Percentages of Color #494071

%35
%43
%0
%56

Triadic Colors of #494071

#494071 #714940 #407149

Analogous Colors of #494071

#494071 #624071 #405071

Monochromatic Colors of #494071

#494071

Complementary Color

#494071 #687140

#494071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494071 Color CSS Codes

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

#494071 Text Font Color

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

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


#494071 Background Color

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

This div background color is #494071


#494071 Border Color

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

This div border color is #494071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494071


Comments

No comments written yet.

Please login to write comment.