COLOR #4F7995

HEX: #4F7995 RGB: (79,121,149)

Color info

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

RGB color model

#4F7995 color RGB value is (79,121,149).

RGB: (79,121,149) (31%, 47%, 58%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 149 of 255 = 58%

79
121
149

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

Portions of RGB colors in percentages

R + G + B = 79 + 121 + 149 = 349 (100%)
R 79 of 349 ~ 22.64%
G 121 of 349 ~ 34.67%
B 149 of 349 ~ 42.69'%

%22.64
%34.67
%42.69

CMYK color model

#4F7995 color CMYK value is (47,19,0,42).

  • cyan value is 46.98%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (47,19,0,42)
C47M19Y0K42 (47%, 19%, 0%, 42%)
(0.47 / 0.19 / 0.00 / 0.42)

CMYK percentages

%46.98
%18.79
%0
%41.57

Codes

Color #4F7995 in popluar color models

4F 79 95
RGB 79 121 149
HSL 204° 30.70% 44.71%
HSB/HSV 204° 46.98% 58.43%
CMYK 46.98% 18.79% 0.00%
41.57%

Color #4F7995 in popluar number systems.

HEX 4F 79 95
Decimal 79 121 149
Binary 1001111 1111001 10010101
Octal 117 171 225

Shades and tints

Shades of #4F7995

#4F7995
(79,121,149)
#486E88
(72,110,136)
#41637B
(65,99,123)
#3A586E
(58,88,110)
#334D61
(51,77,97)
#2C4254
(44,66,84)
#253747
(37,55,71)
#1E2C3A
(30,44,58)
#17212D
(23,33,45)
#101620
(16,22,32)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #4F7995

#4F7995
(79,121,149)
#5F859E
(95,133,158)
#6F91A7
(111,145,167)
#7F9DB0
(127,157,176)
#8FA9B9
(143,169,185)
#9FB5C2
(159,181,194)
#AFC1CB
(175,193,203)
#BFCDD4
(191,205,212)
#CFD9DD
(207,217,221)
#DFE5E6
(223,229,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7995; }

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

This text font color is #4F7995.

Background Color

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

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

This div background color is #4F7995.

Border color

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

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

This div border color is #4F7995.

Opacity

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

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

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

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

This text has shadow with #4F7995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7995.

Preview

Color preview on black background

This text has color #4F7995 on black background.


Color preview on white background

This text has color #4F7995 on white background.


Black color preview on #4F7995 background

This text has black color on #4F7995 background.


White color preview on #4F7995 background

This text has white color on #4F7995 background.


Related colors

Complementary color

Complementary color for #hex is #B0866A.


I love getcolorcode.com

Triadic colors

1 #954F79 and #79954F with #4F7995 are triadic colors.

2 #95794F and #794F95 with #4F7995 are triadic colors.