COLOR #4D8AA8

HEX: #4D8AA8 RGB: (77,138,168)

Color info

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

RGB color model

#4D8AA8 color RGB value is (77,138,168).

RGB: (77,138,168) (30%, 54%, 66%)

RGB channels and saturation

R 77 of 255 = 30%
G 138 of 255 = 54%
B 168 of 255 = 66%

77
138
168

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

Portions of RGB colors in percentages

R + G + B = 77 + 138 + 168 = 383 (100%)
R 77 of 383 ~ 20.1%
G 138 of 383 ~ 36.03%
B 168 of 383 ~ 43.86'%

%20.1
%36.03
%43.86

CMYK color model

#4D8AA8 color CMYK value is (54,18,0,34).

  • cyan value is 54.17%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (54,18,0,34)
C54M18Y0K34 (54%, 18%, 0%, 34%)
(0.54 / 0.18 / 0.00 / 0.34)

CMYK percentages

%54.17
%17.86
%0
%34.12

Codes

Color #4D8AA8 in popluar color models

4D 8A A8
RGB 77 138 168
HSL 200° 37.14% 48.04%
HSB/HSV 200° 54.17% 65.88%
CMYK 54.17% 17.86% 0.00%
34.12%

Color #4D8AA8 in popluar number systems.

HEX 4D 8A A8
Decimal 77 138 168
Binary 1001101 10001010 10101000
Octal 115 212 250

Shades and tints

Shades of #4D8AA8

#4D8AA8
(77,138,168)
#467E99
(70,126,153)
#3F728A
(63,114,138)
#38667B
(56,102,123)
#315A6C
(49,90,108)
#2A4E5D
(42,78,93)
#23424E
(35,66,78)
#1C363F
(28,54,63)
#152A30
(21,42,48)
#0E1E21
(14,30,33)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #4D8AA8

#4D8AA8
(77,138,168)
#5D94AF
(93,148,175)
#6D9EB6
(109,158,182)
#7DA8BD
(125,168,189)
#8DB2C4
(141,178,196)
#9DBCCB
(157,188,203)
#ADC6D2
(173,198,210)
#BDD0D9
(189,208,217)
#CDDAE0
(205,218,224)
#DDE4E7
(221,228,231)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8AA8 color. Also use rgb(77,138,168) instead hex code.

Text Font Color

.myTextColor { color: #4D8AA8; }

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

This text font color is #4D8AA8.

Background Color

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

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

This div background color is #4D8AA8.

Border color

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

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

This div border color is #4D8AA8.

Opacity

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

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

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

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

This text has shadow with #4D8AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8AA8.

Preview

Color preview on black background

This text has color #4D8AA8 on black background.


Color preview on white background

This text has color #4D8AA8 on white background.


Black color preview on #4D8AA8 background

This text has black color on #4D8AA8 background.


White color preview on #4D8AA8 background

This text has white color on #4D8AA8 background.


Related colors

Complementary color

Complementary color for #hex is #B27557.


I love getcolorcode.com

Triadic colors

1 #A84D8A and #8AA84D with #4D8AA8 are triadic colors.

2 #A88A4D and #8A4DA8 with #4D8AA8 are triadic colors.