COLOR #4F40FA

HEX: #4F40FA
RGB: (79,64,250)

Color info

#4F40FA contains mainly blue color. Web safe color of #4F40FA is #6633FF (or #63F).

RGB color model

#4F40FA color RGB value is (79,64,250).

  • red value is 79;
  • green value is 64;
  • blue value is 250.
RGB:
(79,64,250)
(31%,25%,98%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 250 of 255 = 98%

79
64
250

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 250 = 393 (100%)
R 79 of 393 ~ 20.1%
G 64 of 393 ~ 16.28%
B 250 of 393 ~ 63.61%

%20.1
%16.28
%63.61

CMYK color model

#4F40FA color CMYK value is (68,74,0,2).

  • cyan value is 68.40%
  • magenta value is 74.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(68,74,0,2)
C68M74Y0K2 
(68%,74%,0%,2%)
(0.68/0.74/0.00/0.02)	

CMYK percentages

%68.4
%74.4
%0
%1.96

Codes

Color #4F40FA in popluar color models

4F40FA
RGB7964250
HSL245°94.90%61.57%
HSB/HSV245°74.40%98.04%
CMYK68.40%74.40%0.00%
1.96%

Color #4F40FA in popluar number systems.

HEX4F40FA
Decimal7964250
Binary1001111100000011111010
Octal117100372

Shades and tints

Shades of #4F40FA

#4F40FA
(79,64,250)
#483BE4
(72,59,228)
#4136CE
(65,54,206)
#3A31B8
(58,49,184)
#332CA2
(51,44,162)
#2C278C
(44,39,140)
#252276
(37,34,118)
#1E1D60
(30,29,96)
#17184A
(23,24,74)
#101334
(16,19,52)
#090E1E
(9,14,30)
#000000
(0,0,0)

Tints of #4F40FA

#4F40FA
(79,64,250)
#5F51FA
(95,81,250)
#6F62FA
(111,98,250)
#7F73FA
(127,115,250)
#8F84FA
(143,132,250)
#9F95FA
(159,149,250)
#AFA6FA
(175,166,250)
#BFB7FA
(191,183,250)
#CFC8FA
(207,200,250)
#DFD9FA
(223,217,250)
#EFEAFA
(239,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F40FA color. Also use rgb(79,64,250) instead hex code.

Text Font Color

.myTextColor { color: #4F40FA; }

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

This text font color is #4F40FA.


Background Color

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

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

This div background color is #4F40FA.


Border color

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

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

This div border color is #4F40FA.


Opacity

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

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

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

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

This text has shadow with #4F40FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F40FA on black background.


Color preview on white background

This text has color #4F40FA on white background.



Black color preview on #4F40FA background

This text has black color on #4F40FA background.


White color preview on #4F40FA background

This text has white color on #4F40FA background.