COLOR #4D7683

HEX: #4D7683
RGB: (77,118,131)

Color info

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

RGB color model

#4D7683 color RGB value is (77,118,131).

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

RGB channels and saturation

R 77 of 255 = 30%
G 118 of 255 = 46%
B 131 of 255 = 51%

77
118
131

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

Portions of RGB colors in percentages

R + G + B =
77 + 118 + 131 = 326 (100%)
R 77 of 326 ~ 23.62%
G 118 of 326 ~ 36.2%
B 131 of 326 ~ 40.18%

%23.62
%36.2
%40.18

CMYK color model

#4D7683 color CMYK value is (41,10,0,49).

  • cyan value is 41.22%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(41,10,0,49)
C41M10Y0K49 
(41%,10%,0%,49%)
(0.41/0.10/0.00/0.49)	

CMYK percentages

%41.22
%9.92
%0
%48.63

Codes

Color #4D7683 in popluar color models

4D7683
RGB77118131
HSL194°25.96%40.78%
HSB/HSV194°41.22%51.37%
CMYK41.22%9.92%0.00%
48.63%

Color #4D7683 in popluar number systems.

HEX4D7683
Decimal77118131
Binary1001101111011010000011
Octal115166203

Shades and tints

Shades of #4D7683

#4D7683
(77,118,131)
#466C78
(70,108,120)
#3F626D
(63,98,109)
#385862
(56,88,98)
#314E57
(49,78,87)
#2A444C
(42,68,76)
#233A41
(35,58,65)
#1C3036
(28,48,54)
#15262B
(21,38,43)
#0E1C20
(14,28,32)
#071215
(7,18,21)
#000000
(0,0,0)

Tints of #4D7683

#4D7683
(77,118,131)
#5D828E
(93,130,142)
#6D8E99
(109,142,153)
#7D9AA4
(125,154,164)
#8DA6AF
(141,166,175)
#9DB2BA
(157,178,186)
#ADBEC5
(173,190,197)
#BDCAD0
(189,202,208)
#CDD6DB
(205,214,219)
#DDE2E6
(221,226,230)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7683; }

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

This text font color is #4D7683.


Background Color

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

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

This div background color is #4D7683.


Border color

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

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

This div border color is #4D7683.


Opacity

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

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

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

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

This text has shadow with #4D7683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7683 on black background.


Color preview on white background

This text has color #4D7683 on white background.



Black color preview on #4D7683 background

This text has black color on #4D7683 background.


White color preview on #4D7683 background

This text has white color on #4D7683 background.