COLOR #4F7987

HEX: #4F7987
RGB: (79,121,135)

Color info

#4F7987 contains red, green and blue colors in about the same proportion. Web safe color of #4F7987 is #666699 (or #669).

RGB color model

#4F7987 color RGB value is (79,121,135).

  • red value is 79;
  • green value is 121;
  • blue value is 135.
RGB:
(79,121,135)
(31%,47%,53%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 135 of 255 = 53%

79
121
135

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 135 = 335 (100%)
R 79 of 335 ~ 23.58%
G 121 of 335 ~ 36.12%
B 135 of 335 ~ 40.3%

%23.58
%36.12
%40.3

CMYK color model

#4F7987 color CMYK value is (41,10,0,47).

  • cyan value is 41.48%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(41,10,0,47)
C41M10Y0K47 
(41%,10%,0%,47%)
(0.41/0.10/0.00/0.47)	

CMYK percentages

%41.48
%10.37
%0
%47.06

Codes

Color #4F7987 in popluar color models

4F7987
RGB79121135
HSL195°26.17%41.96%
HSB/HSV195°41.48%52.94%
CMYK41.48%10.37%0.00%
47.06%

Color #4F7987 in popluar number systems.

HEX4F7987
Decimal79121135
Binary1001111111100110000111
Octal117171207

Shades and tints

Shades of #4F7987

#4F7987
(79,121,135)
#486E7B
(72,110,123)
#41636F
(65,99,111)
#3A5863
(58,88,99)
#334D57
(51,77,87)
#2C424B
(44,66,75)
#25373F
(37,55,63)
#1E2C33
(30,44,51)
#172127
(23,33,39)
#10161B
(16,22,27)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F7987

#4F7987
(79,121,135)
#5F8591
(95,133,145)
#6F919B
(111,145,155)
#7F9DA5
(127,157,165)
#8FA9AF
(143,169,175)
#9FB5B9
(159,181,185)
#AFC1C3
(175,193,195)
#BFCDCD
(191,205,205)
#CFD9D7
(207,217,215)
#DFE5E1
(223,229,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7987 color. Also use rgb(79,121,135) instead hex code.

Text Font Color

.myTextColor { color: #4F7987; }

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

This text font color is #4F7987.


Background Color

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

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

This div background color is #4F7987.


Border color

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

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

This div border color is #4F7987.


Opacity

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

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

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

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

This text has shadow with #4F7987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7987 on black background.


Color preview on white background

This text has color #4F7987 on white background.



Black color preview on #4F7987 background

This text has black color on #4F7987 background.


White color preview on #4F7987 background

This text has white color on #4F7987 background.