COLOR #4D88A6

HEX: #4D88A6 RGB: (77,136,166)

Color info

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

RGB color model

#4D88A6 color RGB value is (77,136,166).

RGB: (77,136,166) (30%, 53%, 65%)

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 166 of 255 = 65%

77
136
166

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

Portions of RGB colors in percentages

R + G + B = 77 + 136 + 166 = 379 (100%)
R 77 of 379 ~ 20.32%
G 136 of 379 ~ 35.88%
B 166 of 379 ~ 43.8'%

%20.32
%35.88
%43.8

CMYK color model

#4D88A6 color CMYK value is (54,18,0,35).

  • cyan value is 53.61%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (54,18,0,35)
C54M18Y0K35 (54%, 18%, 0%, 35%)
(0.54 / 0.18 / 0.00 / 0.35)

CMYK percentages

%53.61
%18.07
%0
%34.9

Codes

Color #4D88A6 in popluar color models

4D 88 A6
RGB 77 136 166
HSL 200° 36.63% 47.65%
HSB/HSV 200° 53.61% 65.10%
CMYK 53.61% 18.07% 0.00%
34.90%

Color #4D88A6 in popluar number systems.

HEX 4D 88 A6
Decimal 77 136 166
Binary 1001101 10001000 10100110
Octal 115 210 246

Shades and tints

Shades of #4D88A6

#4D88A6
(77,136,166)
#467C97
(70,124,151)
#3F7088
(63,112,136)
#386479
(56,100,121)
#31586A
(49,88,106)
#2A4C5B
(42,76,91)
#23404C
(35,64,76)
#1C343D
(28,52,61)
#15282E
(21,40,46)
#0E1C1F
(14,28,31)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #4D88A6

#4D88A6
(77,136,166)
#5D92AE
(93,146,174)
#6D9CB6
(109,156,182)
#7DA6BE
(125,166,190)
#8DB0C6
(141,176,198)
#9DBACE
(157,186,206)
#ADC4D6
(173,196,214)
#BDCEDE
(189,206,222)
#CDD8E6
(205,216,230)
#DDE2EE
(221,226,238)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D88A6 color. Also use rgb(77,136,166) instead hex code.

Text Font Color

.myTextColor { color: #4D88A6; }

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

This text font color is #4D88A6.

Background Color

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

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

This div background color is #4D88A6.

Border color

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

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

This div border color is #4D88A6.

Opacity

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

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

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

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

This text has shadow with #4D88A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D88A6.

Preview

Color preview on black background

This text has color #4D88A6 on black background.


Color preview on white background

This text has color #4D88A6 on white background.


Black color preview on #4D88A6 background

This text has black color on #4D88A6 background.


White color preview on #4D88A6 background

This text has white color on #4D88A6 background.


Related colors

Complementary color

Complementary color for #hex is #B27759.


I love getcolorcode.com

Triadic colors

1 #A64D88 and #88A64D with #4D88A6 are triadic colors.

2 #A6884D and #884DA6 with #4D88A6 are triadic colors.