COLOR #4D80F9

HEX: #4D80F9
RGB: (77,128,249)

Color info

#4D80F9 contains mainly blue color. Web safe color of #4D80F9 is #3366FF (or #36F).

RGB color model

#4D80F9 color RGB value is (77,128,249).

  • red value is 77;
  • green value is 128;
  • blue value is 249.
RGB:
(77,128,249)
(30%,50%,98%)

RGB channels and saturation

R 77 of 255 = 30%
G 128 of 255 = 50%
B 249 of 255 = 98%

77
128
249

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

Portions of RGB colors in percentages

R + G + B =
77 + 128 + 249 = 454 (100%)
R 77 of 454 ~ 16.96%
G 128 of 454 ~ 28.19%
B 249 of 454 ~ 54.85%

%16.96
%28.19
%54.85

CMYK color model

#4D80F9 color CMYK value is (69,49,0,2).

  • cyan value is 69.08%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(69,49,0,2)
C69M49Y0K2 
(69%,49%,0%,2%)
(0.69/0.49/0.00/0.02)	

CMYK percentages

%69.08
%48.59
%0
%2.35

Codes

Color #4D80F9 in popluar color models

4D80F9
RGB77128249
HSL222°93.48%63.92%
HSB/HSV222°69.08%97.65%
CMYK69.08%48.59%0.00%
2.35%

Color #4D80F9 in popluar number systems.

HEX4D80F9
Decimal77128249
Binary10011011000000011111001
Octal115200371

Shades and tints

Shades of #4D80F9

#4D80F9
(77,128,249)
#4675E3
(70,117,227)
#3F6ACD
(63,106,205)
#385FB7
(56,95,183)
#3154A1
(49,84,161)
#2A498B
(42,73,139)
#233E75
(35,62,117)
#1C335F
(28,51,95)
#152849
(21,40,73)
#0E1D33
(14,29,51)
#07121D
(7,18,29)
#000000
(0,0,0)

Tints of #4D80F9

#4D80F9
(77,128,249)
#5D8BF9
(93,139,249)
#6D96F9
(109,150,249)
#7DA1F9
(125,161,249)
#8DACF9
(141,172,249)
#9DB7F9
(157,183,249)
#ADC2F9
(173,194,249)
#BDCDF9
(189,205,249)
#CDD8F9
(205,216,249)
#DDE3F9
(221,227,249)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D80F9 color. Also use rgb(77,128,249) instead hex code.

Text Font Color

.myTextColor { color: #4D80F9; }

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

This text font color is #4D80F9.


Background Color

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

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

This div background color is #4D80F9.


Border color

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

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

This div border color is #4D80F9.


Opacity

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

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

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

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

This text has shadow with #4D80F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D80F9 on black background.


Color preview on white background

This text has color #4D80F9 on white background.



Black color preview on #4D80F9 background

This text has black color on #4D80F9 background.


White color preview on #4D80F9 background

This text has white color on #4D80F9 background.