COLOR #4D6473

HEX: #4D6473
RGB: (77,100,115)

Color info

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

RGB color model

#4D6473 color RGB value is (77,100,115).

  • red value is 77;
  • green value is 100;
  • blue value is 115.
RGB:
(77,100,115)
(30%,39%,45%)

RGB channels and saturation

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

77
100
115

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

Portions of RGB colors in percentages

R + G + B =
77 + 100 + 115 = 292 (100%)
R 77 of 292 ~ 26.37%
G 100 of 292 ~ 34.25%
B 115 of 292 ~ 39.38%

%26.37
%34.25
%39.38

CMYK color model

#4D6473 color CMYK value is (33,13,0,55).

  • cyan value is 33.04%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(33,13,0,55)
C33M13Y0K55 
(33%,13%,0%,55%)
(0.33/0.13/0.00/0.55)	

CMYK percentages

%33.04
%13.04
%0
%54.9

Codes

Color #4D6473 in popluar color models

4D6473
RGB77100115
HSL204°19.79%37.65%
HSB/HSV204°33.04%45.10%
CMYK33.04%13.04%0.00%
54.90%

Color #4D6473 in popluar number systems.

HEX4D6473
Decimal77100115
Binary100110111001001110011
Octal115144163

Shades and tints

Shades of #4D6473

#4D6473
(77,100,115)
#465B69
(70,91,105)
#3F525F
(63,82,95)
#384955
(56,73,85)
#31404B
(49,64,75)
#2A3741
(42,55,65)
#232E37
(35,46,55)
#1C252D
(28,37,45)
#151C23
(21,28,35)
#0E1319
(14,19,25)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D6473

#4D6473
(77,100,115)
#5D727F
(93,114,127)
#6D808B
(109,128,139)
#7D8E97
(125,142,151)
#8D9CA3
(141,156,163)
#9DAAAF
(157,170,175)
#ADB8BB
(173,184,187)
#BDC6C7
(189,198,199)
#CDD4D3
(205,212,211)
#DDE2DF
(221,226,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6473; }

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

This text font color is #4D6473.


Background Color

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

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

This div background color is #4D6473.


Border color

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

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

This div border color is #4D6473.


Opacity

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

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

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

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

This text has shadow with #4D6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6473 on black background.


Color preview on white background

This text has color #4D6473 on white background.



Black color preview on #4D6473 background

This text has black color on #4D6473 background.


White color preview on #4D6473 background

This text has white color on #4D6473 background.