COLOR #4D8690

HEX: #4D8690 RGB: (77,134,144)

Color info

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

RGB color model

#4D8690 color RGB value is (77,134,144).

RGB: (77,134,144) (30%, 53%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 144 of 255 = 56%

77
134
144

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

Portions of RGB colors in percentages

R + G + B = 77 + 134 + 144 = 355 (100%)
R 77 of 355 ~ 21.69%
G 134 of 355 ~ 37.75%
B 144 of 355 ~ 40.56'%

%21.69
%37.75
%40.56

CMYK color model

#4D8690 color CMYK value is (47,7,0,44).

  • cyan value is 46.53%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (47,7,0,44)
C47M7Y0K44 (47%, 7%, 0%, 44%)
(0.47 / 0.07 / 0.00 / 0.44)

CMYK percentages

%46.53
%6.94
%0
%43.53

Codes

Color #4D8690 in popluar color models

4D 86 90
RGB 77 134 144
HSL 189° 30.32% 43.33%
HSB/HSV 189° 46.53% 56.47%
CMYK 46.53% 6.94% 0.00%
43.53%

Color #4D8690 in popluar number systems.

HEX 4D 86 90
Decimal 77 134 144
Binary 1001101 10000110 10010000
Octal 115 206 220

Shades and tints

Shades of #4D8690

#4D8690
(77,134,144)
#467A83
(70,122,131)
#3F6E76
(63,110,118)
#386269
(56,98,105)
#31565C
(49,86,92)
#2A4A4F
(42,74,79)
#233E42
(35,62,66)
#1C3235
(28,50,53)
#152628
(21,38,40)
#0E1A1B
(14,26,27)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D8690

#4D8690
(77,134,144)
#5D919A
(93,145,154)
#6D9CA4
(109,156,164)
#7DA7AE
(125,167,174)
#8DB2B8
(141,178,184)
#9DBDC2
(157,189,194)
#ADC8CC
(173,200,204)
#BDD3D6
(189,211,214)
#CDDEE0
(205,222,224)
#DDE9EA
(221,233,234)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8690 color. Also use rgb(77,134,144) instead hex code.

Text Font Color

.myTextColor { color: #4D8690; }

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

This text font color is #4D8690.

Background Color

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

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

This div background color is #4D8690.

Border color

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

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

This div border color is #4D8690.

Opacity

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

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

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

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

This text has shadow with #4D8690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8690.

Preview

Color preview on black background

This text has color #4D8690 on black background.


Color preview on white background

This text has color #4D8690 on white background.


Black color preview on #4D8690 background

This text has black color on #4D8690 background.


White color preview on #4D8690 background

This text has white color on #4D8690 background.


Related colors

Complementary color

Complementary color for #hex is #B2796F.


I love getcolorcode.com

Triadic colors

1 #904D86 and #86904D with #4D8690 are triadic colors.

2 #90864D and #864D90 with #4D8690 are triadic colors.