COLOR #4F80EF

HEX: #4F80EF
RGB: (79,128,239)

Color info

#4F80EF contains mainly blue color. Web safe color of #4F80EF is #6666FF (or #66F).

RGB color model

#4F80EF color RGB value is (79,128,239).

  • red value is 79;
  • green value is 128;
  • blue value is 239.
RGB:
(79,128,239)
(31%,50%,94%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 239 of 255 = 94%

79
128
239

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

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 239 = 446 (100%)
R 79 of 446 ~ 17.71%
G 128 of 446 ~ 28.7%
B 239 of 446 ~ 53.59%

%17.71
%28.7
%53.59

CMYK color model

#4F80EF color CMYK value is (67,46,0,6).

  • cyan value is 66.95%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(67,46,0,6)
C67M46Y0K6 
(67%,46%,0%,6%)
(0.67/0.46/0.00/0.06)	

CMYK percentages

%66.95
%46.44
%0
%6.27

Codes

Color #4F80EF in popluar color models

4F80EF
RGB79128239
HSL222°83.33%62.35%
HSB/HSV222°66.95%93.73%
CMYK66.95%46.44%0.00%
6.27%

Color #4F80EF in popluar number systems.

HEX4F80EF
Decimal79128239
Binary10011111000000011101111
Octal117200357

Shades and tints

Shades of #4F80EF

#4F80EF
(79,128,239)
#4875DA
(72,117,218)
#416AC5
(65,106,197)
#3A5FB0
(58,95,176)
#33549B
(51,84,155)
#2C4986
(44,73,134)
#253E71
(37,62,113)
#1E335C
(30,51,92)
#172847
(23,40,71)
#101D32
(16,29,50)
#09121D
(9,18,29)
#000000
(0,0,0)

Tints of #4F80EF

#4F80EF
(79,128,239)
#5F8BF0
(95,139,240)
#6F96F1
(111,150,241)
#7FA1F2
(127,161,242)
#8FACF3
(143,172,243)
#9FB7F4
(159,183,244)
#AFC2F5
(175,194,245)
#BFCDF6
(191,205,246)
#CFD8F7
(207,216,247)
#DFE3F8
(223,227,248)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F80EF color. Also use rgb(79,128,239) instead hex code.

Text Font Color

.myTextColor { color: #4F80EF; }

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

This text font color is #4F80EF.


Background Color

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

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

This div background color is #4F80EF.


Border color

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

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

This div border color is #4F80EF.


Opacity

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

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

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

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

This text has shadow with #4F80EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F80EF on black background.


Color preview on white background

This text has color #4F80EF on white background.



Black color preview on #4F80EF background

This text has black color on #4F80EF background.


White color preview on #4F80EF background

This text has white color on #4F80EF background.