COLOR #4F98FE

HEX: #4F98FE
RGB: (79,152,254)

Color info

#4F98FE contains mainly blue color. Web safe color of #4F98FE is #6699FF (or #69F).

RGB color model

#4F98FE color RGB value is (79,152,254).

  • red value is 79;
  • green value is 152;
  • blue value is 254.
RGB:
(79,152,254)
(31%,60%,100%)

RGB channels and saturation

R 79 of 255 = 31%
G 152 of 255 = 60%
B 254 of 255 = 100%

79
152
254

R + G + B ~ 64%. #4F98FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 152 + 254 = 485 (100%)
R 79 of 485 ~ 16.29%
G 152 of 485 ~ 31.34%
B 254 of 485 ~ 52.37%

%16.29
%31.34
%52.37

CMYK color model

#4F98FE color CMYK value is (69,40,0,0).

  • cyan value is 68.90%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(69,40,0,0)
C69M40Y0K0 
(69%,40%,0%,0%)
(0.69/0.40/0.00/0.00)	

CMYK percentages

%68.9
%40.16
%0
%0.39

Codes

Color #4F98FE in popluar color models

4F98FE
RGB79152254
HSL215°98.87%65.29%
HSB/HSV215°68.90%99.61%
CMYK68.90%40.16%0.00%
0.39%

Color #4F98FE in popluar number systems.

HEX4F98FE
Decimal79152254
Binary10011111001100011111110
Octal117230376

Shades and tints

Shades of #4F98FE

#4F98FE
(79,152,254)
#488BE7
(72,139,231)
#417ED0
(65,126,208)
#3A71B9
(58,113,185)
#3364A2
(51,100,162)
#2C578B
(44,87,139)
#254A74
(37,74,116)
#1E3D5D
(30,61,93)
#173046
(23,48,70)
#10232F
(16,35,47)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #4F98FE

#4F98FE
(79,152,254)
#5FA1FE
(95,161,254)
#6FAAFE
(111,170,254)
#7FB3FE
(127,179,254)
#8FBCFE
(143,188,254)
#9FC5FE
(159,197,254)
#AFCEFE
(175,206,254)
#BFD7FE
(191,215,254)
#CFE0FE
(207,224,254)
#DFE9FE
(223,233,254)
#EFF2FE
(239,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F98FE color. Also use rgb(79,152,254) instead hex code.

Text Font Color

.myTextColor { color: #4F98FE; }

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

This text font color is #4F98FE.


Background Color

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

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

This div background color is #4F98FE.


Border color

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

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

This div border color is #4F98FE.


Opacity

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

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

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

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

This text has shadow with #4F98FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F98FE on black background.


Color preview on white background

This text has color #4F98FE on white background.



Black color preview on #4F98FE background

This text has black color on #4F98FE background.


White color preview on #4F98FE background

This text has white color on #4F98FE background.