COLOR #4F52F0

HEX: #4F52F0
RGB: (79,82,240)

Color info

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

RGB color model

#4F52F0 color RGB value is (79,82,240).

  • red value is 79;
  • green value is 82;
  • blue value is 240.
RGB:
(79,82,240)
(31%,32%,94%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 240 of 255 = 94%

79
82
240

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

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 240 = 401 (100%)
R 79 of 401 ~ 19.7%
G 82 of 401 ~ 20.45%
B 240 of 401 ~ 59.85%

%19.7
%20.45
%59.85

CMYK color model

#4F52F0 color CMYK value is (67,66,0,6).

  • cyan value is 67.08%
  • magenta value is 65.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(67,66,0,6)
C67M66Y0K6 
(67%,66%,0%,6%)
(0.67/0.66/0.00/0.06)	

CMYK percentages

%67.08
%65.83
%0
%5.88

Codes

Color #4F52F0 in popluar color models

4F52F0
RGB7982240
HSL239°84.29%62.55%
HSB/HSV239°67.08%94.12%
CMYK67.08%65.83%0.00%
5.88%

Color #4F52F0 in popluar number systems.

HEX4F52F0
Decimal7982240
Binary1001111101001011110000
Octal117122360

Shades and tints

Shades of #4F52F0

#4F52F0
(79,82,240)
#484BDB
(72,75,219)
#4144C6
(65,68,198)
#3A3DB1
(58,61,177)
#33369C
(51,54,156)
#2C2F87
(44,47,135)
#252872
(37,40,114)
#1E215D
(30,33,93)
#171A48
(23,26,72)
#101333
(16,19,51)
#090C1E
(9,12,30)
#000000
(0,0,0)

Tints of #4F52F0

#4F52F0
(79,82,240)
#5F61F1
(95,97,241)
#6F70F2
(111,112,242)
#7F7FF3
(127,127,243)
#8F8EF4
(143,142,244)
#9F9DF5
(159,157,245)
#AFACF6
(175,172,246)
#BFBBF7
(191,187,247)
#CFCAF8
(207,202,248)
#DFD9F9
(223,217,249)
#EFE8FA
(239,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F52F0 color. Also use rgb(79,82,240) instead hex code.

Text Font Color

.myTextColor { color: #4F52F0; }

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

This text font color is #4F52F0.


Background Color

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

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

This div background color is #4F52F0.


Border color

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

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

This div border color is #4F52F0.


Opacity

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

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

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

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

This text has shadow with #4F52F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F52F0 on black background.


Color preview on white background

This text has color #4F52F0 on white background.



Black color preview on #4F52F0 background

This text has black color on #4F52F0 background.


White color preview on #4F52F0 background

This text has white color on #4F52F0 background.