COLOR #4B29F6

HEX: #4B29F6
RGB: (75,41,246)

Color info

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

RGB color model

#4B29F6 color RGB value is (75,41,246).

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

RGB channels and saturation

R 75 of 255 = 29%
G 41 of 255 = 16%
B 246 of 255 = 96%

75
41
246

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

Portions of RGB colors in percentages

R + G + B =
75 + 41 + 246 = 362 (100%)
R 75 of 362 ~ 20.72%
G 41 of 362 ~ 11.33%
B 246 of 362 ~ 67.96%

%20.72
%11.33
%67.96

CMYK color model

#4B29F6 color CMYK value is (70,83,0,4).

  • cyan value is 69.51%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(70,83,0,4)
C70M83Y0K4 
(70%,83%,0%,4%)
(0.70/0.83/0.00/0.04)	

CMYK percentages

%69.51
%83.33
%0
%3.53

Codes

Color #4B29F6 in popluar color models

4B29F6
RGB7541246
HSL250°91.93%56.27%
HSB/HSV250°83.33%96.47%
CMYK69.51%83.33%0.00%
3.53%

Color #4B29F6 in popluar number systems.

HEX4B29F6
Decimal7541246
Binary100101110100111110110
Octal11351366

Shades and tints

Shades of #4B29F6

#4B29F6
(75,41,246)
#4526E0
(69,38,224)
#3F23CA
(63,35,202)
#3920B4
(57,32,180)
#331D9E
(51,29,158)
#2D1A88
(45,26,136)
#271772
(39,23,114)
#21145C
(33,20,92)
#1B1146
(27,17,70)
#150E30
(21,14,48)
#0F0B1A
(15,11,26)
#000000
(0,0,0)

Tints of #4B29F6

#4B29F6
(75,41,246)
#5B3CF6
(91,60,246)
#6B4FF6
(107,79,246)
#7B62F6
(123,98,246)
#8B75F6
(139,117,246)
#9B88F6
(155,136,246)
#AB9BF6
(171,155,246)
#BBAEF6
(187,174,246)
#CBC1F6
(203,193,246)
#DBD4F6
(219,212,246)
#EBE7F6
(235,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B29F6; }

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

This text font color is #4B29F6.


Background Color

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

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

This div background color is #4B29F6.


Border color

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

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

This div border color is #4B29F6.


Opacity

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

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

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

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

This text has shadow with #4B29F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B29F6 on black background.


Color preview on white background

This text has color #4B29F6 on white background.



Black color preview on #4B29F6 background

This text has black color on #4B29F6 background.


White color preview on #4B29F6 background

This text has white color on #4B29F6 background.