COLOR #4F778A

HEX: #4F778A
RGB: (79,119,138)

Color info

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

RGB color model

#4F778A color RGB value is (79,119,138).

  • red value is 79;
  • green value is 119;
  • blue value is 138.
RGB:
(79,119,138)
(31%,47%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 119 of 255 = 47%
B 138 of 255 = 54%

79
119
138

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

Portions of RGB colors in percentages

R + G + B =
79 + 119 + 138 = 336 (100%)
R 79 of 336 ~ 23.51%
G 119 of 336 ~ 35.42%
B 138 of 336 ~ 41.07%

%23.51
%35.42
%41.07

CMYK color model

#4F778A color CMYK value is (43,14,0,46).

  • cyan value is 42.75%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(43,14,0,46)
C43M14Y0K46 
(43%,14%,0%,46%)
(0.43/0.14/0.00/0.46)	

CMYK percentages

%42.75
%13.77
%0
%45.88

Codes

Color #4F778A in popluar color models

4F778A
RGB79119138
HSL199°27.19%42.55%
HSB/HSV199°42.75%54.12%
CMYK42.75%13.77%0.00%
45.88%

Color #4F778A in popluar number systems.

HEX4F778A
Decimal79119138
Binary1001111111011110001010
Octal117167212

Shades and tints

Shades of #4F778A

#4F778A
(79,119,138)
#486D7E
(72,109,126)
#416372
(65,99,114)
#3A5966
(58,89,102)
#334F5A
(51,79,90)
#2C454E
(44,69,78)
#253B42
(37,59,66)
#1E3136
(30,49,54)
#17272A
(23,39,42)
#101D1E
(16,29,30)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #4F778A

#4F778A
(79,119,138)
#5F8394
(95,131,148)
#6F8F9E
(111,143,158)
#7F9BA8
(127,155,168)
#8FA7B2
(143,167,178)
#9FB3BC
(159,179,188)
#AFBFC6
(175,191,198)
#BFCBD0
(191,203,208)
#CFD7DA
(207,215,218)
#DFE3E4
(223,227,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F778A color. Also use rgb(79,119,138) instead hex code.

Text Font Color

.myTextColor { color: #4F778A; }

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

This text font color is #4F778A.


Background Color

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

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

This div background color is #4F778A.


Border color

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

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

This div border color is #4F778A.


Opacity

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

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

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

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

This text has shadow with #4F778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F778A on black background.


Color preview on white background

This text has color #4F778A on white background.



Black color preview on #4F778A background

This text has black color on #4F778A background.


White color preview on #4F778A background

This text has white color on #4F778A background.