COLOR #49778D

HEX: #49778D
RGB: (73,119,141)

Color info

#49778D contains mainly green and blue colors. Web safe color of #49778D is #336699 (or #369).

RGB color model

#49778D color RGB value is (73,119,141).

  • red value is 73;
  • green value is 119;
  • blue value is 141.
RGB:
(73,119,141)
(29%,47%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 119 of 255 = 47%
B 141 of 255 = 55%

73
119
141

R + G + B ~ 44%. #49778D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 119 + 141 = 333 (100%)
R 73 of 333 ~ 21.92%
G 119 of 333 ~ 35.74%
B 141 of 333 ~ 42.34%

%21.92
%35.74
%42.34

CMYK color model

#49778D color CMYK value is (48,16,0,45).

  • cyan value is 48.23%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(48,16,0,45)
C48M16Y0K45 
(48%,16%,0%,45%)
(0.48/0.16/0.00/0.45)	

CMYK percentages

%48.23
%15.6
%0
%44.71

Codes

Color #49778D in popluar color models

49778D
RGB73119141
HSL199°31.78%41.96%
HSB/HSV199°48.23%55.29%
CMYK48.23%15.60%0.00%
44.71%

Color #49778D in popluar number systems.

HEX49778D
Decimal73119141
Binary1001001111011110001101
Octal111167215

Shades and tints

Shades of #49778D

#49778D
(73,119,141)
#436D81
(67,109,129)
#3D6375
(61,99,117)
#375969
(55,89,105)
#314F5D
(49,79,93)
#2B4551
(43,69,81)
#253B45
(37,59,69)
#1F3139
(31,49,57)
#19272D
(25,39,45)
#131D21
(19,29,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #49778D

#49778D
(73,119,141)
#598397
(89,131,151)
#698FA1
(105,143,161)
#799BAB
(121,155,171)
#89A7B5
(137,167,181)
#99B3BF
(153,179,191)
#A9BFC9
(169,191,201)
#B9CBD3
(185,203,211)
#C9D7DD
(201,215,221)
#D9E3E7
(217,227,231)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49778D color. Also use rgb(73,119,141) instead hex code.

Text Font Color

.myTextColor { color: #49778D; }

<p style="color:#49778D">This sample text font color is #49778D.</p>

This text font color is #49778D.


Background Color

.myBgColor { background-color: #49778D; }

<div style="background-color:#49778D">Inner text</div>

This div background color is #49778D.


Border color

.myBorderColor { border: 1px solid #49778D; }

<div style="border:3px solid #49778D">Div</div>

This div border color is #49778D.


Opacity

.myOpacity80 { color: #49778D; opacity: 0.8; }

<p style="color:#49778D;opacity:0.8;">80%</p>

Text with #49778D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49778D;}

<p style="text-shadow: 3px 3px 1px #49778D">Text here.</p>

This text has shadow with #49778D color.

.textShadow {text-shadow: 3px 3px 1px #49778D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49778D, 5px 5px 20px red">Text here.</p>

This text has shadow with #49778D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49778D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49778D, Direction=45, Strength=4)">Text</p>

This text has shadow with #49778D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49778D;
  -webkit-box-shadow:	1px 1px 3px 2px #49778D;
  box-shadow:		1px 1px 3px 2px #49778D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49778D;
-webkit-box-shadow: 1px 1px 3px 2px #49778D;
box-shadow:1px 1px 3px 2px #49778D;">
Div content here</div>
This div box has shadow with color #49778D.

Preview

Color preview on black background

This text has color #49778D on black background.


Color preview on white background

This text has color #49778D on white background.



Black color preview on #49778D background

This text has black color on #49778D background.


White color preview on #49778D background

This text has white color on #49778D background.