Color Hex Logo

#49968d Color Hex

#49968D
(73,150,141)
0 Favorites   0 Comments

Color spaces of #49968d

RGB 73150141
HSL0.480.350.44
HSV173°51°59°
CMYK 0.510.000.06   0.41
XYZ18.461725.152229.0811
Yxy25.15220.25400.3460
Hunter Lab50.1520-22.05740.7265
CIE-Lab57.2234-26.0520-2.5521

#49968d color RGB value is (73,150,141).

#49968d hex color red value is 73, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49968d hue: 0.48 , saturation: 0.35 and the lightness value of 49968d is 0.44.

The process color (four color CMYK) of #49968d color hex is 0.51, 0.00, 0.06, 0.41. Web safe color of #49968d is #339999. Color #49968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 10001101
Octal 111 226 215
Decimal 73 150 141
Hex 49 96 8D

RGB Percentages of Color #49968d

%20.05
%41.21
%38.74

CMYK Percentages of Color #49968d

%51
%0
%6
%41

Triadic Colors of #49968d

#49968d #8d4996 #968d49

Analogous Colors of #49968d

#49968d #497996 #499667

Monochromatic Colors of #49968d

#49968d

Complementary Color

#49968d #964952

#49968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49968d Color CSS Codes

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

#49968d Text Font Color

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

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


#49968d Background Color

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

This div background color is #49968d


#49968d Border Color

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

This div border color is #49968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49968d


Comments

No comments written yet.

Please login to write comment.