Color Hex Logo

#49496a Color Hex

#49496A
(73,73,106)
0 Favorites   0 Comments

Color spaces of #49496a

RGB 7373106
HSL0.670.180.35
HSV240°31°42°
CMYK 0.310.310.00   0.58
XYZ7.73177.222214.6222
Yxy7.22220.26140.2442
Hunter Lab26.87424.3247-13.4477
CIE-Lab32.30758.4231-19.1303

#49496a color RGB value is (73,73,106).

#49496a hex color red value is 73, green value is 73 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #49496a hue: 0.67 , saturation: 0.18 and the lightness value of 49496a is 0.35.

The process color (four color CMYK) of #49496a color hex is 0.31, 0.31, 0.00, 0.58. Web safe color of #49496a is #333366. Color #49496a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01101010
Octal 111 111 152
Decimal 73 73 106
Hex 49 49 6A

RGB Percentages of Color #49496a

%28.97
%28.97
%42.06

CMYK Percentages of Color #49496a

%31
%31
%0
%58

Triadic Colors of #49496a

#49496a #6a4949 #496a49

Analogous Colors of #49496a

#49496a #5a496a #495a6a

Monochromatic Colors of #49496a

#49496a

Complementary Color

#49496a #6a6a49

#49496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49496a Color CSS Codes

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

#49496a Text Font Color

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

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


#49496a Background Color

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

This div background color is #49496a


#49496a Border Color

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

This div border color is #49496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49496a


Comments

No comments written yet.

Please login to write comment.