COLOR #4F7F9A

HEX: #4F7F9A RGB: (79,127,154)

Color info

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

RGB color model

#4F7F9A color RGB value is (79,127,154).

RGB: (79,127,154) (31%, 50%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 154 of 255 = 60%

79
127
154

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

Portions of RGB colors in percentages

R + G + B = 79 + 127 + 154 = 360 (100%)
R 79 of 360 ~ 21.94%
G 127 of 360 ~ 35.28%
B 154 of 360 ~ 42.78'%

%21.94
%35.28
%42.78

CMYK color model

#4F7F9A color CMYK value is (49,18,0,40).

  • cyan value is 48.70%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (49,18,0,40)
C49M18Y0K40 (49%, 18%, 0%, 40%)
(0.49 / 0.18 / 0.00 / 0.40)

CMYK percentages

%48.7
%17.53
%0
%39.61

Codes

Color #4F7F9A in popluar color models

4F 7F 9A
RGB 79 127 154
HSL 202° 32.19% 45.69%
HSB/HSV 202° 48.70% 60.39%
CMYK 48.70% 17.53% 0.00%
39.61%

Color #4F7F9A in popluar number systems.

HEX 4F 7F 9A
Decimal 79 127 154
Binary 1001111 1111111 10011010
Octal 117 177 232

Shades and tints

Shades of #4F7F9A

#4F7F9A
(79,127,154)
#48748C
(72,116,140)
#41697E
(65,105,126)
#3A5E70
(58,94,112)
#335362
(51,83,98)
#2C4854
(44,72,84)
#253D46
(37,61,70)
#1E3238
(30,50,56)
#17272A
(23,39,42)
#101C1C
(16,28,28)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F7F9A

#4F7F9A
(79,127,154)
#5F8AA3
(95,138,163)
#6F95AC
(111,149,172)
#7FA0B5
(127,160,181)
#8FABBE
(143,171,190)
#9FB6C7
(159,182,199)
#AFC1D0
(175,193,208)
#BFCCD9
(191,204,217)
#CFD7E2
(207,215,226)
#DFE2EB
(223,226,235)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7F9A color. Also use rgb(79,127,154) instead hex code.

Text Font Color

.myTextColor { color: #4F7F9A; }

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

This text font color is #4F7F9A.

Background Color

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

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

This div background color is #4F7F9A.

Border color

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

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

This div border color is #4F7F9A.

Opacity

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

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

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

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

This text has shadow with #4F7F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7F9A.

Preview

Color preview on black background

This text has color #4F7F9A on black background.


Color preview on white background

This text has color #4F7F9A on white background.


Black color preview on #4F7F9A background

This text has black color on #4F7F9A background.


White color preview on #4F7F9A background

This text has white color on #4F7F9A background.


Related colors

Complementary color

Complementary color for #hex is #B08065.


I love getcolorcode.com

Triadic colors

1 #9A4F7F and #7F9A4F with #4F7F9A are triadic colors.

2 #9A7F4F and #7F4F9A with #4F7F9A are triadic colors.