COLOR #4F2EB0

HEX: #4F2EB0
RGB: (79,46,176)

Color info

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

RGB color model

#4F2EB0 color RGB value is (79,46,176).

  • red value is 79;
  • green value is 46;
  • blue value is 176.
RGB:
(79,46,176)
(31%,18%,69%)

RGB channels and saturation

R 79 of 255 = 31%
G 46 of 255 = 18%
B 176 of 255 = 69%

79
46
176

R + G + B ~ 39%. #4F2EB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 46 + 176 = 301 (100%)
R 79 of 301 ~ 26.25%
G 46 of 301 ~ 15.28%
B 176 of 301 ~ 58.47%

%26.25
%15.28
%58.47

CMYK color model

#4F2EB0 color CMYK value is (55,74,0,31).

  • cyan value is 55.11%
  • magenta value is 73.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(55,74,0,31)
C55M74Y0K31 
(55%,74%,0%,31%)
(0.55/0.74/0.00/0.31)	

CMYK percentages

%55.11
%73.86
%0
%30.98

Codes

Color #4F2EB0 in popluar color models

4F2EB0
RGB7946176
HSL255°58.56%43.53%
HSB/HSV255°73.86%69.02%
CMYK55.11%73.86%0.00%
30.98%

Color #4F2EB0 in popluar number systems.

HEX4F2EB0
Decimal7946176
Binary100111110111010110000
Octal11756260

Shades and tints

Shades of #4F2EB0

#4F2EB0
(79,46,176)
#482AA0
(72,42,160)
#412690
(65,38,144)
#3A2280
(58,34,128)
#331E70
(51,30,112)
#2C1A60
(44,26,96)
#251650
(37,22,80)
#1E1240
(30,18,64)
#170E30
(23,14,48)
#100A20
(16,10,32)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #4F2EB0

#4F2EB0
(79,46,176)
#5F41B7
(95,65,183)
#6F54BE
(111,84,190)
#7F67C5
(127,103,197)
#8F7ACC
(143,122,204)
#9F8DD3
(159,141,211)
#AFA0DA
(175,160,218)
#BFB3E1
(191,179,225)
#CFC6E8
(207,198,232)
#DFD9EF
(223,217,239)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2EB0 color. Also use rgb(79,46,176) instead hex code.

Text Font Color

.myTextColor { color: #4F2EB0; }

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

This text font color is #4F2EB0.


Background Color

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

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

This div background color is #4F2EB0.


Border color

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

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

This div border color is #4F2EB0.


Opacity

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

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

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

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

This text has shadow with #4F2EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2EB0 on black background.


Color preview on white background

This text has color #4F2EB0 on white background.



Black color preview on #4F2EB0 background

This text has black color on #4F2EB0 background.


White color preview on #4F2EB0 background

This text has white color on #4F2EB0 background.