COLOR #4F3466

HEX: #4F3466
RGB: (79,52,102)

Color info

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

RGB color model

#4F3466 color RGB value is (79,52,102).

  • red value is 79;
  • green value is 52;
  • blue value is 102.
RGB:
(79,52,102)
(31%,20%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 102 of 255 = 40%

79
52
102

R + G + B ~ 30%. #4F3466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 102 = 233 (100%)
R 79 of 233 ~ 33.91%
G 52 of 233 ~ 22.32%
B 102 of 233 ~ 43.78%

%33.91
%22.32
%43.78

CMYK color model

#4F3466 color CMYK value is (23,49,0,60).

  • cyan value is 22.55%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,49,0,60)
C23M49Y0K60 
(23%,49%,0%,60%)
(0.23/0.49/0.00/0.60)	

CMYK percentages

%22.55
%49.02
%0
%60

Codes

Color #4F3466 in popluar color models

4F3466
RGB7952102
HSL272°32.47%30.20%
HSB/HSV272°49.02%40.00%
CMYK22.55%49.02%0.00%
60.00%

Color #4F3466 in popluar number systems.

HEX4F3466
Decimal7952102
Binary10011111101001100110
Octal11764146

Shades and tints

Shades of #4F3466

#4F3466
(79,52,102)
#48305D
(72,48,93)
#412C54
(65,44,84)
#3A284B
(58,40,75)
#332442
(51,36,66)
#2C2039
(44,32,57)
#251C30
(37,28,48)
#1E1827
(30,24,39)
#17141E
(23,20,30)
#101015
(16,16,21)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F3466

#4F3466
(79,52,102)
#5F4673
(95,70,115)
#6F5880
(111,88,128)
#7F6A8D
(127,106,141)
#8F7C9A
(143,124,154)
#9F8EA7
(159,142,167)
#AFA0B4
(175,160,180)
#BFB2C1
(191,178,193)
#CFC4CE
(207,196,206)
#DFD6DB
(223,214,219)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3466 color. Also use rgb(79,52,102) instead hex code.

Text Font Color

.myTextColor { color: #4F3466; }

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

This text font color is #4F3466.


Background Color

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

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

This div background color is #4F3466.


Border color

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

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

This div border color is #4F3466.


Opacity

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

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

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

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

This text has shadow with #4F3466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3466 on black background.


Color preview on white background

This text has color #4F3466 on white background.



Black color preview on #4F3466 background

This text has black color on #4F3466 background.


White color preview on #4F3466 background

This text has white color on #4F3466 background.