COLOR #4F99DF

HEX: #4F99DF
RGB: (79,153,223)

Color info

#4F99DF contains mainly blue color. Web safe color of #4F99DF is #6699CC (or #69C).

RGB color model

#4F99DF color RGB value is (79,153,223).

  • red value is 79;
  • green value is 153;
  • blue value is 223.
RGB:
(79,153,223)
(31%,60%,87%)

RGB channels and saturation

R 79 of 255 = 31%
G 153 of 255 = 60%
B 223 of 255 = 87%

79
153
223

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

Portions of RGB colors in percentages

R + G + B =
79 + 153 + 223 = 455 (100%)
R 79 of 455 ~ 17.36%
G 153 of 455 ~ 33.63%
B 223 of 455 ~ 49.01%

%17.36
%33.63
%49.01

CMYK color model

#4F99DF color CMYK value is (65,31,0,13).

  • cyan value is 64.57%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(65,31,0,13)
C65M31Y0K13 
(65%,31%,0%,13%)
(0.65/0.31/0.00/0.13)	

CMYK percentages

%64.57
%31.39
%0
%12.55

Codes

Color #4F99DF in popluar color models

4F99DF
RGB79153223
HSL209°69.23%59.22%
HSB/HSV209°64.57%87.45%
CMYK64.57%31.39%0.00%
12.55%

Color #4F99DF in popluar number systems.

HEX4F99DF
Decimal79153223
Binary10011111001100111011111
Octal117231337

Shades and tints

Shades of #4F99DF

#4F99DF
(79,153,223)
#488CCB
(72,140,203)
#417FB7
(65,127,183)
#3A72A3
(58,114,163)
#33658F
(51,101,143)
#2C587B
(44,88,123)
#254B67
(37,75,103)
#1E3E53
(30,62,83)
#17313F
(23,49,63)
#10242B
(16,36,43)
#091717
(9,23,23)
#000000
(0,0,0)

Tints of #4F99DF

#4F99DF
(79,153,223)
#5FA2E1
(95,162,225)
#6FABE3
(111,171,227)
#7FB4E5
(127,180,229)
#8FBDE7
(143,189,231)
#9FC6E9
(159,198,233)
#AFCFEB
(175,207,235)
#BFD8ED
(191,216,237)
#CFE1EF
(207,225,239)
#DFEAF1
(223,234,241)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F99DF color. Also use rgb(79,153,223) instead hex code.

Text Font Color

.myTextColor { color: #4F99DF; }

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

This text font color is #4F99DF.


Background Color

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

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

This div background color is #4F99DF.


Border color

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

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

This div border color is #4F99DF.


Opacity

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

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

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

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

This text has shadow with #4F99DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F99DF on black background.


Color preview on white background

This text has color #4F99DF on white background.



Black color preview on #4F99DF background

This text has black color on #4F99DF background.


White color preview on #4F99DF background

This text has white color on #4F99DF background.