Color Hex Logo

#494961 Color Hex

#494961
(73,73,97)
0 Favorites   0 Comments

Color spaces of #494961

RGB 737397
HSL0.670.140.33
HSV240°25°38°
CMYK 0.250.250.00   0.62
XYZ7.28797.044612.2849
Yxy7.04460.27380.2647
Hunter Lab26.54172.5652-8.8634
CIE-Lab31.90825.9170-14.0419

#494961 color RGB value is (73,73,97).

#494961 hex color red value is 73, green value is 73 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #494961 hue: 0.67 , saturation: 0.14 and the lightness value of 494961 is 0.33.

The process color (four color CMYK) of #494961 color hex is 0.25, 0.25, 0.00, 0.62. Web safe color of #494961 is #333366. Color #494961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01100001
Octal 111 111 141
Decimal 73 73 97
Hex 49 49 61

RGB Percentages of Color #494961

%30.04
%30.04
%39.92

CMYK Percentages of Color #494961

%25
%25
%0
%62

Triadic Colors of #494961

#494961 #614949 #496149

Analogous Colors of #494961

#494961 #554961 #495561

Monochromatic Colors of #494961

#494961

Complementary Color

#494961 #616149

#494961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494961 Color CSS Codes

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

#494961 Text Font Color

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

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


#494961 Background Color

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

This div background color is #494961


#494961 Border Color

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

This div border color is #494961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494961


Comments

No comments written yet.

Please login to write comment.