Color Hex Logo

#494861 Color Hex

#494861
(73,72,97)
0 Favorites   0 Comments

Color spaces of #494861

RGB 737297
HSL0.670.150.33
HSV242°26°38°
CMYK 0.250.260.00   0.62
XYZ7.22276.914312.2632
Yxy6.91430.27360.2619
Hunter Lab26.29513.0139-9.2445
CIE-Lab31.61106.5628-14.4974

#494861 color RGB value is (73,72,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 01100001
Octal 111 110 141
Decimal 73 72 97
Hex 49 48 61

RGB Percentages of Color #494861

%30.17
%29.75
%40.08

CMYK Percentages of Color #494861

%25
%26
%0
%62

Triadic Colors of #494861

#494861 #614948 #486149

Analogous Colors of #494861

#494861 #564861 #485461

Monochromatic Colors of #494861

#494861

Complementary Color

#494861 #606148

#494861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494861 Color CSS Codes

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

#494861 Text Font Color

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

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


#494861 Background Color

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

This div background color is #494861


#494861 Border Color

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

This div border color is #494861


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,72,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 #494861">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494861


Comments

No comments written yet.

Please login to write comment.