Color Hex Logo

#494973 Color Hex

#494973
(73,73,115)
0 Favorites   0 Comments

Color spaces of #494973

RGB 7373115
HSL0.670.220.37
HSV240°37°45°
CMYK 0.370.370.00   0.55
XYZ8.22477.419417.2182
Yxy7.41940.25030.2258
Hunter Lab27.23866.2306-18.4117
CIE-Lab32.743211.0551-24.1131

#494973 color RGB value is (73,73,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01110011
Octal 111 111 163
Decimal 73 73 115
Hex 49 49 73

RGB Percentages of Color #494973

%27.97
%27.97
%44.06

CMYK Percentages of Color #494973

%37
%37
%0
%55

Triadic Colors of #494973

#494973 #734949 #497349

Analogous Colors of #494973

#494973 #5e4973 #495e73

Monochromatic Colors of #494973

#494973

Complementary Color

#494973 #737349

#494973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494973 Color CSS Codes

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

#494973 Text Font Color

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

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


#494973 Background Color

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

This div background color is #494973


#494973 Border Color

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

This div border color is #494973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494973


Comments

No comments written yet.

Please login to write comment.