Color Hex Logo

#494e81 Color Hex

#494E81
(73,78,129)
0 Favorites   0 Comments

Color spaces of #494e81

RGB 7378129
HSL0.650.280.40
HSV235°43°51°
CMYK 0.430.400.00   0.49
XYZ9.43458.450221.9027
Yxy8.45020.23710.2124
Hunter Lab29.06927.0615-24.3246
CIE-Lab34.903412.0954-29.4215

#494e81 color RGB value is (73,78,129).

#494e81 hex color red value is 73, green value is 78 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #494e81 hue: 0.65 , saturation: 0.28 and the lightness value of 494e81 is 0.40.

The process color (four color CMYK) of #494e81 color hex is 0.43, 0.40, 0.00, 0.49. Web safe color of #494e81 is #336699. Color #494e81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 10000001
Octal 111 116 201
Decimal 73 78 129
Hex 49 4E 81

RGB Percentages of Color #494e81

%26.07
%27.86
%46.07

CMYK Percentages of Color #494e81

%43
%40
%0
%49

Triadic Colors of #494e81

#494e81 #81494e #4e8149

Analogous Colors of #494e81

#494e81 #604981 #496a81

Monochromatic Colors of #494e81

#494e81

Complementary Color

#494e81 #817c49

#494e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494e81 Color CSS Codes

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

#494e81 Text Font Color

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

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


#494e81 Background Color

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

This div background color is #494e81


#494e81 Border Color

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

This div border color is #494e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494e81


Comments

No comments written yet.

Please login to write comment.