COLOR #4D8E9F

HEX: #4D8E9F RGB: (77,142,159)

Color info

#4D8E9F contains mainly green and blue colors. Web safe color of #4D8E9F is #339999 (or #399).

RGB color model

#4D8E9F color RGB value is (77,142,159).

RGB: (77,142,159) (30%, 56%, 62%)

RGB channels and saturation

R 77 of 255 = 30%
G 142 of 255 = 56%
B 159 of 255 = 62%

77
142
159

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

Portions of RGB colors in percentages

R + G + B = 77 + 142 + 159 = 378 (100%)
R 77 of 378 ~ 20.37%
G 142 of 378 ~ 37.57%
B 159 of 378 ~ 42.06'%

%20.37
%37.57
%42.06

CMYK color model

#4D8E9F color CMYK value is (52,11,0,38).

  • cyan value is 51.57%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (52,11,0,38)
C52M11Y0K38 (52%, 11%, 0%, 38%)
(0.52 / 0.11 / 0.00 / 0.38)

CMYK percentages

%51.57
%10.69
%0
%37.65

Codes

Color #4D8E9F in popluar color models

4D 8E 9F
RGB 77 142 159
HSL 192° 34.75% 46.27%
HSB/HSV 192° 51.57% 62.35%
CMYK 51.57% 10.69% 0.00%
37.65%

Color #4D8E9F in popluar number systems.

HEX 4D 8E 9F
Decimal 77 142 159
Binary 1001101 10001110 10011111
Octal 115 216 237

Shades and tints

Shades of #4D8E9F

#4D8E9F
(77,142,159)
#468291
(70,130,145)
#3F7683
(63,118,131)
#386A75
(56,106,117)
#315E67
(49,94,103)
#2A5259
(42,82,89)
#23464B
(35,70,75)
#1C3A3D
(28,58,61)
#152E2F
(21,46,47)
#0E2221
(14,34,33)
#071613
(7,22,19)
#000000
(0,0,0)

Tints of #4D8E9F

#4D8E9F
(77,142,159)
#5D98A7
(93,152,167)
#6DA2AF
(109,162,175)
#7DACB7
(125,172,183)
#8DB6BF
(141,182,191)
#9DC0C7
(157,192,199)
#ADCACF
(173,202,207)
#BDD4D7
(189,212,215)
#CDDEDF
(205,222,223)
#DDE8E7
(221,232,231)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8E9F; }

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

This text font color is #4D8E9F.

Background Color

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

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

This div background color is #4D8E9F.

Border color

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

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

This div border color is #4D8E9F.

Opacity

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

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

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

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

This text has shadow with #4D8E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8E9F.

Preview

Color preview on black background

This text has color #4D8E9F on black background.


Color preview on white background

This text has color #4D8E9F on white background.


Black color preview on #4D8E9F background

This text has black color on #4D8E9F background.


White color preview on #4D8E9F background

This text has white color on #4D8E9F background.


Related colors

Complementary color

Complementary color for #hex is #B27160.


I love getcolorcode.com

Triadic colors

1 #9F4D8E and #8E9F4D with #4D8E9F are triadic colors.

2 #9F8E4D and #8E4D9F with #4D8E9F are triadic colors.