Color Hex Logo

#494978 Color Hex

#494978
(73,73,120)
0 Favorites   0 Comments

Color spaces of #494978

RGB 7373120
HSL0.670.240.38
HSV240°39°47°
CMYK 0.390.390.00   0.53
XYZ8.52047.537618.7751
Yxy7.53760.24460.2164
Hunter Lab27.45477.3507-21.3276
CIE-Lab33.000712.5645-26.8354

#494978 color RGB value is (73,73,120).

#494978 hex color red value is 73, green value is 73 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #494978 hue: 0.67 , saturation: 0.24 and the lightness value of 494978 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01111000
Octal 111 111 170
Decimal 73 73 120
Hex 49 49 78

RGB Percentages of Color #494978

%27.44
%27.44
%45.11

CMYK Percentages of Color #494978

%39
%39
%0
%53

Triadic Colors of #494978

#494978 #784949 #497849

Analogous Colors of #494978

#494978 #614978 #496178

Monochromatic Colors of #494978

#494978

Complementary Color

#494978 #787849

#494978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494978 Color CSS Codes

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

#494978 Text Font Color

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

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


#494978 Background Color

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

This div background color is #494978


#494978 Border Color

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

This div border color is #494978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494978


Comments

No comments written yet.

Please login to write comment.