COLOR #4F4B68

HEX: #4F4B68
RGB: (79,75,104)

Color info

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

RGB color model

#4F4B68 color RGB value is (79,75,104).

  • red value is 79;
  • green value is 75;
  • blue value is 104.
RGB:
(79,75,104)
(31%,29%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 104 of 255 = 41%

79
75
104

R + G + B ~ 34%. #4F4B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 104 = 258 (100%)
R 79 of 258 ~ 30.62%
G 75 of 258 ~ 29.07%
B 104 of 258 ~ 40.31%

%30.62
%29.07
%40.31

CMYK color model

#4F4B68 color CMYK value is (24,28,0,59).

  • cyan value is 24.04%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(24,28,0,59)
C24M28Y0K59 
(24%,28%,0%,59%)
(0.24/0.28/0.00/0.59)	

CMYK percentages

%24.04
%27.88
%0
%59.22

Codes

Color #4F4B68 in popluar color models

4F4B68
RGB7975104
HSL248°16.20%35.10%
HSB/HSV248°27.88%40.78%
CMYK24.04%27.88%0.00%
59.22%

Color #4F4B68 in popluar number systems.

HEX4F4B68
Decimal7975104
Binary100111110010111101000
Octal117113150

Shades and tints

Shades of #4F4B68

#4F4B68
(79,75,104)
#48455F
(72,69,95)
#413F56
(65,63,86)
#3A394D
(58,57,77)
#333344
(51,51,68)
#2C2D3B
(44,45,59)
#252732
(37,39,50)
#1E2129
(30,33,41)
#171B20
(23,27,32)
#101517
(16,21,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F4B68

#4F4B68
(79,75,104)
#5F5B75
(95,91,117)
#6F6B82
(111,107,130)
#7F7B8F
(127,123,143)
#8F8B9C
(143,139,156)
#9F9BA9
(159,155,169)
#AFABB6
(175,171,182)
#BFBBC3
(191,187,195)
#CFCBD0
(207,203,208)
#DFDBDD
(223,219,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B68; }

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

This text font color is #4F4B68.


Background Color

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

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

This div background color is #4F4B68.


Border color

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

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

This div border color is #4F4B68.


Opacity

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

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

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

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

This text has shadow with #4F4B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B68 on black background.


Color preview on white background

This text has color #4F4B68 on white background.



Black color preview on #4F4B68 background

This text has black color on #4F4B68 background.


White color preview on #4F4B68 background

This text has white color on #4F4B68 background.