COLOR #4F1F8C

HEX: #4F1F8C
RGB: (79,31,140)

Color info

#4F1F8C contains mainly blue color. Web safe color of #4F1F8C is #663399 (or #639).

RGB color model

#4F1F8C color RGB value is (79,31,140).

  • red value is 79;
  • green value is 31;
  • blue value is 140.
RGB:
(79,31,140)
(31%,12%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 31 of 255 = 12%
B 140 of 255 = 55%

79
31
140

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

Portions of RGB colors in percentages

R + G + B =
79 + 31 + 140 = 250 (100%)
R 79 of 250 ~ 31.6%
G 31 of 250 ~ 12.4%
B 140 of 250 ~ 56%

%31.6
%12.4
%56

CMYK color model

#4F1F8C color CMYK value is (44,78,0,45).

  • cyan value is 43.57%
  • magenta value is 77.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(44,78,0,45)
C44M78Y0K45 
(44%,78%,0%,45%)
(0.44/0.78/0.00/0.45)	

CMYK percentages

%43.57
%77.86
%0
%45.1

Codes

Color #4F1F8C in popluar color models

4F1F8C
RGB7931140
HSL266°63.74%33.53%
HSB/HSV266°77.86%54.90%
CMYK43.57%77.86%0.00%
45.10%

Color #4F1F8C in popluar number systems.

HEX4F1F8C
Decimal7931140
Binary10011111111110001100
Octal11737214

Shades and tints

Shades of #4F1F8C

#4F1F8C
(79,31,140)
#481D80
(72,29,128)
#411B74
(65,27,116)
#3A1968
(58,25,104)
#33175C
(51,23,92)
#2C1550
(44,21,80)
#251344
(37,19,68)
#1E1138
(30,17,56)
#170F2C
(23,15,44)
#100D20
(16,13,32)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #4F1F8C

#4F1F8C
(79,31,140)
#5F3396
(95,51,150)
#6F47A0
(111,71,160)
#7F5BAA
(127,91,170)
#8F6FB4
(143,111,180)
#9F83BE
(159,131,190)
#AF97C8
(175,151,200)
#BFABD2
(191,171,210)
#CFBFDC
(207,191,220)
#DFD3E6
(223,211,230)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1F8C color. Also use rgb(79,31,140) instead hex code.

Text Font Color

.myTextColor { color: #4F1F8C; }

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

This text font color is #4F1F8C.


Background Color

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

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

This div background color is #4F1F8C.


Border color

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

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

This div border color is #4F1F8C.


Opacity

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

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

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

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

This text has shadow with #4F1F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1F8C on black background.


Color preview on white background

This text has color #4F1F8C on white background.



Black color preview on #4F1F8C background

This text has black color on #4F1F8C background.


White color preview on #4F1F8C background

This text has white color on #4F1F8C background.