COLOR #4F4664

HEX: #4F4664
RGB: (79,70,100)

Color info

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

RGB color model

#4F4664 color RGB value is (79,70,100).

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

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 100 of 255 = 39%

79
70
100

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 100 = 249 (100%)
R 79 of 249 ~ 31.73%
G 70 of 249 ~ 28.11%
B 100 of 249 ~ 40.16%

%31.73
%28.11
%40.16

CMYK color model

#4F4664 color CMYK value is (21,30,0,61).

  • cyan value is 21.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(21,30,0,61)
C21M30Y0K61 
(21%,30%,0%,61%)
(0.21/0.30/0.00/0.61)	

CMYK percentages

%21
%30
%0
%60.78

Codes

Color #4F4664 in popluar color models

4F4664
RGB7970100
HSL258°17.65%33.33%
HSB/HSV258°30.00%39.22%
CMYK21.00%30.00%0.00%
60.78%

Color #4F4664 in popluar number systems.

HEX4F4664
Decimal7970100
Binary100111110001101100100
Octal117106144

Shades and tints

Shades of #4F4664

#4F4664
(79,70,100)
#48405B
(72,64,91)
#413A52
(65,58,82)
#3A3449
(58,52,73)
#332E40
(51,46,64)
#2C2837
(44,40,55)
#25222E
(37,34,46)
#1E1C25
(30,28,37)
#17161C
(23,22,28)
#101013
(16,16,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F4664

#4F4664
(79,70,100)
#5F5672
(95,86,114)
#6F6680
(111,102,128)
#7F768E
(127,118,142)
#8F869C
(143,134,156)
#9F96AA
(159,150,170)
#AFA6B8
(175,166,184)
#BFB6C6
(191,182,198)
#CFC6D4
(207,198,212)
#DFD6E2
(223,214,226)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4664; }

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

This text font color is #4F4664.


Background Color

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

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

This div background color is #4F4664.


Border color

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

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

This div border color is #4F4664.


Opacity

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

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

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

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

This text has shadow with #4F4664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4664 on black background.


Color preview on white background

This text has color #4F4664 on white background.



Black color preview on #4F4664 background

This text has black color on #4F4664 background.


White color preview on #4F4664 background

This text has white color on #4F4664 background.