COLOR #4D798F

HEX: #4D798F
RGB: (77,121,143)

Color info

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

RGB color model

#4D798F color RGB value is (77,121,143).

  • red value is 77;
  • green value is 121;
  • blue value is 143.
RGB:
(77,121,143)
(30%,47%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 121 of 255 = 47%
B 143 of 255 = 56%

77
121
143

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

Portions of RGB colors in percentages

R + G + B =
77 + 121 + 143 = 341 (100%)
R 77 of 341 ~ 22.58%
G 121 of 341 ~ 35.48%
B 143 of 341 ~ 41.94%

%22.58
%35.48
%41.94

CMYK color model

#4D798F color CMYK value is (46,15,0,44).

  • cyan value is 46.15%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(46,15,0,44)
C46M15Y0K44 
(46%,15%,0%,44%)
(0.46/0.15/0.00/0.44)	

CMYK percentages

%46.15
%15.38
%0
%43.92

Codes

Color #4D798F in popluar color models

4D798F
RGB77121143
HSL200°30.00%43.14%
HSB/HSV200°46.15%56.08%
CMYK46.15%15.38%0.00%
43.92%

Color #4D798F in popluar number systems.

HEX4D798F
Decimal77121143
Binary1001101111100110001111
Octal115171217

Shades and tints

Shades of #4D798F

#4D798F
(77,121,143)
#466E82
(70,110,130)
#3F6375
(63,99,117)
#385868
(56,88,104)
#314D5B
(49,77,91)
#2A424E
(42,66,78)
#233741
(35,55,65)
#1C2C34
(28,44,52)
#152127
(21,33,39)
#0E161A
(14,22,26)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D798F

#4D798F
(77,121,143)
#5D8599
(93,133,153)
#6D91A3
(109,145,163)
#7D9DAD
(125,157,173)
#8DA9B7
(141,169,183)
#9DB5C1
(157,181,193)
#ADC1CB
(173,193,203)
#BDCDD5
(189,205,213)
#CDD9DF
(205,217,223)
#DDE5E9
(221,229,233)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D798F color. Also use rgb(77,121,143) instead hex code.

Text Font Color

.myTextColor { color: #4D798F; }

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

This text font color is #4D798F.


Background Color

.myBgColor { background-color: #4D798F; }

<div style="background-color:#4D798F">Inner text</div>

This div background color is #4D798F.


Border color

.myBorderColor { border: 1px solid #4D798F; }

<div style="border:3px solid #4D798F">Div</div>

This div border color is #4D798F.


Opacity

.myOpacity80 { color: #4D798F; opacity: 0.8; }

<p style="color:#4D798F;opacity:0.8;">80%</p>

Text with #4D798F 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 #4D798F;}

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

This text has shadow with #4D798F color.

.textShadow {text-shadow: 3px 3px 1px #4D798F, 3px 3px 1px red;}

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

This text has shadow with #4D798F primary color and red secondary color.


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

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

This text has shadow with #4D798F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D798F on black background.


Color preview on white background

This text has color #4D798F on white background.



Black color preview on #4D798F background

This text has black color on #4D798F background.


White color preview on #4D798F background

This text has white color on #4D798F background.