COLOR #4F4568

HEX: #4F4568 RGB: (79,69,104)

Color info

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

RGB color model

#4F4568 color RGB value is (79,69,104).

RGB: (79,69,104) (31%, 27%, 41%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 104 of 255 = 41%

79
69
104

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

Portions of RGB colors in percentages

R + G + B = 79 + 69 + 104 = 252 (100%)
R 79 of 252 ~ 31.35%
G 69 of 252 ~ 27.38%
B 104 of 252 ~ 41.27'%

%31.35
%27.38
%41.27

CMYK color model

#4F4568 color CMYK value is (24,34,0,59).

  • cyan value is 24.04%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (24,34,0,59)
C24M34Y0K59 (24%, 34%, 0%, 59%)
(0.24 / 0.34 / 0.00 / 0.59)

CMYK percentages

%24.04
%33.65
%0
%59.22

Codes

Color #4F4568 in popluar color models

4F 45 68
RGB 79 69 104
HSL 257° 20.23% 33.92%
HSB/HSV 257° 33.65% 40.78%
CMYK 24.04% 33.65% 0.00%
59.22%

Color #4F4568 in popluar number systems.

HEX 4F 45 68
Decimal 79 69 104
Binary 1001111 1000101 1101000
Octal 117 105 150

Shades and tints

Shades of #4F4568

#4F4568
(79,69,104)
#483F5F
(72,63,95)
#413956
(65,57,86)
#3A334D
(58,51,77)
#332D44
(51,45,68)
#2C273B
(44,39,59)
#252132
(37,33,50)
#1E1B29
(30,27,41)
#171520
(23,21,32)
#100F17
(16,15,23)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F4568

#4F4568
(79,69,104)
#5F5575
(95,85,117)
#6F6582
(111,101,130)
#7F758F
(127,117,143)
#8F859C
(143,133,156)
#9F95A9
(159,149,169)
#AFA5B6
(175,165,182)
#BFB5C3
(191,181,195)
#CFC5D0
(207,197,208)
#DFD5DD
(223,213,221)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4568 color. Also use rgb(79,69,104) instead hex code.

Text Font Color

.myTextColor { color: #4F4568; }

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

This text font color is #4F4568.

Background Color

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

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

This div background color is #4F4568.

Border color

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

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

This div border color is #4F4568.

Opacity

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

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

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

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

This text has shadow with #4F4568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4568.

Preview

Color preview on black background

This text has color #4F4568 on black background.


Color preview on white background

This text has color #4F4568 on white background.


Black color preview on #4F4568 background

This text has black color on #4F4568 background.


White color preview on #4F4568 background

This text has white color on #4F4568 background.


Related colors

Complementary color

Complementary color for #hex is #B0BA97.


I love getcolorcode.com

Triadic colors

1 #684F45 and #45684F with #4F4568 are triadic colors.

2 #68454F and #454F68 with #4F4568 are triadic colors.