COLOR #4D798E

HEX: #4D798E
RGB: (77,121,142)

Color info

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

RGB color model

#4D798E color RGB value is (77,121,142).

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

RGB channels and saturation

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

77
121
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 121 + 142 = 340 (100%)
R 77 of 340 ~ 22.65%
G 121 of 340 ~ 35.59%
B 142 of 340 ~ 41.76%

%22.65
%35.59
%41.76

CMYK color model

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

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

CMYK percentages

%45.77
%14.79
%0
%44.31

Codes

Color #4D798E in popluar color models

4D798E
RGB77121142
HSL199°29.68%42.94%
HSB/HSV199°45.77%55.69%
CMYK45.77%14.79%0.00%
44.31%

Color #4D798E in popluar number systems.

HEX4D798E
Decimal77121142
Binary1001101111100110001110
Octal115171216

Shades and tints

Shades of #4D798E

#4D798E
(77,121,142)
#466E82
(70,110,130)
#3F6376
(63,99,118)
#38586A
(56,88,106)
#314D5E
(49,77,94)
#2A4252
(42,66,82)
#233746
(35,55,70)
#1C2C3A
(28,44,58)
#15212E
(21,33,46)
#0E1622
(14,22,34)
#070B16
(7,11,22)
#000000
(0,0,0)

Tints of #4D798E

#4D798E
(77,121,142)
#5D8598
(93,133,152)
#6D91A2
(109,145,162)
#7D9DAC
(125,157,172)
#8DA9B6
(141,169,182)
#9DB5C0
(157,181,192)
#ADC1CA
(173,193,202)
#BDCDD4
(189,205,212)
#CDD9DE
(205,217,222)
#DDE5E8
(221,229,232)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D798E; }

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

This text font color is #4D798E.


Background Color

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

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

This div background color is #4D798E.


Border color

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

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

This div border color is #4D798E.


Opacity

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

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

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

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

This text has shadow with #4D798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D798E on black background.


Color preview on white background

This text has color #4D798E on white background.



Black color preview on #4D798E background

This text has black color on #4D798E background.


White color preview on #4D798E background

This text has white color on #4D798E background.