COLOR #4F2B81

HEX: #4F2B81
RGB: (79,43,129)

Color info

#4F2B81 contains mainly red and blue colors. Web safe color of #4F2B81 is #663399 (or #639).

RGB color model

#4F2B81 color RGB value is (79,43,129).

  • red value is 79;
  • green value is 43;
  • blue value is 129.
RGB:
(79,43,129)
(31%,17%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 43 of 255 = 17%
B 129 of 255 = 51%

79
43
129

R + G + B ~ 33%. #4F2B81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 43 + 129 = 251 (100%)
R 79 of 251 ~ 31.47%
G 43 of 251 ~ 17.13%
B 129 of 251 ~ 51.39%

%31.47
%17.13
%51.39

CMYK color model

#4F2B81 color CMYK value is (39,67,0,49).

  • cyan value is 38.76%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(39,67,0,49)
C39M67Y0K49 
(39%,67%,0%,49%)
(0.39/0.67/0.00/0.49)	

CMYK percentages

%38.76
%66.67
%0
%49.41

Codes

Color #4F2B81 in popluar color models

4F2B81
RGB7943129
HSL265°50.00%33.73%
HSB/HSV265°66.67%50.59%
CMYK38.76%66.67%0.00%
49.41%

Color #4F2B81 in popluar number systems.

HEX4F2B81
Decimal7943129
Binary100111110101110000001
Octal11753201

Shades and tints

Shades of #4F2B81

#4F2B81
(79,43,129)
#482876
(72,40,118)
#41256B
(65,37,107)
#3A2260
(58,34,96)
#331F55
(51,31,85)
#2C1C4A
(44,28,74)
#25193F
(37,25,63)
#1E1634
(30,22,52)
#171329
(23,19,41)
#10101E
(16,16,30)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #4F2B81

#4F2B81
(79,43,129)
#5F3E8C
(95,62,140)
#6F5197
(111,81,151)
#7F64A2
(127,100,162)
#8F77AD
(143,119,173)
#9F8AB8
(159,138,184)
#AF9DC3
(175,157,195)
#BFB0CE
(191,176,206)
#CFC3D9
(207,195,217)
#DFD6E4
(223,214,228)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2B81 color. Also use rgb(79,43,129) instead hex code.

Text Font Color

.myTextColor { color: #4F2B81; }

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

This text font color is #4F2B81.


Background Color

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

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

This div background color is #4F2B81.


Border color

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

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

This div border color is #4F2B81.


Opacity

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

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

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

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

This text has shadow with #4F2B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2B81 on black background.


Color preview on white background

This text has color #4F2B81 on white background.



Black color preview on #4F2B81 background

This text has black color on #4F2B81 background.


White color preview on #4F2B81 background

This text has white color on #4F2B81 background.