COLOR #4D919B

HEX: #4D919B
RGB: (77,145,155)

Color info

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

RGB color model

#4D919B color RGB value is (77,145,155).

  • red value is 77;
  • green value is 145;
  • blue value is 155.
RGB:
(77,145,155)
(30%,57%,61%)

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 155 of 255 = 61%

77
145
155

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 155 = 377 (100%)
R 77 of 377 ~ 20.42%
G 145 of 377 ~ 38.46%
B 155 of 377 ~ 41.11%

%20.42
%38.46
%41.11

CMYK color model

#4D919B color CMYK value is (50,6,0,39).

  • cyan value is 50.32%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(50,6,0,39)
C50M6Y0K39 
(50%,6%,0%,39%)
(0.50/0.06/0.00/0.39)	

CMYK percentages

%50.32
%6.45
%0
%39.22

Codes

Color #4D919B in popluar color models

4D919B
RGB77145155
HSL188°33.62%45.49%
HSB/HSV188°50.32%60.78%
CMYK50.32%6.45%0.00%
39.22%

Color #4D919B in popluar number systems.

HEX4D919B
Decimal77145155
Binary10011011001000110011011
Octal115221233

Shades and tints

Shades of #4D919B

#4D919B
(77,145,155)
#46848D
(70,132,141)
#3F777F
(63,119,127)
#386A71
(56,106,113)
#315D63
(49,93,99)
#2A5055
(42,80,85)
#234347
(35,67,71)
#1C3639
(28,54,57)
#15292B
(21,41,43)
#0E1C1D
(14,28,29)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D919B

#4D919B
(77,145,155)
#5D9BA4
(93,155,164)
#6DA5AD
(109,165,173)
#7DAFB6
(125,175,182)
#8DB9BF
(141,185,191)
#9DC3C8
(157,195,200)
#ADCDD1
(173,205,209)
#BDD7DA
(189,215,218)
#CDE1E3
(205,225,227)
#DDEBEC
(221,235,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D919B color. Also use rgb(77,145,155) instead hex code.

Text Font Color

.myTextColor { color: #4D919B; }

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

This text font color is #4D919B.


Background Color

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

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

This div background color is #4D919B.


Border color

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

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

This div border color is #4D919B.


Opacity

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

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

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

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

This text has shadow with #4D919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D919B on black background.


Color preview on white background

This text has color #4D919B on white background.



Black color preview on #4D919B background

This text has black color on #4D919B background.


White color preview on #4D919B background

This text has white color on #4D919B background.