COLOR #4827F6

HEX: #4827F6
RGB: (72,39,246)

Color info

#4827F6 contains mainly blue color. Web safe color of #4827F6 is #3333FF (or #33F).

RGB color model

#4827F6 color RGB value is (72,39,246).

  • red value is 72;
  • green value is 39;
  • blue value is 246.
RGB:
(72,39,246)
(28%,15%,96%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 246 of 255 = 96%

72
39
246

R + G + B ~ 46%. #4827F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 246 = 357 (100%)
R 72 of 357 ~ 20.17%
G 39 of 357 ~ 10.92%
B 246 of 357 ~ 68.91%

%20.17
%10.92
%68.91

CMYK color model

#4827F6 color CMYK value is (71,84,0,4).

  • cyan value is 70.73%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(71,84,0,4)
C71M84Y0K4 
(71%,84%,0%,4%)
(0.71/0.84/0.00/0.04)	

CMYK percentages

%70.73
%84.15
%0
%3.53

Codes

Color #4827F6 in popluar color models

4827F6
RGB7239246
HSL250°92.00%55.88%
HSB/HSV250°84.15%96.47%
CMYK70.73%84.15%0.00%
3.53%

Color #4827F6 in popluar number systems.

HEX4827F6
Decimal7239246
Binary100100010011111110110
Octal11047366

Shades and tints

Shades of #4827F6

#4827F6
(72,39,246)
#4224E0
(66,36,224)
#3C21CA
(60,33,202)
#361EB4
(54,30,180)
#301B9E
(48,27,158)
#2A1888
(42,24,136)
#241572
(36,21,114)
#1E125C
(30,18,92)
#180F46
(24,15,70)
#120C30
(18,12,48)
#0C091A
(12,9,26)
#000000
(0,0,0)

Tints of #4827F6

#4827F6
(72,39,246)
#583AF6
(88,58,246)
#684DF6
(104,77,246)
#7860F6
(120,96,246)
#8873F6
(136,115,246)
#9886F6
(152,134,246)
#A899F6
(168,153,246)
#B8ACF6
(184,172,246)
#C8BFF6
(200,191,246)
#D8D2F6
(216,210,246)
#E8E5F6
(232,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4827F6 color. Also use rgb(72,39,246) instead hex code.

Text Font Color

.myTextColor { color: #4827F6; }

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

This text font color is #4827F6.


Background Color

.myBgColor { background-color: #4827F6; }

<div style="background-color:#4827F6">Inner text</div>

This div background color is #4827F6.


Border color

.myBorderColor { border: 1px solid #4827F6; }

<div style="border:3px solid #4827F6">Div</div>

This div border color is #4827F6.


Opacity

.myOpacity80 { color: #4827F6; opacity: 0.8; }

<p style="color:#4827F6;opacity:0.8;">80%</p>

Text with #4827F6 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 #4827F6;}

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

This text has shadow with #4827F6 color.

.textShadow {text-shadow: 3px 3px 1px #4827F6, 3px 3px 1px red;}

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

This text has shadow with #4827F6 primary color and red secondary color.


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

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

This text has shadow with #4827F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4827F6 on black background.


Color preview on white background

This text has color #4827F6 on white background.



Black color preview on #4827F6 background

This text has black color on #4827F6 background.


White color preview on #4827F6 background

This text has white color on #4827F6 background.