COLOR #4F28D8

HEX: #4F28D8
RGB: (79,40,216)

Color info

#4F28D8 contains mainly blue color. Web safe color of #4F28D8 is #6633CC (or #63C).

RGB color model

#4F28D8 color RGB value is (79,40,216).

  • red value is 79;
  • green value is 40;
  • blue value is 216.
RGB:
(79,40,216)
(31%,16%,85%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 216 of 255 = 85%

79
40
216

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

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 216 = 335 (100%)
R 79 of 335 ~ 23.58%
G 40 of 335 ~ 11.94%
B 216 of 335 ~ 64.48%

%23.58
%11.94
%64.48

CMYK color model

#4F28D8 color CMYK value is (63,81,0,15).

  • cyan value is 63.43%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(63,81,0,15)
C63M81Y0K15 
(63%,81%,0%,15%)
(0.63/0.81/0.00/0.15)	

CMYK percentages

%63.43
%81.48
%0
%15.29

Codes

Color #4F28D8 in popluar color models

4F28D8
RGB7940216
HSL253°69.29%50.20%
HSB/HSV253°81.48%84.71%
CMYK63.43%81.48%0.00%
15.29%

Color #4F28D8 in popluar number systems.

HEX4F28D8
Decimal7940216
Binary100111110100011011000
Octal11750330

Shades and tints

Shades of #4F28D8

#4F28D8
(79,40,216)
#4825C5
(72,37,197)
#4122B2
(65,34,178)
#3A1F9F
(58,31,159)
#331C8C
(51,28,140)
#2C1979
(44,25,121)
#251666
(37,22,102)
#1E1353
(30,19,83)
#171040
(23,16,64)
#100D2D
(16,13,45)
#090A1A
(9,10,26)
#000000
(0,0,0)

Tints of #4F28D8

#4F28D8
(79,40,216)
#5F3BDB
(95,59,219)
#6F4EDE
(111,78,222)
#7F61E1
(127,97,225)
#8F74E4
(143,116,228)
#9F87E7
(159,135,231)
#AF9AEA
(175,154,234)
#BFADED
(191,173,237)
#CFC0F0
(207,192,240)
#DFD3F3
(223,211,243)
#EFE6F6
(239,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F28D8 color. Also use rgb(79,40,216) instead hex code.

Text Font Color

.myTextColor { color: #4F28D8; }

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

This text font color is #4F28D8.


Background Color

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

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

This div background color is #4F28D8.


Border color

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

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

This div border color is #4F28D8.


Opacity

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

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

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

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

This text has shadow with #4F28D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F28D8 on black background.


Color preview on white background

This text has color #4F28D8 on white background.



Black color preview on #4F28D8 background

This text has black color on #4F28D8 background.


White color preview on #4F28D8 background

This text has white color on #4F28D8 background.