COLOR #4F3989

HEX: #4F3989
RGB: (79,57,137)

Color info

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

RGB color model

#4F3989 color RGB value is (79,57,137).

  • red value is 79;
  • green value is 57;
  • blue value is 137.
RGB:
(79,57,137)
(31%,22%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 137 of 255 = 54%

79
57
137

R + G + B ~ 36%. #4F3989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 137 = 273 (100%)
R 79 of 273 ~ 28.94%
G 57 of 273 ~ 20.88%
B 137 of 273 ~ 50.18%

%28.94
%20.88
%50.18

CMYK color model

#4F3989 color CMYK value is (42,58,0,46).

  • cyan value is 42.34%
  • magenta value is 58.39%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,58,0,46)
C42M58Y0K46 
(42%,58%,0%,46%)
(0.42/0.58/0.00/0.46)	

CMYK percentages

%42.34
%58.39
%0
%46.27

Codes

Color #4F3989 in popluar color models

4F3989
RGB7957137
HSL257°41.24%38.04%
HSB/HSV257°58.39%53.73%
CMYK42.34%58.39%0.00%
46.27%

Color #4F3989 in popluar number systems.

HEX4F3989
Decimal7957137
Binary100111111100110001001
Octal11771211

Shades and tints

Shades of #4F3989

#4F3989
(79,57,137)
#48347D
(72,52,125)
#412F71
(65,47,113)
#3A2A65
(58,42,101)
#332559
(51,37,89)
#2C204D
(44,32,77)
#251B41
(37,27,65)
#1E1635
(30,22,53)
#171129
(23,17,41)
#100C1D
(16,12,29)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #4F3989

#4F3989
(79,57,137)
#5F4B93
(95,75,147)
#6F5D9D
(111,93,157)
#7F6FA7
(127,111,167)
#8F81B1
(143,129,177)
#9F93BB
(159,147,187)
#AFA5C5
(175,165,197)
#BFB7CF
(191,183,207)
#CFC9D9
(207,201,217)
#DFDBE3
(223,219,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3989 color. Also use rgb(79,57,137) instead hex code.

Text Font Color

.myTextColor { color: #4F3989; }

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

This text font color is #4F3989.


Background Color

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

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

This div background color is #4F3989.


Border color

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

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

This div border color is #4F3989.


Opacity

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

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

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

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

This text has shadow with #4F3989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3989 on black background.


Color preview on white background

This text has color #4F3989 on white background.



Black color preview on #4F3989 background

This text has black color on #4F3989 background.


White color preview on #4F3989 background

This text has white color on #4F3989 background.