COLOR #4F0B93

HEX: #4F0B93
RGB: (79,11,147)

Color info

#4F0B93 contains mainly blue color. Web safe color of #4F0B93 is #660099 (or #609).

RGB color model

#4F0B93 color RGB value is (79,11,147).

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

RGB channels and saturation

R 79 of 255 = 31%
G 11 of 255 = 4%
B 147 of 255 = 58%

79
11
147

R + G + B ~ 31%. #4F0B93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 11 + 147 = 237 (100%)
R 79 of 237 ~ 33.33%
G 11 of 237 ~ 4.64%
B 147 of 237 ~ 62.03%

%33.33
%62.03

CMYK color model

#4F0B93 color CMYK value is (46,93,0,42).

  • cyan value is 46.26%
  • magenta value is 92.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(46,93,0,42)
C46M93Y0K42 
(46%,93%,0%,42%)
(0.46/0.93/0.00/0.42)	

CMYK percentages

%46.26
%92.52
%0
%42.35

Codes

Color #4F0B93 in popluar color models

4F0B93
RGB7911147
HSL270°86.08%30.98%
HSB/HSV270°92.52%57.65%
CMYK46.26%92.52%0.00%
42.35%

Color #4F0B93 in popluar number systems.

HEX4F0B93
Decimal7911147
Binary1001111101110010011
Octal11713223

Shades and tints

Shades of #4F0B93

#4F0B93
(79,11,147)
#480A86
(72,10,134)
#410979
(65,9,121)
#3A086C
(58,8,108)
#33075F
(51,7,95)
#2C0652
(44,6,82)
#250545
(37,5,69)
#1E0438
(30,4,56)
#17032B
(23,3,43)
#10021E
(16,2,30)
#090111
(9,1,17)
#000000
(0,0,0)

Tints of #4F0B93

#4F0B93
(79,11,147)
#5F219C
(95,33,156)
#6F37A5
(111,55,165)
#7F4DAE
(127,77,174)
#8F63B7
(143,99,183)
#9F79C0
(159,121,192)
#AF8FC9
(175,143,201)
#BFA5D2
(191,165,210)
#CFBBDB
(207,187,219)
#DFD1E4
(223,209,228)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0B93; }

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

This text font color is #4F0B93.


Background Color

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

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

This div background color is #4F0B93.


Border color

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

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

This div border color is #4F0B93.


Opacity

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

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

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

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

This text has shadow with #4F0B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0B93 on black background.


Color preview on white background

This text has color #4F0B93 on white background.



Black color preview on #4F0B93 background

This text has black color on #4F0B93 background.


White color preview on #4F0B93 background

This text has white color on #4F0B93 background.