COLOR #4D859C

HEX: #4D859C
RGB: (77,133,156)

Color info

#4D859C contains mainly green and blue colors. Web safe color of #4D859C is #339999 (or #399).

RGB color model

#4D859C color RGB value is (77,133,156).

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

RGB channels and saturation

R 77 of 255 = 30%
G 133 of 255 = 52%
B 156 of 255 = 61%

77
133
156

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

Portions of RGB colors in percentages

R + G + B =
77 + 133 + 156 = 366 (100%)
R 77 of 366 ~ 21.04%
G 133 of 366 ~ 36.34%
B 156 of 366 ~ 42.62%

%21.04
%36.34
%42.62

CMYK color model

#4D859C color CMYK value is (51,15,0,39).

  • cyan value is 50.64%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(51,15,0,39)
C51M15Y0K39 
(51%,15%,0%,39%)
(0.51/0.15/0.00/0.39)	

CMYK percentages

%50.64
%14.74
%0
%38.82

Codes

Color #4D859C in popluar color models

4D859C
RGB77133156
HSL197°33.91%45.69%
HSB/HSV197°50.64%61.18%
CMYK50.64%14.74%0.00%
38.82%

Color #4D859C in popluar number systems.

HEX4D859C
Decimal77133156
Binary10011011000010110011100
Octal115205234

Shades and tints

Shades of #4D859C

#4D859C
(77,133,156)
#46798E
(70,121,142)
#3F6D80
(63,109,128)
#386172
(56,97,114)
#315564
(49,85,100)
#2A4956
(42,73,86)
#233D48
(35,61,72)
#1C313A
(28,49,58)
#15252C
(21,37,44)
#0E191E
(14,25,30)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D859C

#4D859C
(77,133,156)
#5D90A5
(93,144,165)
#6D9BAE
(109,155,174)
#7DA6B7
(125,166,183)
#8DB1C0
(141,177,192)
#9DBCC9
(157,188,201)
#ADC7D2
(173,199,210)
#BDD2DB
(189,210,219)
#CDDDE4
(205,221,228)
#DDE8ED
(221,232,237)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D859C; }

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

This text font color is #4D859C.


Background Color

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

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

This div background color is #4D859C.


Border color

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

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

This div border color is #4D859C.


Opacity

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

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

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

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

This text has shadow with #4D859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D859C on black background.


Color preview on white background

This text has color #4D859C on white background.



Black color preview on #4D859C background

This text has black color on #4D859C background.


White color preview on #4D859C background

This text has white color on #4D859C background.