COLOR #4D8BFD

HEX: #4D8BFD RGB: (77,139,253)

Color info

#4D8BFD contains mainly blue color. Web safe color of #4D8BFD is #3399FF (or #39F).

RGB color model

#4D8BFD color RGB value is (77,139,253).

RGB: (77,139,253) (30%, 55%, 99%)

RGB channels and saturation

R 77 of 255 = 30%
G 139 of 255 = 55%
B 253 of 255 = 99%

77
139
253

R + G + B ~ 61%. #4D8BFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 77 + 139 + 253 = 469 (100%)
R 77 of 469 ~ 16.42%
G 139 of 469 ~ 29.64%
B 253 of 469 ~ 53.94'%

%16.42
%29.64
%53.94

CMYK color model

#4D8BFD color CMYK value is (70,45,0,1).

  • cyan value is 69.57%
  • magenta value is 45.06%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (70,45,0,1)
C70M45Y0K1 (70%, 45%, 0%, 1%)
(0.70 / 0.45 / 0.00 / 0.01)

CMYK percentages

%69.57
%45.06
%0
%0.78

Codes

Color #4D8BFD in popluar color models

4D 8B FD
RGB 77 139 253
HSL 219° 97.78% 64.71%
HSB/HSV 219° 69.57% 99.22%
CMYK 69.57% 45.06% 0.00%
0.78%

Color #4D8BFD in popluar number systems.

HEX 4D 8B FD
Decimal 77 139 253
Binary 1001101 10001011 11111101
Octal 115 213 375

Shades and tints

Shades of #4D8BFD

#4D8BFD
(77,139,253)
#467FE6
(70,127,230)
#3F73CF
(63,115,207)
#3867B8
(56,103,184)
#315BA1
(49,91,161)
#2A4F8A
(42,79,138)
#234373
(35,67,115)
#1C375C
(28,55,92)
#152B45
(21,43,69)
#0E1F2E
(14,31,46)
#071317
(7,19,23)
#000000
(0,0,0)

Tints of #4D8BFD

#4D8BFD
(77,139,253)
#5D95FD
(93,149,253)
#6D9FFD
(109,159,253)
#7DA9FD
(125,169,253)
#8DB3FD
(141,179,253)
#9DBDFD
(157,189,253)
#ADC7FD
(173,199,253)
#BDD1FD
(189,209,253)
#CDDBFD
(205,219,253)
#DDE5FD
(221,229,253)
#EDEFFD
(237,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8BFD color. Also use rgb(77,139,253) instead hex code.

Text Font Color

.myTextColor { color: #4D8BFD; }

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

This text font color is #4D8BFD.

Background Color

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

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

This div background color is #4D8BFD.

Border color

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

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

This div border color is #4D8BFD.

Opacity

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

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

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

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

This text has shadow with #4D8BFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8BFD.

Preview

Color preview on black background

This text has color #4D8BFD on black background.


Color preview on white background

This text has color #4D8BFD on white background.


Black color preview on #4D8BFD background

This text has black color on #4D8BFD background.


White color preview on #4D8BFD background

This text has white color on #4D8BFD background.


Related colors

Complementary color

Complementary color for #hex is #B27402.


I love getcolorcode.com

Triadic colors

1 #FD4D8B and #8BFD4D with #4D8BFD are triadic colors.

2 #FD8B4D and #8B4DFD with #4D8BFD are triadic colors.