COLOR #4F406B

HEX: #4F406B
RGB: (79,64,107)

Color info

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

RGB color model

#4F406B color RGB value is (79,64,107).

  • red value is 79;
  • green value is 64;
  • blue value is 107.
RGB:
(79,64,107)
(31%,25%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 107 of 255 = 42%

79
64
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 107 = 250 (100%)
R 79 of 250 ~ 31.6%
G 64 of 250 ~ 25.6%
B 107 of 250 ~ 42.8%

%31.6
%25.6
%42.8

CMYK color model

#4F406B color CMYK value is (26,40,0,58).

  • cyan value is 26.17%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,40,0,58)
C26M40Y0K58 
(26%,40%,0%,58%)
(0.26/0.40/0.00/0.58)	

CMYK percentages

%26.17
%40.19
%0
%58.04

Codes

Color #4F406B in popluar color models

4F406B
RGB7964107
HSL261°25.15%33.53%
HSB/HSV261°40.19%41.96%
CMYK26.17%40.19%0.00%
58.04%

Color #4F406B in popluar number systems.

HEX4F406B
Decimal7964107
Binary100111110000001101011
Octal117100153

Shades and tints

Shades of #4F406B

#4F406B
(79,64,107)
#483B62
(72,59,98)
#413659
(65,54,89)
#3A3150
(58,49,80)
#332C47
(51,44,71)
#2C273E
(44,39,62)
#252235
(37,34,53)
#1E1D2C
(30,29,44)
#171823
(23,24,35)
#10131A
(16,19,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #4F406B

#4F406B
(79,64,107)
#5F5178
(95,81,120)
#6F6285
(111,98,133)
#7F7392
(127,115,146)
#8F849F
(143,132,159)
#9F95AC
(159,149,172)
#AFA6B9
(175,166,185)
#BFB7C6
(191,183,198)
#CFC8D3
(207,200,211)
#DFD9E0
(223,217,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F406B color. Also use rgb(79,64,107) instead hex code.

Text Font Color

.myTextColor { color: #4F406B; }

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

This text font color is #4F406B.


Background Color

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

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

This div background color is #4F406B.


Border color

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

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

This div border color is #4F406B.


Opacity

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

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

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

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

This text has shadow with #4F406B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F406B on black background.


Color preview on white background

This text has color #4F406B on white background.



Black color preview on #4F406B background

This text has black color on #4F406B background.


White color preview on #4F406B background

This text has white color on #4F406B background.