COLOR #4F0598

HEX: #4F0598
RGB: (79,5,152)

Color info

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

RGB color model

#4F0598 color RGB value is (79,5,152).

  • red value is 79;
  • green value is 5;
  • blue value is 152.
RGB:
(79,5,152)
(31%,2%,60%)

RGB channels and saturation

R 79 of 255 = 31%
G 5 of 255 = 2%
B 152 of 255 = 60%

79
5
152

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

Portions of RGB colors in percentages

R + G + B =
79 + 5 + 152 = 236 (100%)
R 79 of 236 ~ 33.47%
G 5 of 236 ~ 2.12%
B 152 of 236 ~ 64.41%

%33.47
%64.41

CMYK color model

#4F0598 color CMYK value is (48,97,0,40).

  • cyan value is 48.03%
  • magenta value is 96.71%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(48,97,0,40)
C48M97Y0K40 
(48%,97%,0%,40%)
(0.48/0.97/0.00/0.40)	

CMYK percentages

%48.03
%96.71
%0
%40.39

Codes

Color #4F0598 in popluar color models

4F0598
RGB795152
HSL270°93.63%30.78%
HSB/HSV270°96.71%59.61%
CMYK48.03%96.71%0.00%
40.39%

Color #4F0598 in popluar number systems.

HEX4F0598
Decimal795152
Binary100111110110011000
Octal1175230

Shades and tints

Shades of #4F0598

#4F0598
(79,5,152)
#48058B
(72,5,139)
#41057E
(65,5,126)
#3A0571
(58,5,113)
#330564
(51,5,100)
#2C0557
(44,5,87)
#25054A
(37,5,74)
#1E053D
(30,5,61)
#170530
(23,5,48)
#100523
(16,5,35)
#090516
(9,5,22)
#000000
(0,0,0)

Tints of #4F0598

#4F0598
(79,5,152)
#5F1BA1
(95,27,161)
#6F31AA
(111,49,170)
#7F47B3
(127,71,179)
#8F5DBC
(143,93,188)
#9F73C5
(159,115,197)
#AF89CE
(175,137,206)
#BF9FD7
(191,159,215)
#CFB5E0
(207,181,224)
#DFCBE9
(223,203,233)
#EFE1F2
(239,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0598 color. Also use rgb(79,5,152) instead hex code.

Text Font Color

.myTextColor { color: #4F0598; }

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

This text font color is #4F0598.


Background Color

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

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

This div background color is #4F0598.


Border color

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

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

This div border color is #4F0598.


Opacity

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

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

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

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

This text has shadow with #4F0598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0598 on black background.


Color preview on white background

This text has color #4F0598 on white background.



Black color preview on #4F0598 background

This text has black color on #4F0598 background.


White color preview on #4F0598 background

This text has white color on #4F0598 background.