COLOR #4F7296

HEX: #4F7296
RGB: (79,114,150)

Color info

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

RGB color model

#4F7296 color RGB value is (79,114,150).

  • red value is 79;
  • green value is 114;
  • blue value is 150.
RGB:
(79,114,150)
(31%,45%,59%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 150 of 255 = 59%

79
114
150

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

Portions of RGB colors in percentages

R + G + B =
79 + 114 + 150 = 343 (100%)
R 79 of 343 ~ 23.03%
G 114 of 343 ~ 33.24%
B 150 of 343 ~ 43.73%

%23.03
%33.24
%43.73

CMYK color model

#4F7296 color CMYK value is (47,24,0,41).

  • cyan value is 47.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,24,0,41)
C47M24Y0K41 
(47%,24%,0%,41%)
(0.47/0.24/0.00/0.41)	

CMYK percentages

%47.33
%24
%0
%41.18

Codes

Color #4F7296 in popluar color models

4F7296
RGB79114150
HSL210°31.00%44.90%
HSB/HSV210°47.33%58.82%
CMYK47.33%24.00%0.00%
41.18%

Color #4F7296 in popluar number systems.

HEX4F7296
Decimal79114150
Binary1001111111001010010110
Octal117162226

Shades and tints

Shades of #4F7296

#4F7296
(79,114,150)
#486889
(72,104,137)
#415E7C
(65,94,124)
#3A546F
(58,84,111)
#334A62
(51,74,98)
#2C4055
(44,64,85)
#253648
(37,54,72)
#1E2C3B
(30,44,59)
#17222E
(23,34,46)
#101821
(16,24,33)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #4F7296

#4F7296
(79,114,150)
#5F7E9F
(95,126,159)
#6F8AA8
(111,138,168)
#7F96B1
(127,150,177)
#8FA2BA
(143,162,186)
#9FAEC3
(159,174,195)
#AFBACC
(175,186,204)
#BFC6D5
(191,198,213)
#CFD2DE
(207,210,222)
#DFDEE7
(223,222,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7296 color. Also use rgb(79,114,150) instead hex code.

Text Font Color

.myTextColor { color: #4F7296; }

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

This text font color is #4F7296.


Background Color

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

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

This div background color is #4F7296.


Border color

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

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

This div border color is #4F7296.


Opacity

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

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

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

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

This text has shadow with #4F7296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7296 on black background.


Color preview on white background

This text has color #4F7296 on white background.



Black color preview on #4F7296 background

This text has black color on #4F7296 background.


White color preview on #4F7296 background

This text has white color on #4F7296 background.