COLOR #4D6C84

HEX: #4D6C84
RGB: (77,108,132)

Color info

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

RGB color model

#4D6C84 color RGB value is (77,108,132).

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

RGB channels and saturation

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

77
108
132

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

Portions of RGB colors in percentages

R + G + B =
77 + 108 + 132 = 317 (100%)
R 77 of 317 ~ 24.29%
G 108 of 317 ~ 34.07%
B 132 of 317 ~ 41.64%

%24.29
%34.07
%41.64

CMYK color model

#4D6C84 color CMYK value is (42,18,0,48).

  • cyan value is 41.67%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,18,0,48)
C42M18Y0K48 
(42%,18%,0%,48%)
(0.42/0.18/0.00/0.48)	

CMYK percentages

%41.67
%18.18
%0
%48.24

Codes

Color #4D6C84 in popluar color models

4D6C84
RGB77108132
HSL206°26.32%40.98%
HSB/HSV206°41.67%51.76%
CMYK41.67%18.18%0.00%
48.24%

Color #4D6C84 in popluar number systems.

HEX4D6C84
Decimal77108132
Binary1001101110110010000100
Octal115154204

Shades and tints

Shades of #4D6C84

#4D6C84
(77,108,132)
#466378
(70,99,120)
#3F5A6C
(63,90,108)
#385160
(56,81,96)
#314854
(49,72,84)
#2A3F48
(42,63,72)
#23363C
(35,54,60)
#1C2D30
(28,45,48)
#152424
(21,36,36)
#0E1B18
(14,27,24)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4D6C84

#4D6C84
(77,108,132)
#5D798F
(93,121,143)
#6D869A
(109,134,154)
#7D93A5
(125,147,165)
#8DA0B0
(141,160,176)
#9DADBB
(157,173,187)
#ADBAC6
(173,186,198)
#BDC7D1
(189,199,209)
#CDD4DC
(205,212,220)
#DDE1E7
(221,225,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6C84; }

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

This text font color is #4D6C84.


Background Color

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

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

This div background color is #4D6C84.


Border color

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

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

This div border color is #4D6C84.


Opacity

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

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

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

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

This text has shadow with #4D6C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C84 on black background.


Color preview on white background

This text has color #4D6C84 on white background.



Black color preview on #4D6C84 background

This text has black color on #4D6C84 background.


White color preview on #4D6C84 background

This text has white color on #4D6C84 background.