COLOR #4D7A85

HEX: #4D7A85
RGB: (77,122,133)

Color info

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

RGB color model

#4D7A85 color RGB value is (77,122,133).

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

RGB channels and saturation

R 77 of 255 = 30%
G 122 of 255 = 48%
B 133 of 255 = 52%

77
122
133

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

Portions of RGB colors in percentages

R + G + B =
77 + 122 + 133 = 332 (100%)
R 77 of 332 ~ 23.19%
G 122 of 332 ~ 36.75%
B 133 of 332 ~ 40.06%

%23.19
%36.75
%40.06

CMYK color model

#4D7A85 color CMYK value is (42,8,0,48).

  • cyan value is 42.11%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(42,8,0,48)
C42M8Y0K48 
(42%,8%,0%,48%)
(0.42/0.08/0.00/0.48)	

CMYK percentages

%42.11
%8.27
%0
%47.84

Codes

Color #4D7A85 in popluar color models

4D7A85
RGB77122133
HSL192°26.67%41.18%
HSB/HSV192°42.11%52.16%
CMYK42.11%8.27%0.00%
47.84%

Color #4D7A85 in popluar number systems.

HEX4D7A85
Decimal77122133
Binary1001101111101010000101
Octal115172205

Shades and tints

Shades of #4D7A85

#4D7A85
(77,122,133)
#466F79
(70,111,121)
#3F646D
(63,100,109)
#385961
(56,89,97)
#314E55
(49,78,85)
#2A4349
(42,67,73)
#23383D
(35,56,61)
#1C2D31
(28,45,49)
#152225
(21,34,37)
#0E1719
(14,23,25)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D7A85

#4D7A85
(77,122,133)
#5D8690
(93,134,144)
#6D929B
(109,146,155)
#7D9EA6
(125,158,166)
#8DAAB1
(141,170,177)
#9DB6BC
(157,182,188)
#ADC2C7
(173,194,199)
#BDCED2
(189,206,210)
#CDDADD
(205,218,221)
#DDE6E8
(221,230,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7A85; }

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

This text font color is #4D7A85.


Background Color

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

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

This div background color is #4D7A85.


Border color

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

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

This div border color is #4D7A85.


Opacity

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

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

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

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

This text has shadow with #4D7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7A85 on black background.


Color preview on white background

This text has color #4D7A85 on white background.



Black color preview on #4D7A85 background

This text has black color on #4D7A85 background.


White color preview on #4D7A85 background

This text has white color on #4D7A85 background.