Color Hex Logo

#49506a Color Hex

#49506A
(73,80,106)
0 Favorites   0 Comments

Color spaces of #49506a

RGB 7380106
HSL0.630.180.35
HSV227°31°42°
CMYK 0.310.250.00   0.58
XYZ8.21788.194414.7842
Yxy8.19440.26340.2627
Hunter Lab28.62591.1478-10.5830
CIE-Lab34.38453.9188-15.9261

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010000 01101010
Octal 111 120 152
Decimal 73 80 106
Hex 49 50 6A

RGB Percentages of Color #49506a

%28.19
%30.89
%40.93

CMYK Percentages of Color #49506a

%31
%25
%0
%58

Triadic Colors of #49506a

#49506a #6a4950 #506a49

Analogous Colors of #49506a

#49506a #53496a #49616a

Monochromatic Colors of #49506a

#49506a

Complementary Color

#49506a #6a6349

#49506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49506a Color CSS Codes

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

#49506a Text Font Color

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

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


#49506a Background Color

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

This div background color is #49506a


#49506a Border Color

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

This div border color is #49506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49506a


Comments

No comments written yet.

Please login to write comment.