COLOR #4D91A5

HEX: #4D91A5
RGB: (77,145,165)

Color info

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

RGB color model

#4D91A5 color RGB value is (77,145,165).

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

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 165 of 255 = 65%

77
145
165

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 165 = 387 (100%)
R 77 of 387 ~ 19.9%
G 145 of 387 ~ 37.47%
B 165 of 387 ~ 42.64%

%19.9
%37.47
%42.64

CMYK color model

#4D91A5 color CMYK value is (53,12,0,35).

  • cyan value is 53.33%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(53,12,0,35)
C53M12Y0K35 
(53%,12%,0%,35%)
(0.53/0.12/0.00/0.35)	

CMYK percentages

%53.33
%12.12
%0
%35.29

Codes

Color #4D91A5 in popluar color models

4D91A5
RGB77145165
HSL194°36.36%47.45%
HSB/HSV194°53.33%64.71%
CMYK53.33%12.12%0.00%
35.29%

Color #4D91A5 in popluar number systems.

HEX4D91A5
Decimal77145165
Binary10011011001000110100101
Octal115221245

Shades and tints

Shades of #4D91A5

#4D91A5
(77,145,165)
#468496
(70,132,150)
#3F7787
(63,119,135)
#386A78
(56,106,120)
#315D69
(49,93,105)
#2A505A
(42,80,90)
#23434B
(35,67,75)
#1C363C
(28,54,60)
#15292D
(21,41,45)
#0E1C1E
(14,28,30)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D91A5

#4D91A5
(77,145,165)
#5D9BAD
(93,155,173)
#6DA5B5
(109,165,181)
#7DAFBD
(125,175,189)
#8DB9C5
(141,185,197)
#9DC3CD
(157,195,205)
#ADCDD5
(173,205,213)
#BDD7DD
(189,215,221)
#CDE1E5
(205,225,229)
#DDEBED
(221,235,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D91A5; }

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

This text font color is #4D91A5.


Background Color

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

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

This div background color is #4D91A5.


Border color

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

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

This div border color is #4D91A5.


Opacity

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

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

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

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

This text has shadow with #4D91A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D91A5 on black background.


Color preview on white background

This text has color #4D91A5 on white background.



Black color preview on #4D91A5 background

This text has black color on #4D91A5 background.


White color preview on #4D91A5 background

This text has white color on #4D91A5 background.