COLOR #4D88D7

HEX: #4D88D7 RGB: (77,136,215)

Color info

#4D88D7 contains mainly blue color. Web safe color of #4D88D7 is #3399CC (or #39C).

RGB color model

#4D88D7 color RGB value is (77,136,215).

RGB: (77,136,215) (30%, 53%, 84%)

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 215 of 255 = 84%

77
136
215

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

Portions of RGB colors in percentages

R + G + B = 77 + 136 + 215 = 428 (100%)
R 77 of 428 ~ 17.99%
G 136 of 428 ~ 31.78%
B 215 of 428 ~ 50.23'%

%17.99
%31.78
%50.23

CMYK color model

#4D88D7 color CMYK value is (64,37,0,16).

  • cyan value is 64.19%
  • magenta value is 36.74%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (64,37,0,16)
C64M37Y0K16 (64%, 37%, 0%, 16%)
(0.64 / 0.37 / 0.00 / 0.16)

CMYK percentages

%64.19
%36.74
%0
%15.69

Codes

Color #4D88D7 in popluar color models

4D 88 D7
RGB 77 136 215
HSL 214° 63.30% 57.25%
HSB/HSV 214° 64.19% 84.31%
CMYK 64.19% 36.74% 0.00%
15.69%

Color #4D88D7 in popluar number systems.

HEX 4D 88 D7
Decimal 77 136 215
Binary 1001101 10001000 11010111
Octal 115 210 327

Shades and tints

Shades of #4D88D7

#4D88D7
(77,136,215)
#467CC4
(70,124,196)
#3F70B1
(63,112,177)
#38649E
(56,100,158)
#31588B
(49,88,139)
#2A4C78
(42,76,120)
#234065
(35,64,101)
#1C3452
(28,52,82)
#15283F
(21,40,63)
#0E1C2C
(14,28,44)
#071019
(7,16,25)
#000000
(0,0,0)

Tints of #4D88D7

#4D88D7
(77,136,215)
#5D92DA
(93,146,218)
#6D9CDD
(109,156,221)
#7DA6E0
(125,166,224)
#8DB0E3
(141,176,227)
#9DBAE6
(157,186,230)
#ADC4E9
(173,196,233)
#BDCEEC
(189,206,236)
#CDD8EF
(205,216,239)
#DDE2F2
(221,226,242)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D88D7; }

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

This text font color is #4D88D7.

Background Color

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

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

This div background color is #4D88D7.

Border color

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

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

This div border color is #4D88D7.

Opacity

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

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

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

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

This text has shadow with #4D88D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D88D7.

Preview

Color preview on black background

This text has color #4D88D7 on black background.


Color preview on white background

This text has color #4D88D7 on white background.


Black color preview on #4D88D7 background

This text has black color on #4D88D7 background.


White color preview on #4D88D7 background

This text has white color on #4D88D7 background.


Related colors

Complementary color

Complementary color for #hex is #B27728.


I love getcolorcode.com

Triadic colors

1 #D74D88 and #88D74D with #4D88D7 are triadic colors.

2 #D7884D and #884DD7 with #4D88D7 are triadic colors.