COLOR #4F74F2

HEX: #4F74F2
RGB: (79,116,242)

Color info

#4F74F2 contains mainly blue color. Web safe color of #4F74F2 is #6666FF (or #66F).

RGB color model

#4F74F2 color RGB value is (79,116,242).

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

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 242 of 255 = 95%

79
116
242

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

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 242 = 437 (100%)
R 79 of 437 ~ 18.08%
G 116 of 437 ~ 26.54%
B 242 of 437 ~ 55.38%

%18.08
%26.54
%55.38

CMYK color model

#4F74F2 color CMYK value is (67,52,0,5).

  • cyan value is 67.36%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(67,52,0,5)
C67M52Y0K5 
(67%,52%,0%,5%)
(0.67/0.52/0.00/0.05)	

CMYK percentages

%67.36
%52.07
%0
%5.1

Codes

Color #4F74F2 in popluar color models

4F74F2
RGB79116242
HSL226°86.24%62.94%
HSB/HSV226°67.36%94.90%
CMYK67.36%52.07%0.00%
5.10%

Color #4F74F2 in popluar number systems.

HEX4F74F2
Decimal79116242
Binary1001111111010011110010
Octal117164362

Shades and tints

Shades of #4F74F2

#4F74F2
(79,116,242)
#486ADC
(72,106,220)
#4160C6
(65,96,198)
#3A56B0
(58,86,176)
#334C9A
(51,76,154)
#2C4284
(44,66,132)
#25386E
(37,56,110)
#1E2E58
(30,46,88)
#172442
(23,36,66)
#101A2C
(16,26,44)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #4F74F2

#4F74F2
(79,116,242)
#5F80F3
(95,128,243)
#6F8CF4
(111,140,244)
#7F98F5
(127,152,245)
#8FA4F6
(143,164,246)
#9FB0F7
(159,176,247)
#AFBCF8
(175,188,248)
#BFC8F9
(191,200,249)
#CFD4FA
(207,212,250)
#DFE0FB
(223,224,251)
#EFECFC
(239,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F74F2; }

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

This text font color is #4F74F2.


Background Color

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

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

This div background color is #4F74F2.


Border color

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

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

This div border color is #4F74F2.


Opacity

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

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

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

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

This text has shadow with #4F74F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F74F2 on black background.


Color preview on white background

This text has color #4F74F2 on white background.



Black color preview on #4F74F2 background

This text has black color on #4F74F2 background.


White color preview on #4F74F2 background

This text has white color on #4F74F2 background.