COLOR #4F2189

HEX: #4F2189
RGB: (79,33,137)

Color info

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

RGB color model

#4F2189 color RGB value is (79,33,137).

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

RGB channels and saturation

R 79 of 255 = 31%
G 33 of 255 = 13%
B 137 of 255 = 54%

79
33
137

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

Portions of RGB colors in percentages

R + G + B =
79 + 33 + 137 = 249 (100%)
R 79 of 249 ~ 31.73%
G 33 of 249 ~ 13.25%
B 137 of 249 ~ 55.02%

%31.73
%13.25
%55.02

CMYK color model

#4F2189 color CMYK value is (42,76,0,46).

  • cyan value is 42.34%
  • magenta value is 75.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,76,0,46)
C42M76Y0K46 
(42%,76%,0%,46%)
(0.42/0.76/0.00/0.46)	

CMYK percentages

%42.34
%75.91
%0
%46.27

Codes

Color #4F2189 in popluar color models

4F2189
RGB7933137
HSL267°61.18%33.33%
HSB/HSV267°75.91%53.73%
CMYK42.34%75.91%0.00%
46.27%

Color #4F2189 in popluar number systems.

HEX4F2189
Decimal7933137
Binary100111110000110001001
Octal11741211

Shades and tints

Shades of #4F2189

#4F2189
(79,33,137)
#481E7D
(72,30,125)
#411B71
(65,27,113)
#3A1865
(58,24,101)
#331559
(51,21,89)
#2C124D
(44,18,77)
#250F41
(37,15,65)
#1E0C35
(30,12,53)
#170929
(23,9,41)
#10061D
(16,6,29)
#090311
(9,3,17)
#000000
(0,0,0)

Tints of #4F2189

#4F2189
(79,33,137)
#5F3593
(95,53,147)
#6F499D
(111,73,157)
#7F5DA7
(127,93,167)
#8F71B1
(143,113,177)
#9F85BB
(159,133,187)
#AF99C5
(175,153,197)
#BFADCF
(191,173,207)
#CFC1D9
(207,193,217)
#DFD5E3
(223,213,227)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2189; }

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

This text font color is #4F2189.


Background Color

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

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

This div background color is #4F2189.


Border color

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

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

This div border color is #4F2189.


Opacity

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

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

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

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

This text has shadow with #4F2189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2189 on black background.


Color preview on white background

This text has color #4F2189 on white background.



Black color preview on #4F2189 background

This text has black color on #4F2189 background.


White color preview on #4F2189 background

This text has white color on #4F2189 background.