COLOR #4F0B6E

HEX: #4F0B6E
RGB: (79,11,110)

Color info

#4F0B6E contains mainly red and blue colors. Web safe color of #4F0B6E is #660066 (or #606).

RGB color model

#4F0B6E color RGB value is (79,11,110).

  • red value is 79;
  • green value is 11;
  • blue value is 110.
RGB:
(79,11,110)
(31%,4%,43%)

RGB channels and saturation

R 79 of 255 = 31%
G 11 of 255 = 4%
B 110 of 255 = 43%

79
11
110

R + G + B ~ 26%. #4F0B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 11 + 110 = 200 (100%)
R 79 of 200 ~ 39.5%
G 11 of 200 ~ 5.5%
B 110 of 200 ~ 55%

%39.5
%55

CMYK color model

#4F0B6E color CMYK value is (28,90,0,57).

  • cyan value is 28.18%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(28,90,0,57)
C28M90Y0K57 
(28%,90%,0%,57%)
(0.28/0.90/0.00/0.57)	

CMYK percentages

%28.18
%90
%0
%56.86

Codes

Color #4F0B6E in popluar color models

4F0B6E
RGB7911110
HSL281°81.82%23.73%
HSB/HSV281°90.00%43.14%
CMYK28.18%90.00%0.00%
56.86%

Color #4F0B6E in popluar number systems.

HEX4F0B6E
Decimal7911110
Binary100111110111101110
Octal11713156

Shades and tints

Shades of #4F0B6E

#4F0B6E
(79,11,110)
#480A64
(72,10,100)
#41095A
(65,9,90)
#3A0850
(58,8,80)
#330746
(51,7,70)
#2C063C
(44,6,60)
#250532
(37,5,50)
#1E0428
(30,4,40)
#17031E
(23,3,30)
#100214
(16,2,20)
#09010A
(9,1,10)
#000000
(0,0,0)

Tints of #4F0B6E

#4F0B6E
(79,11,110)
#5F217B
(95,33,123)
#6F3788
(111,55,136)
#7F4D95
(127,77,149)
#8F63A2
(143,99,162)
#9F79AF
(159,121,175)
#AF8FBC
(175,143,188)
#BFA5C9
(191,165,201)
#CFBBD6
(207,187,214)
#DFD1E3
(223,209,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0B6E color. Also use rgb(79,11,110) instead hex code.

Text Font Color

.myTextColor { color: #4F0B6E; }

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

This text font color is #4F0B6E.


Background Color

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

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

This div background color is #4F0B6E.


Border color

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

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

This div border color is #4F0B6E.


Opacity

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

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

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

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

This text has shadow with #4F0B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0B6E on black background.


Color preview on white background

This text has color #4F0B6E on white background.



Black color preview on #4F0B6E background

This text has black color on #4F0B6E background.


White color preview on #4F0B6E background

This text has white color on #4F0B6E background.