COLOR #4D647A

HEX: #4D647A RGB: (77,100,122)

Color info

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

RGB color model

#4D647A color RGB value is (77,100,122).

RGB: (77,100,122) (30%, 39%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 122 of 255 = 48%

77
100
122

R + G + B ~ 39%. #4D647A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 122 = 299 (100%)
R 77 of 299 ~ 25.75%
G 100 of 299 ~ 33.44%
B 122 of 299 ~ 40.8'%

%25.75
%33.44
%40.8

CMYK color model

#4D647A color CMYK value is (37,18,0,52).

  • cyan value is 36.89%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (37,18,0,52)
C37M18Y0K52 (37%, 18%, 0%, 52%)
(0.37 / 0.18 / 0.00 / 0.52)

CMYK percentages

%36.89
%18.03
%0
%52.16

Codes

Color #4D647A in popluar color models

4D 64 7A
RGB 77 100 122
HSL 209° 22.61% 39.02%
HSB/HSV 209° 36.89% 47.84%
CMYK 36.89% 18.03% 0.00%
52.16%

Color #4D647A in popluar number systems.

HEX 4D 64 7A
Decimal 77 100 122
Binary 1001101 1100100 1111010
Octal 115 144 172

Shades and tints

Shades of #4D647A

#4D647A
(77,100,122)
#465B6F
(70,91,111)
#3F5264
(63,82,100)
#384959
(56,73,89)
#31404E
(49,64,78)
#2A3743
(42,55,67)
#232E38
(35,46,56)
#1C252D
(28,37,45)
#151C22
(21,28,34)
#0E1317
(14,19,23)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D647A

#4D647A
(77,100,122)
#5D7286
(93,114,134)
#6D8092
(109,128,146)
#7D8E9E
(125,142,158)
#8D9CAA
(141,156,170)
#9DAAB6
(157,170,182)
#ADB8C2
(173,184,194)
#BDC6CE
(189,198,206)
#CDD4DA
(205,212,218)
#DDE2E6
(221,226,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D647A; }

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

This text font color is #4D647A.

Background Color

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

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

This div background color is #4D647A.

Border color

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

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

This div border color is #4D647A.

Opacity

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

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

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

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

This text has shadow with #4D647A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D647A.

Preview

Color preview on black background

This text has color #4D647A on black background.


Color preview on white background

This text has color #4D647A on white background.


Black color preview on #4D647A background

This text has black color on #4D647A background.


White color preview on #4D647A background

This text has white color on #4D647A background.


Related colors

Complementary color

Complementary color for #hex is #B29B85.


I love getcolorcode.com

Triadic colors

1 #7A4D64 and #647A4D with #4D647A are triadic colors.

2 #7A644D and #644D7A with #4D647A are triadic colors.