COLOR #4F3B74

HEX: #4F3B74
RGB: (79,59,116)

Color info

#4F3B74 contains red, green and blue colors in about the same proportion. Web safe color of #4F3B74 is #663366 (or #636).

RGB color model

#4F3B74 color RGB value is (79,59,116).

  • red value is 79;
  • green value is 59;
  • blue value is 116.
RGB:
(79,59,116)
(31%,23%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 116 of 255 = 45%

79
59
116

R + G + B ~ 33%. #4F3B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 116 = 254 (100%)
R 79 of 254 ~ 31.1%
G 59 of 254 ~ 23.23%
B 116 of 254 ~ 45.67%

%31.1
%23.23
%45.67

CMYK color model

#4F3B74 color CMYK value is (32,49,0,55).

  • cyan value is 31.90%
  • magenta value is 49.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(32,49,0,55)
C32M49Y0K55 
(32%,49%,0%,55%)
(0.32/0.49/0.00/0.55)	

CMYK percentages

%31.9
%49.14
%0
%54.51

Codes

Color #4F3B74 in popluar color models

4F3B74
RGB7959116
HSL261°32.57%34.31%
HSB/HSV261°49.14%45.49%
CMYK31.90%49.14%0.00%
54.51%

Color #4F3B74 in popluar number systems.

HEX4F3B74
Decimal7959116
Binary10011111110111110100
Octal11773164

Shades and tints

Shades of #4F3B74

#4F3B74
(79,59,116)
#48366A
(72,54,106)
#413160
(65,49,96)
#3A2C56
(58,44,86)
#33274C
(51,39,76)
#2C2242
(44,34,66)
#251D38
(37,29,56)
#1E182E
(30,24,46)
#171324
(23,19,36)
#100E1A
(16,14,26)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F3B74

#4F3B74
(79,59,116)
#5F4C80
(95,76,128)
#6F5D8C
(111,93,140)
#7F6E98
(127,110,152)
#8F7FA4
(143,127,164)
#9F90B0
(159,144,176)
#AFA1BC
(175,161,188)
#BFB2C8
(191,178,200)
#CFC3D4
(207,195,212)
#DFD4E0
(223,212,224)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3B74 color. Also use rgb(79,59,116) instead hex code.

Text Font Color

.myTextColor { color: #4F3B74; }

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

This text font color is #4F3B74.


Background Color

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

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

This div background color is #4F3B74.


Border color

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

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

This div border color is #4F3B74.


Opacity

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

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

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

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

This text has shadow with #4F3B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B74 on black background.


Color preview on white background

This text has color #4F3B74 on white background.



Black color preview on #4F3B74 background

This text has black color on #4F3B74 background.


White color preview on #4F3B74 background

This text has white color on #4F3B74 background.