Color Hex Logo

#49304e Color Hex

#49304E
(73,48,78)
0 Favorites   0 Comments

Color spaces of #49304e

RGB 734878
HSL0.810.240.25
HSV290°38°31°
CMYK 0.060.380.00   0.69
XYZ5.17984.08047.7223
Yxy4.08040.30500.2403
Hunter Lab20.200010.4220-8.5261
CIE-Lab23.935517.4308-13.9321

#49304e color RGB value is (73,48,78).

#49304e hex color red value is 73, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49304e hue: 0.81 , saturation: 0.24 and the lightness value of 49304e is 0.25.

The process color (four color CMYK) of #49304e color hex is 0.06, 0.38, 0.00, 0.69. Web safe color of #49304e is #333366. Color #49304e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110000 01001110
Octal 111 60 116
Decimal 73 48 78
Hex 49 30 4E

RGB Percentages of Color #49304e

%36.68
%24.12
%39.20

CMYK Percentages of Color #49304e

%6
%38
%0
%69

Triadic Colors of #49304e

#49304e #4e4930 #304e49

Analogous Colors of #49304e

#49304e #4e3044 #3a304e

Monochromatic Colors of #49304e

#49304e

Complementary Color

#49304e #354e30

#49304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49304e Color CSS Codes

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

#49304e Text Font Color

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

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


#49304e Background Color

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

This div background color is #49304e


#49304e Border Color

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

This div border color is #49304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49304e


Comments

No comments written yet.

Please login to write comment.