Color Hex Logo

#494974 Color Hex

#494974
(73,73,116)
0 Favorites   0 Comments

Color spaces of #494974

RGB 7373116
HSL0.670.230.37
HSV240°37°45°
CMYK 0.370.370.00   0.55
XYZ8.28267.442517.5230
Yxy7.44250.24910.2238
Hunter Lab27.28096.4516-18.9863
CIE-Lab32.793811.3551-24.6604

#494974 color RGB value is (73,73,116).

#494974 hex color red value is 73, green value is 73 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #494974 hue: 0.67 , saturation: 0.23 and the lightness value of 494974 is 0.37.

The process color (four color CMYK) of #494974 color hex is 0.37, 0.37, 0.00, 0.55. Web safe color of #494974 is #333366. Color #494974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01110100
Octal 111 111 164
Decimal 73 73 116
Hex 49 49 74

RGB Percentages of Color #494974

%27.86
%27.86
%44.27

CMYK Percentages of Color #494974

%37
%37
%0
%55

Triadic Colors of #494974

#494974 #744949 #497449

Analogous Colors of #494974

#494974 #5f4974 #495f74

Monochromatic Colors of #494974

#494974

Complementary Color

#494974 #747449

#494974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494974 Color CSS Codes

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

#494974 Text Font Color

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

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


#494974 Background Color

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

This div background color is #494974


#494974 Border Color

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

This div border color is #494974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494974


Comments

No comments written yet.

Please login to write comment.