COLOR #4D8198

HEX: #4D8198 RGB: (77,129,152)

Color info

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

RGB color model

#4D8198 color RGB value is (77,129,152).

RGB: (77,129,152) (30%, 51%, 60%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 152 of 255 = 60%

77
129
152

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

Portions of RGB colors in percentages

R + G + B = 77 + 129 + 152 = 358 (100%)
R 77 of 358 ~ 21.51%
G 129 of 358 ~ 36.03%
B 152 of 358 ~ 42.46'%

%21.51
%36.03
%42.46

CMYK color model

#4D8198 color CMYK value is (49,15,0,40).

  • cyan value is 49.34%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (49,15,0,40)
C49M15Y0K40 (49%, 15%, 0%, 40%)
(0.49 / 0.15 / 0.00 / 0.40)

CMYK percentages

%49.34
%15.13
%0
%40.39

Codes

Color #4D8198 in popluar color models

4D 81 98
RGB 77 129 152
HSL 198° 32.75% 44.90%
HSB/HSV 198° 49.34% 59.61%
CMYK 49.34% 15.13% 0.00%
40.39%

Color #4D8198 in popluar number systems.

HEX 4D 81 98
Decimal 77 129 152
Binary 1001101 10000001 10011000
Octal 115 201 230

Shades and tints

Shades of #4D8198

#4D8198
(77,129,152)
#46768B
(70,118,139)
#3F6B7E
(63,107,126)
#386071
(56,96,113)
#315564
(49,85,100)
#2A4A57
(42,74,87)
#233F4A
(35,63,74)
#1C343D
(28,52,61)
#152930
(21,41,48)
#0E1E23
(14,30,35)
#071316
(7,19,22)
#000000
(0,0,0)

Tints of #4D8198

#4D8198
(77,129,152)
#5D8CA1
(93,140,161)
#6D97AA
(109,151,170)
#7DA2B3
(125,162,179)
#8DADBC
(141,173,188)
#9DB8C5
(157,184,197)
#ADC3CE
(173,195,206)
#BDCED7
(189,206,215)
#CDD9E0
(205,217,224)
#DDE4E9
(221,228,233)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8198 color. Also use rgb(77,129,152) instead hex code.

Text Font Color

.myTextColor { color: #4D8198; }

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

This text font color is #4D8198.

Background Color

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

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

This div background color is #4D8198.

Border color

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

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

This div border color is #4D8198.

Opacity

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

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

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

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

This text has shadow with #4D8198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8198.

Preview

Color preview on black background

This text has color #4D8198 on black background.


Color preview on white background

This text has color #4D8198 on white background.


Black color preview on #4D8198 background

This text has black color on #4D8198 background.


White color preview on #4D8198 background

This text has white color on #4D8198 background.


Related colors

Complementary color

Complementary color for #hex is #B27E67.


I love getcolorcode.com

Triadic colors

1 #984D81 and #81984D with #4D8198 are triadic colors.

2 #98814D and #814D98 with #4D8198 are triadic colors.