COLOR #4B39F6

HEX: #4B39F6
RGB: (75,57,246)

Color info

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

RGB color model

#4B39F6 color RGB value is (75,57,246).

  • red value is 75;
  • green value is 57;
  • blue value is 246.
RGB:
(75,57,246)
(29%,22%,96%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 246 of 255 = 96%

75
57
246

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

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 246 = 378 (100%)
R 75 of 378 ~ 19.84%
G 57 of 378 ~ 15.08%
B 246 of 378 ~ 65.08%

%19.84
%15.08
%65.08

CMYK color model

#4B39F6 color CMYK value is (70,77,0,4).

  • cyan value is 69.51%
  • magenta value is 76.83%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(70,77,0,4)
C70M77Y0K4 
(70%,77%,0%,4%)
(0.70/0.77/0.00/0.04)	

CMYK percentages

%69.51
%76.83
%0
%3.53

Codes

Color #4B39F6 in popluar color models

4B39F6
RGB7557246
HSL246°91.30%59.41%
HSB/HSV246°76.83%96.47%
CMYK69.51%76.83%0.00%
3.53%

Color #4B39F6 in popluar number systems.

HEX4B39F6
Decimal7557246
Binary100101111100111110110
Octal11371366

Shades and tints

Shades of #4B39F6

#4B39F6
(75,57,246)
#4534E0
(69,52,224)
#3F2FCA
(63,47,202)
#392AB4
(57,42,180)
#33259E
(51,37,158)
#2D2088
(45,32,136)
#271B72
(39,27,114)
#21165C
(33,22,92)
#1B1146
(27,17,70)
#150C30
(21,12,48)
#0F071A
(15,7,26)
#000000
(0,0,0)

Tints of #4B39F6

#4B39F6
(75,57,246)
#5B4BF6
(91,75,246)
#6B5DF6
(107,93,246)
#7B6FF6
(123,111,246)
#8B81F6
(139,129,246)
#9B93F6
(155,147,246)
#ABA5F6
(171,165,246)
#BBB7F6
(187,183,246)
#CBC9F6
(203,201,246)
#DBDBF6
(219,219,246)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B39F6 color. Also use rgb(75,57,246) instead hex code.

Text Font Color

.myTextColor { color: #4B39F6; }

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

This text font color is #4B39F6.


Background Color

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

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

This div background color is #4B39F6.


Border color

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

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

This div border color is #4B39F6.


Opacity

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

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

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

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

This text has shadow with #4B39F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B39F6 on black background.


Color preview on white background

This text has color #4B39F6 on white background.



Black color preview on #4B39F6 background

This text has black color on #4B39F6 background.


White color preview on #4B39F6 background

This text has white color on #4B39F6 background.