COLOR #4F6774

HEX: #4F6774
RGB: (79,103,116)

Color info

#4F6774 contains red, green and blue colors in about the same proportion. Web safe color of #4F6774 is #666666 (or #666).

RGB color model

#4F6774 color RGB value is (79,103,116).

  • red value is 79;
  • green value is 103;
  • blue value is 116.
RGB:
(79,103,116)
(31%,40%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 116 of 255 = 45%

79
103
116

R + G + B ~ 39%. #4F6774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 103 + 116 = 298 (100%)
R 79 of 298 ~ 26.51%
G 103 of 298 ~ 34.56%
B 116 of 298 ~ 38.93%

%26.51
%34.56
%38.93

CMYK color model

#4F6774 color CMYK value is (32,11,0,55).

  • cyan value is 31.90%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(32,11,0,55)
C32M11Y0K55 
(32%,11%,0%,55%)
(0.32/0.11/0.00/0.55)	

CMYK percentages

%31.9
%11.21
%0
%54.51

Codes

Color #4F6774 in popluar color models

4F6774
RGB79103116
HSL201°18.97%38.24%
HSB/HSV201°31.90%45.49%
CMYK31.90%11.21%0.00%
54.51%

Color #4F6774 in popluar number systems.

HEX4F6774
Decimal79103116
Binary100111111001111110100
Octal117147164

Shades and tints

Shades of #4F6774

#4F6774
(79,103,116)
#485E6A
(72,94,106)
#415560
(65,85,96)
#3A4C56
(58,76,86)
#33434C
(51,67,76)
#2C3A42
(44,58,66)
#253138
(37,49,56)
#1E282E
(30,40,46)
#171F24
(23,31,36)
#10161A
(16,22,26)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #4F6774

#4F6774
(79,103,116)
#5F7480
(95,116,128)
#6F818C
(111,129,140)
#7F8E98
(127,142,152)
#8F9BA4
(143,155,164)
#9FA8B0
(159,168,176)
#AFB5BC
(175,181,188)
#BFC2C8
(191,194,200)
#CFCFD4
(207,207,212)
#DFDCE0
(223,220,224)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6774 color. Also use rgb(79,103,116) instead hex code.

Text Font Color

.myTextColor { color: #4F6774; }

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

This text font color is #4F6774.


Background Color

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

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

This div background color is #4F6774.


Border color

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

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

This div border color is #4F6774.


Opacity

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

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

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

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

This text has shadow with #4F6774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6774 on black background.


Color preview on white background

This text has color #4F6774 on white background.



Black color preview on #4F6774 background

This text has black color on #4F6774 background.


White color preview on #4F6774 background

This text has white color on #4F6774 background.