COLOR #4F4660

HEX: #4F4660
RGB: (79,70,96)

Color info

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

RGB color model

#4F4660 color RGB value is (79,70,96).

  • red value is 79;
  • green value is 70;
  • blue value is 96.
RGB:
(79,70,96)
(31%,27%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 96 of 255 = 38%

79
70
96

R + G + B ~ 32%. #4F4660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 96 = 245 (100%)
R 79 of 245 ~ 32.24%
G 70 of 245 ~ 28.57%
B 96 of 245 ~ 39.18%

%32.24
%28.57
%39.18

CMYK color model

#4F4660 color CMYK value is (18,27,0,62).

  • cyan value is 17.71%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(18,27,0,62)
C18M27Y0K62 
(18%,27%,0%,62%)
(0.18/0.27/0.00/0.62)	

CMYK percentages

%17.71
%27.08
%0
%62.35

Codes

Color #4F4660 in popluar color models

4F4660
RGB797096
HSL261°15.66%32.55%
HSB/HSV261°27.08%37.65%
CMYK17.71%27.08%0.00%
62.35%

Color #4F4660 in popluar number systems.

HEX4F4660
Decimal797096
Binary100111110001101100000
Octal117106140

Shades and tints

Shades of #4F4660

#4F4660
(79,70,96)
#484058
(72,64,88)
#413A50
(65,58,80)
#3A3448
(58,52,72)
#332E40
(51,46,64)
#2C2838
(44,40,56)
#252230
(37,34,48)
#1E1C28
(30,28,40)
#171620
(23,22,32)
#101018
(16,16,24)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F4660

#4F4660
(79,70,96)
#5F566E
(95,86,110)
#6F667C
(111,102,124)
#7F768A
(127,118,138)
#8F8698
(143,134,152)
#9F96A6
(159,150,166)
#AFA6B4
(175,166,180)
#BFB6C2
(191,182,194)
#CFC6D0
(207,198,208)
#DFD6DE
(223,214,222)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4660; }

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

This text font color is #4F4660.


Background Color

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

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

This div background color is #4F4660.


Border color

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

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

This div border color is #4F4660.


Opacity

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

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

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

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

This text has shadow with #4F4660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4660 on black background.


Color preview on white background

This text has color #4F4660 on white background.



Black color preview on #4F4660 background

This text has black color on #4F4660 background.


White color preview on #4F4660 background

This text has white color on #4F4660 background.