COLOR #4D6474

HEX: #4D6474 RGB: (77,100,116)

Color info

#4D6474 contains red, green and blue colors in about the same proportion. Web safe color of #4D6474 is #336666 (or #366).

RGB color model

#4D6474 color RGB value is (77,100,116).

RGB: (77,100,116) (30%, 39%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 116 of 255 = 45%

77
100
116

R + G + B ~ 38%. #4D6474 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 116 = 293 (100%)
R 77 of 293 ~ 26.28%
G 100 of 293 ~ 34.13%
B 116 of 293 ~ 39.59'%

%26.28
%34.13
%39.59

CMYK color model

#4D6474 color CMYK value is (34,14,0,55).

  • cyan value is 33.62%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (34,14,0,55)
C34M14Y0K55 (34%, 14%, 0%, 55%)
(0.34 / 0.14 / 0.00 / 0.55)

CMYK percentages

%33.62
%13.79
%0
%54.51

Codes

Color #4D6474 in popluar color models

4D 64 74
RGB 77 100 116
HSL 205° 20.21% 37.84%
HSB/HSV 205° 33.62% 45.49%
CMYK 33.62% 13.79% 0.00%
54.51%

Color #4D6474 in popluar number systems.

HEX 4D 64 74
Decimal 77 100 116
Binary 1001101 1100100 1110100
Octal 115 144 164

Shades and tints

Shades of #4D6474

#4D6474
(77,100,116)
#465B6A
(70,91,106)
#3F5260
(63,82,96)
#384956
(56,73,86)
#31404C
(49,64,76)
#2A3742
(42,55,66)
#232E38
(35,46,56)
#1C252E
(28,37,46)
#151C24
(21,28,36)
#0E131A
(14,19,26)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D6474

#4D6474
(77,100,116)
#5D7280
(93,114,128)
#6D808C
(109,128,140)
#7D8E98
(125,142,152)
#8D9CA4
(141,156,164)
#9DAAB0
(157,170,176)
#ADB8BC
(173,184,188)
#BDC6C8
(189,198,200)
#CDD4D4
(205,212,212)
#DDE2E0
(221,226,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6474 color. Also use rgb(77,100,116) instead hex code.

Text Font Color

.myTextColor { color: #4D6474; }

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

This text font color is #4D6474.

Background Color

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

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

This div background color is #4D6474.

Border color

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

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

This div border color is #4D6474.

Opacity

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

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

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

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

This text has shadow with #4D6474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6474.

Preview

Color preview on black background

This text has color #4D6474 on black background.


Color preview on white background

This text has color #4D6474 on white background.


Black color preview on #4D6474 background

This text has black color on #4D6474 background.


White color preview on #4D6474 background

This text has white color on #4D6474 background.


Related colors

Complementary color

Complementary color for #hex is #B29B8B.


I love getcolorcode.com

Triadic colors

1 #744D64 and #64744D with #4D6474 are triadic colors.

2 #74644D and #644D74 with #4D6474 are triadic colors.