COLOR #4F24FA

HEX: #4F24FA
RGB: (79,36,250)

Color info

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

RGB color model

#4F24FA color RGB value is (79,36,250).

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

RGB channels and saturation

R 79 of 255 = 31%
G 36 of 255 = 14%
B 250 of 255 = 98%

79
36
250

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

Portions of RGB colors in percentages

R + G + B =
79 + 36 + 250 = 365 (100%)
R 79 of 365 ~ 21.64%
G 36 of 365 ~ 9.86%
B 250 of 365 ~ 68.49%

%21.64
%9.86
%68.49

CMYK color model

#4F24FA color CMYK value is (68,86,0,2).

  • cyan value is 68.40%
  • magenta value is 85.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(68,86,0,2)
C68M86Y0K2 
(68%,86%,0%,2%)
(0.68/0.86/0.00/0.02)	

CMYK percentages

%68.4
%85.6
%0
%1.96

Codes

Color #4F24FA in popluar color models

4F24FA
RGB7936250
HSL252°95.54%56.08%
HSB/HSV252°85.60%98.04%
CMYK68.40%85.60%0.00%
1.96%

Color #4F24FA in popluar number systems.

HEX4F24FA
Decimal7936250
Binary100111110010011111010
Octal11744372

Shades and tints

Shades of #4F24FA

#4F24FA
(79,36,250)
#4821E4
(72,33,228)
#411ECE
(65,30,206)
#3A1BB8
(58,27,184)
#3318A2
(51,24,162)
#2C158C
(44,21,140)
#251276
(37,18,118)
#1E0F60
(30,15,96)
#170C4A
(23,12,74)
#100934
(16,9,52)
#09061E
(9,6,30)
#000000
(0,0,0)

Tints of #4F24FA

#4F24FA
(79,36,250)
#5F37FA
(95,55,250)
#6F4AFA
(111,74,250)
#7F5DFA
(127,93,250)
#8F70FA
(143,112,250)
#9F83FA
(159,131,250)
#AF96FA
(175,150,250)
#BFA9FA
(191,169,250)
#CFBCFA
(207,188,250)
#DFCFFA
(223,207,250)
#EFE2FA
(239,226,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F24FA; }

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

This text font color is #4F24FA.


Background Color

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

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

This div background color is #4F24FA.


Border color

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

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

This div border color is #4F24FA.


Opacity

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

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

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

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

This text has shadow with #4F24FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F24FA on black background.


Color preview on white background

This text has color #4F24FA on white background.



Black color preview on #4F24FA background

This text has black color on #4F24FA background.


White color preview on #4F24FA background

This text has white color on #4F24FA background.