COLOR #49788A

HEX: #49788A
RGB: (73,120,138)

Color info

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

RGB color model

#49788A color RGB value is (73,120,138).

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

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 138 of 255 = 54%

73
120
138

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

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 138 = 331 (100%)
R 73 of 331 ~ 22.05%
G 120 of 331 ~ 36.25%
B 138 of 331 ~ 41.69%

%22.05
%36.25
%41.69

CMYK color model

#49788A color CMYK value is (47,13,0,46).

  • cyan value is 47.10%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(47,13,0,46)
C47M13Y0K46 
(47%,13%,0%,46%)
(0.47/0.13/0.00/0.46)	

CMYK percentages

%47.1
%13.04
%0
%45.88

Codes

Color #49788A in popluar color models

49788A
RGB73120138
HSL197°30.81%41.37%
HSB/HSV197°47.10%54.12%
CMYK47.10%13.04%0.00%
45.88%

Color #49788A in popluar number systems.

HEX49788A
Decimal73120138
Binary1001001111100010001010
Octal111170212

Shades and tints

Shades of #49788A

#49788A
(73,120,138)
#436E7E
(67,110,126)
#3D6472
(61,100,114)
#375A66
(55,90,102)
#31505A
(49,80,90)
#2B464E
(43,70,78)
#253C42
(37,60,66)
#1F3236
(31,50,54)
#19282A
(25,40,42)
#131E1E
(19,30,30)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #49788A

#49788A
(73,120,138)
#598494
(89,132,148)
#69909E
(105,144,158)
#799CA8
(121,156,168)
#89A8B2
(137,168,178)
#99B4BC
(153,180,188)
#A9C0C6
(169,192,198)
#B9CCD0
(185,204,208)
#C9D8DA
(201,216,218)
#D9E4E4
(217,228,228)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49788A; }

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

This text font color is #49788A.


Background Color

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

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

This div background color is #49788A.


Border color

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

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

This div border color is #49788A.


Opacity

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

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

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

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

This text has shadow with #49788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49788A on black background.


Color preview on white background

This text has color #49788A on white background.



Black color preview on #49788A background

This text has black color on #49788A background.


White color preview on #49788A background

This text has white color on #49788A background.