COLOR #4F7FAE

HEX: #4F7FAE
RGB: (79,127,174)

Color info

#4F7FAE contains mainly green and blue colors. Web safe color of #4F7FAE is #666699 (or #669).

RGB color model

#4F7FAE color RGB value is (79,127,174).

  • red value is 79;
  • green value is 127;
  • blue value is 174.
RGB:
(79,127,174)
(31%,50%,68%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 174 of 255 = 68%

79
127
174

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

Portions of RGB colors in percentages

R + G + B =
79 + 127 + 174 = 380 (100%)
R 79 of 380 ~ 20.79%
G 127 of 380 ~ 33.42%
B 174 of 380 ~ 45.79%

%20.79
%33.42
%45.79

CMYK color model

#4F7FAE color CMYK value is (55,27,0,32).

  • cyan value is 54.60%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(55,27,0,32)
C55M27Y0K32 
(55%,27%,0%,32%)
(0.55/0.27/0.00/0.32)	

CMYK percentages

%54.6
%27.01
%0
%31.76

Codes

Color #4F7FAE in popluar color models

4F7FAE
RGB79127174
HSL210°37.55%49.61%
HSB/HSV210°54.60%68.24%
CMYK54.60%27.01%0.00%
31.76%

Color #4F7FAE in popluar number systems.

HEX4F7FAE
Decimal79127174
Binary1001111111111110101110
Octal117177256

Shades and tints

Shades of #4F7FAE

#4F7FAE
(79,127,174)
#48749F
(72,116,159)
#416990
(65,105,144)
#3A5E81
(58,94,129)
#335372
(51,83,114)
#2C4863
(44,72,99)
#253D54
(37,61,84)
#1E3245
(30,50,69)
#172736
(23,39,54)
#101C27
(16,28,39)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #4F7FAE

#4F7FAE
(79,127,174)
#5F8AB5
(95,138,181)
#6F95BC
(111,149,188)
#7FA0C3
(127,160,195)
#8FABCA
(143,171,202)
#9FB6D1
(159,182,209)
#AFC1D8
(175,193,216)
#BFCCDF
(191,204,223)
#CFD7E6
(207,215,230)
#DFE2ED
(223,226,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7FAE color. Also use rgb(79,127,174) instead hex code.

Text Font Color

.myTextColor { color: #4F7FAE; }

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

This text font color is #4F7FAE.


Background Color

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

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

This div background color is #4F7FAE.


Border color

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

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

This div border color is #4F7FAE.


Opacity

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

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

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

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

This text has shadow with #4F7FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7FAE on black background.


Color preview on white background

This text has color #4F7FAE on white background.



Black color preview on #4F7FAE background

This text has black color on #4F7FAE background.


White color preview on #4F7FAE background

This text has white color on #4F7FAE background.