COLOR #4F7781

HEX: #4F7781
RGB: (79,119,129)

Color info

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

RGB color model

#4F7781 color RGB value is (79,119,129).

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

RGB channels and saturation

R 79 of 255 = 31%
G 119 of 255 = 47%
B 129 of 255 = 51%

79
119
129

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

Portions of RGB colors in percentages

R + G + B =
79 + 119 + 129 = 327 (100%)
R 79 of 327 ~ 24.16%
G 119 of 327 ~ 36.39%
B 129 of 327 ~ 39.45%

%24.16
%36.39
%39.45

CMYK color model

#4F7781 color CMYK value is (39,8,0,49).

  • cyan value is 38.76%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(39,8,0,49)
C39M8Y0K49 
(39%,8%,0%,49%)
(0.39/0.08/0.00/0.49)	

CMYK percentages

%38.76
%7.75
%0
%49.41

Codes

Color #4F7781 in popluar color models

4F7781
RGB79119129
HSL192°24.04%40.78%
HSB/HSV192°38.76%50.59%
CMYK38.76%7.75%0.00%
49.41%

Color #4F7781 in popluar number systems.

HEX4F7781
Decimal79119129
Binary1001111111011110000001
Octal117167201

Shades and tints

Shades of #4F7781

#4F7781
(79,119,129)
#486D76
(72,109,118)
#41636B
(65,99,107)
#3A5960
(58,89,96)
#334F55
(51,79,85)
#2C454A
(44,69,74)
#253B3F
(37,59,63)
#1E3134
(30,49,52)
#172729
(23,39,41)
#101D1E
(16,29,30)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #4F7781

#4F7781
(79,119,129)
#5F838C
(95,131,140)
#6F8F97
(111,143,151)
#7F9BA2
(127,155,162)
#8FA7AD
(143,167,173)
#9FB3B8
(159,179,184)
#AFBFC3
(175,191,195)
#BFCBCE
(191,203,206)
#CFD7D9
(207,215,217)
#DFE3E4
(223,227,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7781; }

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

This text font color is #4F7781.


Background Color

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

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

This div background color is #4F7781.


Border color

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

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

This div border color is #4F7781.


Opacity

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

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

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

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

This text has shadow with #4F7781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7781 on black background.


Color preview on white background

This text has color #4F7781 on white background.



Black color preview on #4F7781 background

This text has black color on #4F7781 background.


White color preview on #4F7781 background

This text has white color on #4F7781 background.