COLOR #4D799C

HEX: #4D799C RGB: (77,121,156)

Color info

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

RGB color model

#4D799C color RGB value is (77,121,156).

RGB: (77,121,156) (30%, 47%, 61%)

RGB channels and saturation

R 77 of 255 = 30%
G 121 of 255 = 47%
B 156 of 255 = 61%

77
121
156

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

Portions of RGB colors in percentages

R + G + B = 77 + 121 + 156 = 354 (100%)
R 77 of 354 ~ 21.75%
G 121 of 354 ~ 34.18%
B 156 of 354 ~ 44.07'%

%21.75
%34.18
%44.07

CMYK color model

#4D799C color CMYK value is (51,22,0,39).

  • cyan value is 50.64%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (51,22,0,39)
C51M22Y0K39 (51%, 22%, 0%, 39%)
(0.51 / 0.22 / 0.00 / 0.39)

CMYK percentages

%50.64
%22.44
%0
%38.82

Codes

Color #4D799C in popluar color models

4D 79 9C
RGB 77 121 156
HSL 207° 33.91% 45.69%
HSB/HSV 207° 50.64% 61.18%
CMYK 50.64% 22.44% 0.00%
38.82%

Color #4D799C in popluar number systems.

HEX 4D 79 9C
Decimal 77 121 156
Binary 1001101 1111001 10011100
Octal 115 171 234

Shades and tints

Shades of #4D799C

#4D799C
(77,121,156)
#466E8E
(70,110,142)
#3F6380
(63,99,128)
#385872
(56,88,114)
#314D64
(49,77,100)
#2A4256
(42,66,86)
#233748
(35,55,72)
#1C2C3A
(28,44,58)
#15212C
(21,33,44)
#0E161E
(14,22,30)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D799C

#4D799C
(77,121,156)
#5D85A5
(93,133,165)
#6D91AE
(109,145,174)
#7D9DB7
(125,157,183)
#8DA9C0
(141,169,192)
#9DB5C9
(157,181,201)
#ADC1D2
(173,193,210)
#BDCDDB
(189,205,219)
#CDD9E4
(205,217,228)
#DDE5ED
(221,229,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D799C; }

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

This text font color is #4D799C.

Background Color

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

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

This div background color is #4D799C.

Border color

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

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

This div border color is #4D799C.

Opacity

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

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

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

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

This text has shadow with #4D799C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D799C.

Preview

Color preview on black background

This text has color #4D799C on black background.


Color preview on white background

This text has color #4D799C on white background.


Black color preview on #4D799C background

This text has black color on #4D799C background.


White color preview on #4D799C background

This text has white color on #4D799C background.


Related colors

Complementary color

Complementary color for #hex is #B28663.


I love getcolorcode.com

Triadic colors

1 #9C4D79 and #799C4D with #4D799C are triadic colors.

2 #9C794D and #794D9C with #4D799C are triadic colors.