Color Hex Logo

#494d9d Color Hex

#494D9D
(73,77,157)
0 Favorites   0 Comments

Color spaces of #494d9d

RGB 7377157
HSL0.660.370.45
HSV237°54°62°
CMYK 0.540.510.00   0.38
XYZ11.48739.158533.0606
Yxy9.15850.21390.1705
Hunter Lab30.263014.7951-43.5868
CIE-Lab36.287721.8304-44.2739

#494d9d color RGB value is (73,77,157).

#494d9d hex color red value is 73, green value is 77 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #494d9d hue: 0.66 , saturation: 0.37 and the lightness value of 494d9d is 0.45.

The process color (four color CMYK) of #494d9d color hex is 0.54, 0.51, 0.00, 0.38. Web safe color of #494d9d is #336699. Color #494d9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001101 10011101
Octal 111 115 235
Decimal 73 77 157
Hex 49 4D 9D

RGB Percentages of Color #494d9d

%23.78
%25.08
%51.14

CMYK Percentages of Color #494d9d

%54
%51
%0
%38

Triadic Colors of #494d9d

#494d9d #9d494d #4d9d49

Analogous Colors of #494d9d

#494d9d #6f499d #49779d

Monochromatic Colors of #494d9d

#494d9d

Complementary Color

#494d9d #9d9949

#494d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#494d9d Color CSS Codes

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

#494d9d Text Font Color

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

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


#494d9d Background Color

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

This div background color is #494d9d


#494d9d Border Color

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

This div border color is #494d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494d9d


Comments

No comments written yet.

Please login to write comment.