COLOR #4F2060

HEX: #4F2060
RGB: (79,32,96)

Color info

#4F2060 contains mainly red and blue colors. Web safe color of #4F2060 is #663366 (or #636).

RGB color model

#4F2060 color RGB value is (79,32,96).

  • red value is 79;
  • green value is 32;
  • blue value is 96.
RGB:
(79,32,96)
(31%,13%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 32 of 255 = 13%
B 96 of 255 = 38%

79
32
96

R + G + B ~ 27%. #4F2060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 32 + 96 = 207 (100%)
R 79 of 207 ~ 38.16%
G 32 of 207 ~ 15.46%
B 96 of 207 ~ 46.38%

%38.16
%15.46
%46.38

CMYK color model

#4F2060 color CMYK value is (18,67,0,62).

  • cyan value is 17.71%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(18,67,0,62)
C18M67Y0K62 
(18%,67%,0%,62%)
(0.18/0.67/0.00/0.62)	

CMYK percentages

%17.71
%66.67
%0
%62.35

Codes

Color #4F2060 in popluar color models

4F2060
RGB793296
HSL284°50.00%25.10%
HSB/HSV284°66.67%37.65%
CMYK17.71%66.67%0.00%
62.35%

Color #4F2060 in popluar number systems.

HEX4F2060
Decimal793296
Binary10011111000001100000
Octal11740140

Shades and tints

Shades of #4F2060

#4F2060
(79,32,96)
#481E58
(72,30,88)
#411C50
(65,28,80)
#3A1A48
(58,26,72)
#331840
(51,24,64)
#2C1638
(44,22,56)
#251430
(37,20,48)
#1E1228
(30,18,40)
#171020
(23,16,32)
#100E18
(16,14,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #4F2060

#4F2060
(79,32,96)
#5F346E
(95,52,110)
#6F487C
(111,72,124)
#7F5C8A
(127,92,138)
#8F7098
(143,112,152)
#9F84A6
(159,132,166)
#AF98B4
(175,152,180)
#BFACC2
(191,172,194)
#CFC0D0
(207,192,208)
#DFD4DE
(223,212,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2060 color. Also use rgb(79,32,96) instead hex code.

Text Font Color

.myTextColor { color: #4F2060; }

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

This text font color is #4F2060.


Background Color

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

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

This div background color is #4F2060.


Border color

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

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

This div border color is #4F2060.


Opacity

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

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

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

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

This text has shadow with #4F2060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2060 on black background.


Color preview on white background

This text has color #4F2060 on white background.



Black color preview on #4F2060 background

This text has black color on #4F2060 background.


White color preview on #4F2060 background

This text has white color on #4F2060 background.