COLOR #4F74B2

HEX: #4F74B2
RGB: (79,116,178)

Color info

#4F74B2 contains mainly blue color. Web safe color of #4F74B2 is #666699 (or #669).

RGB color model

#4F74B2 color RGB value is (79,116,178).

  • red value is 79;
  • green value is 116;
  • blue value is 178.
RGB:
(79,116,178)
(31%,45%,70%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 178 of 255 = 70%

79
116
178

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

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 178 = 373 (100%)
R 79 of 373 ~ 21.18%
G 116 of 373 ~ 31.1%
B 178 of 373 ~ 47.72%

%21.18
%31.1
%47.72

CMYK color model

#4F74B2 color CMYK value is (56,35,0,30).

  • cyan value is 55.62%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(56,35,0,30)
C56M35Y0K30 
(56%,35%,0%,30%)
(0.56/0.35/0.00/0.30)	

CMYK percentages

%55.62
%34.83
%0
%30.2

Codes

Color #4F74B2 in popluar color models

4F74B2
RGB79116178
HSL218°39.13%50.39%
HSB/HSV218°55.62%69.80%
CMYK55.62%34.83%0.00%
30.20%

Color #4F74B2 in popluar number systems.

HEX4F74B2
Decimal79116178
Binary1001111111010010110010
Octal117164262

Shades and tints

Shades of #4F74B2

#4F74B2
(79,116,178)
#486AA2
(72,106,162)
#416092
(65,96,146)
#3A5682
(58,86,130)
#334C72
(51,76,114)
#2C4262
(44,66,98)
#253852
(37,56,82)
#1E2E42
(30,46,66)
#172432
(23,36,50)
#101A22
(16,26,34)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #4F74B2

#4F74B2
(79,116,178)
#5F80B9
(95,128,185)
#6F8CC0
(111,140,192)
#7F98C7
(127,152,199)
#8FA4CE
(143,164,206)
#9FB0D5
(159,176,213)
#AFBCDC
(175,188,220)
#BFC8E3
(191,200,227)
#CFD4EA
(207,212,234)
#DFE0F1
(223,224,241)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F74B2 color. Also use rgb(79,116,178) instead hex code.

Text Font Color

.myTextColor { color: #4F74B2; }

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

This text font color is #4F74B2.


Background Color

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

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

This div background color is #4F74B2.


Border color

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

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

This div border color is #4F74B2.


Opacity

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

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

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

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

This text has shadow with #4F74B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F74B2 on black background.


Color preview on white background

This text has color #4F74B2 on white background.



Black color preview on #4F74B2 background

This text has black color on #4F74B2 background.


White color preview on #4F74B2 background

This text has white color on #4F74B2 background.