COLOR #4F4666

HEX: #4F4666 RGB: (79,70,102)

Color info

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

RGB color model

#4F4666 color RGB value is (79,70,102).

RGB: (79,70,102) (31%, 27%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 102 of 255 = 40%

79
70
102

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

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 102 = 251 (100%)
R 79 of 251 ~ 31.47%
G 70 of 251 ~ 27.89%
B 102 of 251 ~ 40.64'%

%31.47
%27.89
%40.64

CMYK color model

#4F4666 color CMYK value is (23,31,0,60).

  • cyan value is 22.55%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (23,31,0,60) C23M31Y0K60 (23%,31%,0%,60%) (0.23/0.31/0.00/0.60) 

CMYK percentages

%22.55
%31.37
%0
%60

Codes

Color #4F4666 in popluar color models

4F 46 66
RGB 79 70 102
HSL 257° 18.60% 33.73%
HSB/HSV 257° 31.37% 40.00%
CMYK 22.55% 31.37% 0.00%
60.00%

Color #4F4666 in popluar number systems.

HEX 4F 46 66
Decimal 79 70 102
Binary 1001111 1000110 1100110
Octal 117 106 146

Shades and tints

Shades of #4F4666

#4F4666
(79,70,102)
#48405D
(72,64,93)
#413A54
(65,58,84)
#3A344B
(58,52,75)
#332E42
(51,46,66)
#2C2839
(44,40,57)
#252230
(37,34,48)
#1E1C27
(30,28,39)
#17161E
(23,22,30)
#101015
(16,16,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F4666

#4F4666
(79,70,102)
#5F5673
(95,86,115)
#6F6680
(111,102,128)
#7F768D
(127,118,141)
#8F869A
(143,134,154)
#9F96A7
(159,150,167)
#AFA6B4
(175,166,180)
#BFB6C1
(191,182,193)
#CFC6CE
(207,198,206)
#DFD6DB
(223,214,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4666; }

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

This text font color is #4F4666.

Background Color

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

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

This div background color is #4F4666.

Border color

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

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

This div border color is #4F4666.

Opacity

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

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

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

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

This text has shadow with #4F4666 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4F4666.

Preview

Color preview on black background

This text has color #4F4666 on black background.


Color preview on white background

This text has color #4F4666 on white background.



Black color preview on #4F4666 background

This text has black color on #4F4666 background.


White color preview on #4F4666 background

This text has white color on #4F4666 background.


Related colors


Complementary color

Complementary color for #4F4666 is #B0B999.


I love getcolorcode.com

Triadic colors

1 #664F46 and #46664F with #4F4666 are triadic colors.

2 #66464F and #464F66 with #4F4666 are triadic colors.