COLOR #4F788F

HEX: #4F788F
RGB: (79,120,143)

Color info

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

RGB color model

#4F788F color RGB value is (79,120,143).

  • red value is 79;
  • green value is 120;
  • blue value is 143.
RGB: (79,120,143) (31%,47%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 143 of 255 = 56%

79
120
143

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 143 = 342 (100%)
R 79 of 342 ~ 23.1%
G 120 of 342 ~ 35.09%
B 143 of 342 ~ 41.81%

%23.1
%35.09
%41.81

CMYK color model

#4F788F color CMYK value is (45,16,0,44).

  • cyan value is 44.76%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (45,16,0,44) C45M16Y0K44 (45%,16%,0%,44%) (0.45/0.16/0.00/0.44)

CMYK percentages

%44.76
%16.08
%0
%43.92

Codes

Color #4F788F in popluar color models

4F788F
RGB79120143
HSL202°28.83%43.53%
HSB/HSV202°44.76%56.08%
CMYK44.76%16.08%0.00%
43.92%

Color #4F788F in popluar number systems.

HEX4F788F
Decimal79120143
Binary1001111111100010001111
Octal117170217

Shades and tints

Shades of #4F788F

#4F788F
(79,120,143)
#486E82
(72,110,130)
#416475
(65,100,117)
#3A5A68
(58,90,104)
#33505B
(51,80,91)
#2C464E
(44,70,78)
#253C41
(37,60,65)
#1E3234
(30,50,52)
#172827
(23,40,39)
#101E1A
(16,30,26)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #4F788F

#4F788F
(79,120,143)
#5F8499
(95,132,153)
#6F90A3
(111,144,163)
#7F9CAD
(127,156,173)
#8FA8B7
(143,168,183)
#9FB4C1
(159,180,193)
#AFC0CB
(175,192,203)
#BFCCD5
(191,204,213)
#CFD8DF
(207,216,223)
#DFE4E9
(223,228,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F788F color. Also use rgb(79,120,143) instead hex code.

Text Font Color

.myTextColor { color: #4F788F; }

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

This text font color is #4F788F.


Background Color

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

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

This div background color is #4F788F.


Border color

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

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

This div border color is #4F788F.


Opacity

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

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

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

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

This text has shadow with #4F788F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F788F on black background.


Color preview on white background

This text has color #4F788F on white background.



Black color preview on #4F788F background

This text has black color on #4F788F background.


White color preview on #4F788F background

This text has white color on #4F788F background.