COLOR #4F79BA

HEX: #4F79BA
RGB: (79,121,186)

Color info

#4F79BA contains mainly blue color. Web safe color of #4F79BA is #6666CC (or #66C).

RGB color model

#4F79BA color RGB value is (79,121,186).

  • red value is 79;
  • green value is 121;
  • blue value is 186.
RGB:
(79,121,186)
(31%,47%,73%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 186 of 255 = 73%

79
121
186

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 186 = 386 (100%)
R 79 of 386 ~ 20.47%
G 121 of 386 ~ 31.35%
B 186 of 386 ~ 48.19%

%20.47
%31.35
%48.19

CMYK color model

#4F79BA color CMYK value is (58,35,0,27).

  • cyan value is 57.53%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(58,35,0,27)
C58M35Y0K27 
(58%,35%,0%,27%)
(0.58/0.35/0.00/0.27)	

CMYK percentages

%57.53
%34.95
%0
%27.06

Codes

Color #4F79BA in popluar color models

4F79BA
RGB79121186
HSL216°43.67%51.96%
HSB/HSV216°57.53%72.94%
CMYK57.53%34.95%0.00%
27.06%

Color #4F79BA in popluar number systems.

HEX4F79BA
Decimal79121186
Binary1001111111100110111010
Octal117171272

Shades and tints

Shades of #4F79BA

#4F79BA
(79,121,186)
#486EAA
(72,110,170)
#41639A
(65,99,154)
#3A588A
(58,88,138)
#334D7A
(51,77,122)
#2C426A
(44,66,106)
#25375A
(37,55,90)
#1E2C4A
(30,44,74)
#17213A
(23,33,58)
#10162A
(16,22,42)
#090B1A
(9,11,26)
#000000
(0,0,0)

Tints of #4F79BA

#4F79BA
(79,121,186)
#5F85C0
(95,133,192)
#6F91C6
(111,145,198)
#7F9DCC
(127,157,204)
#8FA9D2
(143,169,210)
#9FB5D8
(159,181,216)
#AFC1DE
(175,193,222)
#BFCDE4
(191,205,228)
#CFD9EA
(207,217,234)
#DFE5F0
(223,229,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F79BA; }

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

This text font color is #4F79BA.


Background Color

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

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

This div background color is #4F79BA.


Border color

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

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

This div border color is #4F79BA.


Opacity

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

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

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

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

This text has shadow with #4F79BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F79BA on black background.


Color preview on white background

This text has color #4F79BA on white background.



Black color preview on #4F79BA background

This text has black color on #4F79BA background.


White color preview on #4F79BA background

This text has white color on #4F79BA background.