COLOR #4D6C85

HEX: #4D6C85
RGB: (77,108,133)

Color info

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

RGB color model

#4D6C85 color RGB value is (77,108,133).

  • red value is 77;
  • green value is 108;
  • blue value is 133.
RGB:
(77,108,133)
(30%,42%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 108 of 255 = 42%
B 133 of 255 = 52%

77
108
133

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

Portions of RGB colors in percentages

R + G + B =
77 + 108 + 133 = 318 (100%)
R 77 of 318 ~ 24.21%
G 108 of 318 ~ 33.96%
B 133 of 318 ~ 41.82%

%24.21
%33.96
%41.82

CMYK color model

#4D6C85 color CMYK value is (42,19,0,48).

  • cyan value is 42.11%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(42,19,0,48)
C42M19Y0K48 
(42%,19%,0%,48%)
(0.42/0.19/0.00/0.48)	

CMYK percentages

%42.11
%18.8
%0
%47.84

Codes

Color #4D6C85 in popluar color models

4D6C85
RGB77108133
HSL207°26.67%41.18%
HSB/HSV207°42.11%52.16%
CMYK42.11%18.80%0.00%
47.84%

Color #4D6C85 in popluar number systems.

HEX4D6C85
Decimal77108133
Binary1001101110110010000101
Octal115154205

Shades and tints

Shades of #4D6C85

#4D6C85
(77,108,133)
#466379
(70,99,121)
#3F5A6D
(63,90,109)
#385161
(56,81,97)
#314855
(49,72,85)
#2A3F49
(42,63,73)
#23363D
(35,54,61)
#1C2D31
(28,45,49)
#152425
(21,36,37)
#0E1B19
(14,27,25)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #4D6C85

#4D6C85
(77,108,133)
#5D7990
(93,121,144)
#6D869B
(109,134,155)
#7D93A6
(125,147,166)
#8DA0B1
(141,160,177)
#9DADBC
(157,173,188)
#ADBAC7
(173,186,199)
#BDC7D2
(189,199,210)
#CDD4DD
(205,212,221)
#DDE1E8
(221,225,232)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6C85 color. Also use rgb(77,108,133) instead hex code.

Text Font Color

.myTextColor { color: #4D6C85; }

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

This text font color is #4D6C85.


Background Color

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

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

This div background color is #4D6C85.


Border color

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

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

This div border color is #4D6C85.


Opacity

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

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

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

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

This text has shadow with #4D6C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C85 on black background.


Color preview on white background

This text has color #4D6C85 on white background.



Black color preview on #4D6C85 background

This text has black color on #4D6C85 background.


White color preview on #4D6C85 background

This text has white color on #4D6C85 background.