COLOR #4F29DD

HEX: #4F29DD
RGB: (79,41,221)

Color info

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

RGB color model

#4F29DD color RGB value is (79,41,221).

  • red value is 79;
  • green value is 41;
  • blue value is 221.
RGB:
(79,41,221)
(31%,16%,87%)

RGB channels and saturation

R 79 of 255 = 31%
G 41 of 255 = 16%
B 221 of 255 = 87%

79
41
221

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

Portions of RGB colors in percentages

R + G + B =
79 + 41 + 221 = 341 (100%)
R 79 of 341 ~ 23.17%
G 41 of 341 ~ 12.02%
B 221 of 341 ~ 64.81%

%23.17
%12.02
%64.81

CMYK color model

#4F29DD color CMYK value is (64,81,0,13).

  • cyan value is 64.25%
  • magenta value is 81.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(64,81,0,13)
C64M81Y0K13 
(64%,81%,0%,13%)
(0.64/0.81/0.00/0.13)	

CMYK percentages

%64.25
%81.45
%0
%13.33

Codes

Color #4F29DD in popluar color models

4F29DD
RGB7941221
HSL253°72.58%51.37%
HSB/HSV253°81.45%86.67%
CMYK64.25%81.45%0.00%
13.33%

Color #4F29DD in popluar number systems.

HEX4F29DD
Decimal7941221
Binary100111110100111011101
Octal11751335

Shades and tints

Shades of #4F29DD

#4F29DD
(79,41,221)
#4826C9
(72,38,201)
#4123B5
(65,35,181)
#3A20A1
(58,32,161)
#331D8D
(51,29,141)
#2C1A79
(44,26,121)
#251765
(37,23,101)
#1E1451
(30,20,81)
#17113D
(23,17,61)
#100E29
(16,14,41)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #4F29DD

#4F29DD
(79,41,221)
#5F3CE0
(95,60,224)
#6F4FE3
(111,79,227)
#7F62E6
(127,98,230)
#8F75E9
(143,117,233)
#9F88EC
(159,136,236)
#AF9BEF
(175,155,239)
#BFAEF2
(191,174,242)
#CFC1F5
(207,193,245)
#DFD4F8
(223,212,248)
#EFE7FB
(239,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F29DD color. Also use rgb(79,41,221) instead hex code.

Text Font Color

.myTextColor { color: #4F29DD; }

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

This text font color is #4F29DD.


Background Color

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

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

This div background color is #4F29DD.


Border color

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

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

This div border color is #4F29DD.


Opacity

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

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

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

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

This text has shadow with #4F29DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F29DD on black background.


Color preview on white background

This text has color #4F29DD on white background.



Black color preview on #4F29DD background

This text has black color on #4F29DD background.


White color preview on #4F29DD background

This text has white color on #4F29DD background.