COLOR #4F27AB

HEX: #4F27AB
RGB: (79,39,171)

Color info

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

RGB color model

#4F27AB color RGB value is (79,39,171).

  • red value is 79;
  • green value is 39;
  • blue value is 171.
RGB:
(79,39,171)
(31%,15%,67%)

RGB channels and saturation

R 79 of 255 = 31%
G 39 of 255 = 15%
B 171 of 255 = 67%

79
39
171

R + G + B ~ 38%. #4F27AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 39 + 171 = 289 (100%)
R 79 of 289 ~ 27.34%
G 39 of 289 ~ 13.49%
B 171 of 289 ~ 59.17%

%27.34
%13.49
%59.17

CMYK color model

#4F27AB color CMYK value is (54,77,0,33).

  • cyan value is 53.80%
  • magenta value is 77.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(54,77,0,33)
C54M77Y0K33 
(54%,77%,0%,33%)
(0.54/0.77/0.00/0.33)	

CMYK percentages

%53.8
%77.19
%0
%32.94

Codes

Color #4F27AB in popluar color models

4F27AB
RGB7939171
HSL258°62.86%41.18%
HSB/HSV258°77.19%67.06%
CMYK53.80%77.19%0.00%
32.94%

Color #4F27AB in popluar number systems.

HEX4F27AB
Decimal7939171
Binary100111110011110101011
Octal11747253

Shades and tints

Shades of #4F27AB

#4F27AB
(79,39,171)
#48249C
(72,36,156)
#41218D
(65,33,141)
#3A1E7E
(58,30,126)
#331B6F
(51,27,111)
#2C1860
(44,24,96)
#251551
(37,21,81)
#1E1242
(30,18,66)
#170F33
(23,15,51)
#100C24
(16,12,36)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #4F27AB

#4F27AB
(79,39,171)
#5F3AB2
(95,58,178)
#6F4DB9
(111,77,185)
#7F60C0
(127,96,192)
#8F73C7
(143,115,199)
#9F86CE
(159,134,206)
#AF99D5
(175,153,213)
#BFACDC
(191,172,220)
#CFBFE3
(207,191,227)
#DFD2EA
(223,210,234)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F27AB color. Also use rgb(79,39,171) instead hex code.

Text Font Color

.myTextColor { color: #4F27AB; }

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

This text font color is #4F27AB.


Background Color

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

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

This div background color is #4F27AB.


Border color

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

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

This div border color is #4F27AB.


Opacity

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

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

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

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

This text has shadow with #4F27AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F27AB on black background.


Color preview on white background

This text has color #4F27AB on white background.



Black color preview on #4F27AB background

This text has black color on #4F27AB background.


White color preview on #4F27AB background

This text has white color on #4F27AB background.