COLOR #4D90B6

HEX: #4D90B6
RGB: (77,144,182)

Color info

#4D90B6 contains mainly green and blue colors. Web safe color of #4D90B6 is #3399CC (or #39C).

RGB color model

#4D90B6 color RGB value is (77,144,182).

  • red value is 77;
  • green value is 144;
  • blue value is 182.
RGB:
(77,144,182)
(30%,56%,71%)

RGB channels and saturation

R 77 of 255 = 30%
G 144 of 255 = 56%
B 182 of 255 = 71%

77
144
182

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

Portions of RGB colors in percentages

R + G + B =
77 + 144 + 182 = 403 (100%)
R 77 of 403 ~ 19.11%
G 144 of 403 ~ 35.73%
B 182 of 403 ~ 45.16%

%19.11
%35.73
%45.16

CMYK color model

#4D90B6 color CMYK value is (58,21,0,29).

  • cyan value is 57.69%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(58,21,0,29)
C58M21Y0K29 
(58%,21%,0%,29%)
(0.58/0.21/0.00/0.29)	

CMYK percentages

%57.69
%20.88
%0
%28.63

Codes

Color #4D90B6 in popluar color models

4D90B6
RGB77144182
HSL202°41.83%50.78%
HSB/HSV202°57.69%71.37%
CMYK57.69%20.88%0.00%
28.63%

Color #4D90B6 in popluar number systems.

HEX4D90B6
Decimal77144182
Binary10011011001000010110110
Octal115220266

Shades and tints

Shades of #4D90B6

#4D90B6
(77,144,182)
#4683A6
(70,131,166)
#3F7696
(63,118,150)
#386986
(56,105,134)
#315C76
(49,92,118)
#2A4F66
(42,79,102)
#234256
(35,66,86)
#1C3546
(28,53,70)
#152836
(21,40,54)
#0E1B26
(14,27,38)
#070E16
(7,14,22)
#000000
(0,0,0)

Tints of #4D90B6

#4D90B6
(77,144,182)
#5D9ABC
(93,154,188)
#6DA4C2
(109,164,194)
#7DAEC8
(125,174,200)
#8DB8CE
(141,184,206)
#9DC2D4
(157,194,212)
#ADCCDA
(173,204,218)
#BDD6E0
(189,214,224)
#CDE0E6
(205,224,230)
#DDEAEC
(221,234,236)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D90B6 color. Also use rgb(77,144,182) instead hex code.

Text Font Color

.myTextColor { color: #4D90B6; }

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

This text font color is #4D90B6.


Background Color

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

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

This div background color is #4D90B6.


Border color

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

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

This div border color is #4D90B6.


Opacity

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

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

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

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

This text has shadow with #4D90B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D90B6 on black background.


Color preview on white background

This text has color #4D90B6 on white background.



Black color preview on #4D90B6 background

This text has black color on #4D90B6 background.


White color preview on #4D90B6 background

This text has white color on #4D90B6 background.