COLOR #4F1291

HEX: #4F1291
RGB: (79,18,145)

Color info

#4F1291 contains mainly blue color. Web safe color of #4F1291 is #660099 (or #609).

RGB color model

#4F1291 color RGB value is (79,18,145).

  • red value is 79;
  • green value is 18;
  • blue value is 145.
RGB:
(79,18,145)
(31%,7%,57%)

RGB channels and saturation

R 79 of 255 = 31%
G 18 of 255 = 7%
B 145 of 255 = 57%

79
18
145

R + G + B ~ 32%. #4F1291 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 18 + 145 = 242 (100%)
R 79 of 242 ~ 32.64%
G 18 of 242 ~ 7.44%
B 145 of 242 ~ 59.92%

%32.64
%59.92

CMYK color model

#4F1291 color CMYK value is (46,88,0,43).

  • cyan value is 45.52%
  • magenta value is 87.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(46,88,0,43)
C46M88Y0K43 
(46%,88%,0%,43%)
(0.46/0.88/0.00/0.43)	

CMYK percentages

%45.52
%87.59
%0
%43.14

Codes

Color #4F1291 in popluar color models

4F1291
RGB7918145
HSL269°77.91%31.96%
HSB/HSV269°87.59%56.86%
CMYK45.52%87.59%0.00%
43.14%

Color #4F1291 in popluar number systems.

HEX4F1291
Decimal7918145
Binary10011111001010010001
Octal11722221

Shades and tints

Shades of #4F1291

#4F1291
(79,18,145)
#481184
(72,17,132)
#411077
(65,16,119)
#3A0F6A
(58,15,106)
#330E5D
(51,14,93)
#2C0D50
(44,13,80)
#250C43
(37,12,67)
#1E0B36
(30,11,54)
#170A29
(23,10,41)
#10091C
(16,9,28)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #4F1291

#4F1291
(79,18,145)
#5F279B
(95,39,155)
#6F3CA5
(111,60,165)
#7F51AF
(127,81,175)
#8F66B9
(143,102,185)
#9F7BC3
(159,123,195)
#AF90CD
(175,144,205)
#BFA5D7
(191,165,215)
#CFBAE1
(207,186,225)
#DFCFEB
(223,207,235)
#EFE4F5
(239,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1291 color. Also use rgb(79,18,145) instead hex code.

Text Font Color

.myTextColor { color: #4F1291; }

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

This text font color is #4F1291.


Background Color

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

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

This div background color is #4F1291.


Border color

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

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

This div border color is #4F1291.


Opacity

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

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

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

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

This text has shadow with #4F1291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1291 on black background.


Color preview on white background

This text has color #4F1291 on white background.



Black color preview on #4F1291 background

This text has black color on #4F1291 background.


White color preview on #4F1291 background

This text has white color on #4F1291 background.