COLOR #49788D

HEX: #49788D
RGB: (73,120,141)

Color info

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

RGB color model

#49788D color RGB value is (73,120,141).

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

RGB channels and saturation

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

73
120
141

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

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 141 = 334 (100%)
R 73 of 334 ~ 21.86%
G 120 of 334 ~ 35.93%
B 141 of 334 ~ 42.22%

%21.86
%35.93
%42.22

CMYK color model

#49788D color CMYK value is (48,15,0,45).

  • cyan value is 48.23%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(48,15,0,45)
C48M15Y0K45 
(48%,15%,0%,45%)
(0.48/0.15/0.00/0.45)	

CMYK percentages

%48.23
%14.89
%0
%44.71

Codes

Color #49788D in popluar color models

49788D
RGB73120141
HSL199°31.78%41.96%
HSB/HSV199°48.23%55.29%
CMYK48.23%14.89%0.00%
44.71%

Color #49788D in popluar number systems.

HEX49788D
Decimal73120141
Binary1001001111100010001101
Octal111170215

Shades and tints

Shades of #49788D

#49788D
(73,120,141)
#436E81
(67,110,129)
#3D6475
(61,100,117)
#375A69
(55,90,105)
#31505D
(49,80,93)
#2B4651
(43,70,81)
#253C45
(37,60,69)
#1F3239
(31,50,57)
#19282D
(25,40,45)
#131E21
(19,30,33)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #49788D

#49788D
(73,120,141)
#598497
(89,132,151)
#6990A1
(105,144,161)
#799CAB
(121,156,171)
#89A8B5
(137,168,181)
#99B4BF
(153,180,191)
#A9C0C9
(169,192,201)
#B9CCD3
(185,204,211)
#C9D8DD
(201,216,221)
#D9E4E7
(217,228,231)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49788D; }

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

This text font color is #49788D.


Background Color

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

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

This div background color is #49788D.


Border color

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

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

This div border color is #49788D.


Opacity

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

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

Text with #49788D 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 #49788D;}

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

This text has shadow with #49788D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49788D on black background.


Color preview on white background

This text has color #49788D on white background.



Black color preview on #49788D background

This text has black color on #49788D background.


White color preview on #49788D background

This text has white color on #49788D background.