COLOR #4F4279

HEX: #4F4279
RGB: (79,66,121)

Color info

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

RGB color model

#4F4279 color RGB value is (79,66,121).

  • red value is 79;
  • green value is 66;
  • blue value is 121.
RGB:
(79,66,121)
(31%,26%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 121 of 255 = 47%

79
66
121

R + G + B ~ 35%. #4F4279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 121 = 266 (100%)
R 79 of 266 ~ 29.7%
G 66 of 266 ~ 24.81%
B 121 of 266 ~ 45.49%

%29.7
%24.81
%45.49

CMYK color model

#4F4279 color CMYK value is (35,45,0,53).

  • cyan value is 34.71%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,45,0,53)
C35M45Y0K53 
(35%,45%,0%,53%)
(0.35/0.45/0.00/0.53)	

CMYK percentages

%34.71
%45.45
%0
%52.55

Codes

Color #4F4279 in popluar color models

4F4279
RGB7966121
HSL254°29.41%36.67%
HSB/HSV254°45.45%47.45%
CMYK34.71%45.45%0.00%
52.55%

Color #4F4279 in popluar number systems.

HEX4F4279
Decimal7966121
Binary100111110000101111001
Octal117102171

Shades and tints

Shades of #4F4279

#4F4279
(79,66,121)
#483C6E
(72,60,110)
#413663
(65,54,99)
#3A3058
(58,48,88)
#332A4D
(51,42,77)
#2C2442
(44,36,66)
#251E37
(37,30,55)
#1E182C
(30,24,44)
#171221
(23,18,33)
#100C16
(16,12,22)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F4279

#4F4279
(79,66,121)
#5F5385
(95,83,133)
#6F6491
(111,100,145)
#7F759D
(127,117,157)
#8F86A9
(143,134,169)
#9F97B5
(159,151,181)
#AFA8C1
(175,168,193)
#BFB9CD
(191,185,205)
#CFCAD9
(207,202,217)
#DFDBE5
(223,219,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4279 color. Also use rgb(79,66,121) instead hex code.

Text Font Color

.myTextColor { color: #4F4279; }

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

This text font color is #4F4279.


Background Color

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

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

This div background color is #4F4279.


Border color

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

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

This div border color is #4F4279.


Opacity

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

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

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

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

This text has shadow with #4F4279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4279 on black background.


Color preview on white background

This text has color #4F4279 on white background.



Black color preview on #4F4279 background

This text has black color on #4F4279 background.


White color preview on #4F4279 background

This text has white color on #4F4279 background.