COLOR #4D88BA

HEX: #4D88BA
RGB: (77,136,186)

Color info

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

RGB color model

#4D88BA color RGB value is (77,136,186).

  • red value is 77;
  • green value is 136;
  • blue value is 186.
RGB:
(77,136,186)
(30%,53%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 186 of 255 = 73%

77
136
186

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

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 186 = 399 (100%)
R 77 of 399 ~ 19.3%
G 136 of 399 ~ 34.09%
B 186 of 399 ~ 46.62%

%19.3
%34.09
%46.62

CMYK color model

#4D88BA color CMYK value is (59,27,0,27).

  • cyan value is 58.60%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(59,27,0,27)
C59M27Y0K27 
(59%,27%,0%,27%)
(0.59/0.27/0.00/0.27)	

CMYK percentages

%58.6
%26.88
%0
%27.06

Codes

Color #4D88BA in popluar color models

4D88BA
RGB77136186
HSL208°44.13%51.57%
HSB/HSV208°58.60%72.94%
CMYK58.60%26.88%0.00%
27.06%

Color #4D88BA in popluar number systems.

HEX4D88BA
Decimal77136186
Binary10011011000100010111010
Octal115210272

Shades and tints

Shades of #4D88BA

#4D88BA
(77,136,186)
#467CAA
(70,124,170)
#3F709A
(63,112,154)
#38648A
(56,100,138)
#31587A
(49,88,122)
#2A4C6A
(42,76,106)
#23405A
(35,64,90)
#1C344A
(28,52,74)
#15283A
(21,40,58)
#0E1C2A
(14,28,42)
#07101A
(7,16,26)
#000000
(0,0,0)

Tints of #4D88BA

#4D88BA
(77,136,186)
#5D92C0
(93,146,192)
#6D9CC6
(109,156,198)
#7DA6CC
(125,166,204)
#8DB0D2
(141,176,210)
#9DBAD8
(157,186,216)
#ADC4DE
(173,196,222)
#BDCEE4
(189,206,228)
#CDD8EA
(205,216,234)
#DDE2F0
(221,226,240)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D88BA color. Also use rgb(77,136,186) instead hex code.

Text Font Color

.myTextColor { color: #4D88BA; }

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

This text font color is #4D88BA.


Background Color

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

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

This div background color is #4D88BA.


Border color

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

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

This div border color is #4D88BA.


Opacity

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

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

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

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

This text has shadow with #4D88BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D88BA on black background.


Color preview on white background

This text has color #4D88BA on white background.



Black color preview on #4D88BA background

This text has black color on #4D88BA background.


White color preview on #4D88BA background

This text has white color on #4D88BA background.