COLOR #4F3570

HEX: #4F3570
RGB: (79,53,112)

Color info

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

RGB color model

#4F3570 color RGB value is (79,53,112).

  • red value is 79;
  • green value is 53;
  • blue value is 112.
RGB:
(79,53,112)
(31%,21%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 112 of 255 = 44%

79
53
112

R + G + B ~ 32%. #4F3570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 112 = 244 (100%)
R 79 of 244 ~ 32.38%
G 53 of 244 ~ 21.72%
B 112 of 244 ~ 45.9%

%32.38
%21.72
%45.9

CMYK color model

#4F3570 color CMYK value is (29,53,0,56).

  • cyan value is 29.46%
  • magenta value is 52.68%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,53,0,56)
C29M53Y0K56 
(29%,53%,0%,56%)
(0.29/0.53/0.00/0.56)	

CMYK percentages

%29.46
%52.68
%0
%56.08

Codes

Color #4F3570 in popluar color models

4F3570
RGB7953112
HSL266°35.76%32.35%
HSB/HSV266°52.68%43.92%
CMYK29.46%52.68%0.00%
56.08%

Color #4F3570 in popluar number systems.

HEX4F3570
Decimal7953112
Binary10011111101011110000
Octal11765160

Shades and tints

Shades of #4F3570

#4F3570
(79,53,112)
#483166
(72,49,102)
#412D5C
(65,45,92)
#3A2952
(58,41,82)
#332548
(51,37,72)
#2C213E
(44,33,62)
#251D34
(37,29,52)
#1E192A
(30,25,42)
#171520
(23,21,32)
#101116
(16,17,22)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F3570

#4F3570
(79,53,112)
#5F477D
(95,71,125)
#6F598A
(111,89,138)
#7F6B97
(127,107,151)
#8F7DA4
(143,125,164)
#9F8FB1
(159,143,177)
#AFA1BE
(175,161,190)
#BFB3CB
(191,179,203)
#CFC5D8
(207,197,216)
#DFD7E5
(223,215,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3570 color. Also use rgb(79,53,112) instead hex code.

Text Font Color

.myTextColor { color: #4F3570; }

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

This text font color is #4F3570.


Background Color

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

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

This div background color is #4F3570.


Border color

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

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

This div border color is #4F3570.


Opacity

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

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

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

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

This text has shadow with #4F3570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3570 on black background.


Color preview on white background

This text has color #4F3570 on white background.



Black color preview on #4F3570 background

This text has black color on #4F3570 background.


White color preview on #4F3570 background

This text has white color on #4F3570 background.