COLOR #4F7EAC

HEX: #4F7EAC
RGB: (79,126,172)

Color info

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

RGB color model

#4F7EAC color RGB value is (79,126,172).

  • red value is 79;
  • green value is 126;
  • blue value is 172.
RGB:
(79,126,172)
(31%,49%,67%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 172 of 255 = 67%

79
126
172

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

Portions of RGB colors in percentages

R + G + B =
79 + 126 + 172 = 377 (100%)
R 79 of 377 ~ 20.95%
G 126 of 377 ~ 33.42%
B 172 of 377 ~ 45.62%

%20.95
%33.42
%45.62

CMYK color model

#4F7EAC color CMYK value is (54,27,0,33).

  • cyan value is 54.07%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(54,27,0,33)
C54M27Y0K33 
(54%,27%,0%,33%)
(0.54/0.27/0.00/0.33)	

CMYK percentages

%54.07
%26.74
%0
%32.55

Codes

Color #4F7EAC in popluar color models

4F7EAC
RGB79126172
HSL210°37.05%49.22%
HSB/HSV210°54.07%67.45%
CMYK54.07%26.74%0.00%
32.55%

Color #4F7EAC in popluar number systems.

HEX4F7EAC
Decimal79126172
Binary1001111111111010101100
Octal117176254

Shades and tints

Shades of #4F7EAC

#4F7EAC
(79,126,172)
#48739D
(72,115,157)
#41688E
(65,104,142)
#3A5D7F
(58,93,127)
#335270
(51,82,112)
#2C4761
(44,71,97)
#253C52
(37,60,82)
#1E3143
(30,49,67)
#172634
(23,38,52)
#101B25
(16,27,37)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #4F7EAC

#4F7EAC
(79,126,172)
#5F89B3
(95,137,179)
#6F94BA
(111,148,186)
#7F9FC1
(127,159,193)
#8FAAC8
(143,170,200)
#9FB5CF
(159,181,207)
#AFC0D6
(175,192,214)
#BFCBDD
(191,203,221)
#CFD6E4
(207,214,228)
#DFE1EB
(223,225,235)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7EAC color. Also use rgb(79,126,172) instead hex code.

Text Font Color

.myTextColor { color: #4F7EAC; }

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

This text font color is #4F7EAC.


Background Color

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

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

This div background color is #4F7EAC.


Border color

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

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

This div border color is #4F7EAC.


Opacity

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

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

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

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

This text has shadow with #4F7EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7EAC on black background.


Color preview on white background

This text has color #4F7EAC on white background.



Black color preview on #4F7EAC background

This text has black color on #4F7EAC background.


White color preview on #4F7EAC background

This text has white color on #4F7EAC background.