COLOR #4D6383

HEX: #4D6383
RGB: (77,99,131)

Color info

#4D6383 contains red, green and blue colors in about the same proportion. Web safe color of #4D6383 is #336699 (or #369).

RGB color model

#4D6383 color RGB value is (77,99,131).

  • red value is 77;
  • green value is 99;
  • blue value is 131.
RGB:
(77,99,131)
(30%,39%,51%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 131 of 255 = 51%

77
99
131

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 131 = 307 (100%)
R 77 of 307 ~ 25.08%
G 99 of 307 ~ 32.25%
B 131 of 307 ~ 42.67%

%25.08
%32.25
%42.67

CMYK color model

#4D6383 color CMYK value is (41,24,0,49).

  • cyan value is 41.22%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(41,24,0,49)
C41M24Y0K49 
(41%,24%,0%,49%)
(0.41/0.24/0.00/0.49)	

CMYK percentages

%41.22
%24.43
%0
%48.63

Codes

Color #4D6383 in popluar color models

4D6383
RGB7799131
HSL216°25.96%40.78%
HSB/HSV216°41.22%51.37%
CMYK41.22%24.43%0.00%
48.63%

Color #4D6383 in popluar number systems.

HEX4D6383
Decimal7799131
Binary1001101110001110000011
Octal115143203

Shades and tints

Shades of #4D6383

#4D6383
(77,99,131)
#465A78
(70,90,120)
#3F516D
(63,81,109)
#384862
(56,72,98)
#313F57
(49,63,87)
#2A364C
(42,54,76)
#232D41
(35,45,65)
#1C2436
(28,36,54)
#151B2B
(21,27,43)
#0E1220
(14,18,32)
#070915
(7,9,21)
#000000
(0,0,0)

Tints of #4D6383

#4D6383
(77,99,131)
#5D718E
(93,113,142)
#6D7F99
(109,127,153)
#7D8DA4
(125,141,164)
#8D9BAF
(141,155,175)
#9DA9BA
(157,169,186)
#ADB7C5
(173,183,197)
#BDC5D0
(189,197,208)
#CDD3DB
(205,211,219)
#DDE1E6
(221,225,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6383 color. Also use rgb(77,99,131) instead hex code.

Text Font Color

.myTextColor { color: #4D6383; }

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

This text font color is #4D6383.


Background Color

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

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

This div background color is #4D6383.


Border color

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

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

This div border color is #4D6383.


Opacity

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

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

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

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

This text has shadow with #4D6383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6383 on black background.


Color preview on white background

This text has color #4D6383 on white background.



Black color preview on #4D6383 background

This text has black color on #4D6383 background.


White color preview on #4D6383 background

This text has white color on #4D6383 background.