COLOR #4F7990

HEX: #4F7990 RGB: (79,121,144)

Color info

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

RGB color model

#4F7990 color RGB value is (79,121,144).

RGB: (79,121,144) (31%, 47%, 56%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 144 of 255 = 56%

79
121
144

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

Portions of RGB colors in percentages

R + G + B = 79 + 121 + 144 = 344 (100%)
R 79 of 344 ~ 22.97%
G 121 of 344 ~ 35.17%
B 144 of 344 ~ 41.86'%

%22.97
%35.17
%41.86

CMYK color model

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

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

CMYK percentages

%45.14
%15.97
%0
%43.53

Codes

Color #4F7990 in popluar color models

4F 79 90
RGB 79 121 144
HSL 201° 29.15% 43.73%
HSB/HSV 201° 45.14% 56.47%
CMYK 45.14% 15.97% 0.00%
43.53%

Color #4F7990 in popluar number systems.

HEX 4F 79 90
Decimal 79 121 144
Binary 1001111 1111001 10010000
Octal 117 171 220

Shades and tints

Shades of #4F7990

#4F7990
(79,121,144)
#486E83
(72,110,131)
#416376
(65,99,118)
#3A5869
(58,88,105)
#334D5C
(51,77,92)
#2C424F
(44,66,79)
#253742
(37,55,66)
#1E2C35
(30,44,53)
#172128
(23,33,40)
#10161B
(16,22,27)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F7990

#4F7990
(79,121,144)
#5F859A
(95,133,154)
#6F91A4
(111,145,164)
#7F9DAE
(127,157,174)
#8FA9B8
(143,169,184)
#9FB5C2
(159,181,194)
#AFC1CC
(175,193,204)
#BFCDD6
(191,205,214)
#CFD9E0
(207,217,224)
#DFE5EA
(223,229,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7990 color. Also use rgb(79,121,144) instead hex code.

Text Font Color

.myTextColor { color: #4F7990; }

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

This text font color is #4F7990.

Background Color

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

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

This div background color is #4F7990.

Border color

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

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

This div border color is #4F7990.

Opacity

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

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

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

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

This text has shadow with #4F7990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7990.

Preview

Color preview on black background

This text has color #4F7990 on black background.


Color preview on white background

This text has color #4F7990 on white background.


Black color preview on #4F7990 background

This text has black color on #4F7990 background.


White color preview on #4F7990 background

This text has white color on #4F7990 background.


Related colors

Complementary color

Complementary color for #hex is #B0866F.


I love getcolorcode.com

Triadic colors

1 #904F79 and #79904F with #4F7990 are triadic colors.

2 #90794F and #794F90 with #4F7990 are triadic colors.