COLOR #4F4665

HEX: #4F4665 RGB: (79,70,101)

Color info

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

RGB color model

#4F4665 color RGB value is (79,70,101).

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

RGB channels and saturation

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

79
70
101

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

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 101 = 250 (100%)
R 79 of 250 ~ 31.6%
G 70 of 250 ~ 28%
B 101 of 250 ~ 40.4'%

%31.6
%28
%40.4

CMYK color model

#4F4665 color CMYK value is (22,31,0,60).

  • cyan value is 21.78%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (22,31,0,60) C22M31Y0K60 (22%,31%,0%,60%) (0.22/0.31/0.00/0.60) 

CMYK percentages

%21.78
%30.69
%0
%60.39

Codes

Color #4F4665 in popluar color models

4F 46 65
RGB 79 70 101
HSL 257° 18.13% 33.53%
HSB/HSV 257° 30.69% 39.61%
CMYK 21.78% 30.69% 0.00%
60.39%

Color #4F4665 in popluar number systems.

HEX 4F 46 65
Decimal 79 70 101
Binary 1001111 1000110 1100101
Octal 117 106 145

Shades and tints

Shades of #4F4665

#4F4665
(79,70,101)
#48405C
(72,64,92)
#413A53
(65,58,83)
#3A344A
(58,52,74)
#332E41
(51,46,65)
#2C2838
(44,40,56)
#25222F
(37,34,47)
#1E1C26
(30,28,38)
#17161D
(23,22,29)
#101014
(16,16,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F4665

#4F4665
(79,70,101)
#5F5673
(95,86,115)
#6F6681
(111,102,129)
#7F768F
(127,118,143)
#8F869D
(143,134,157)
#9F96AB
(159,150,171)
#AFA6B9
(175,166,185)
#BFB6C7
(191,182,199)
#CFC6D5
(207,198,213)
#DFD6E3
(223,214,227)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4665; }

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

This text font color is #4F4665.

Background Color

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

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

This div background color is #4F4665.

Border color

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

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

This div border color is #4F4665.

Opacity

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

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

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

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

This text has shadow with #4F4665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4665.

Preview

Color preview on black background

This text has color #4F4665 on black background.


Color preview on white background

This text has color #4F4665 on white background.


Black color preview on #4F4665 background

This text has black color on #4F4665 background.


White color preview on #4F4665 background

This text has white color on #4F4665 background.


Related colors

Complementary color

Complementary color for #hex is #B0B99A.


I love getcolorcode.com

Triadic colors

1 #654F46 and #46654F with #4F4665 are triadic colors.

2 #65464F and #464F65 with #4F4665 are triadic colors.