COLOR #4F486E

HEX: #4F486E
RGB: (79,72,110)

Color info

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

RGB color model

#4F486E color RGB value is (79,72,110).

  • red value is 79;
  • green value is 72;
  • blue value is 110.
RGB:
(79,72,110)
(31%,28%,43%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 110 of 255 = 43%

79
72
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 110 = 261 (100%)
R 79 of 261 ~ 30.27%
G 72 of 261 ~ 27.59%
B 110 of 261 ~ 42.15%

%30.27
%27.59
%42.15

CMYK color model

#4F486E color CMYK value is (28,35,0,57).

  • cyan value is 28.18%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(28,35,0,57)
C28M35Y0K57 
(28%,35%,0%,57%)
(0.28/0.35/0.00/0.57)	

CMYK percentages

%28.18
%34.55
%0
%56.86

Codes

Color #4F486E in popluar color models

4F486E
RGB7972110
HSL251°20.88%35.69%
HSB/HSV251°34.55%43.14%
CMYK28.18%34.55%0.00%
56.86%

Color #4F486E in popluar number systems.

HEX4F486E
Decimal7972110
Binary100111110010001101110
Octal117110156

Shades and tints

Shades of #4F486E

#4F486E
(79,72,110)
#484264
(72,66,100)
#413C5A
(65,60,90)
#3A3650
(58,54,80)
#333046
(51,48,70)
#2C2A3C
(44,42,60)
#252432
(37,36,50)
#1E1E28
(30,30,40)
#17181E
(23,24,30)
#101214
(16,18,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F486E

#4F486E
(79,72,110)
#5F587B
(95,88,123)
#6F6888
(111,104,136)
#7F7895
(127,120,149)
#8F88A2
(143,136,162)
#9F98AF
(159,152,175)
#AFA8BC
(175,168,188)
#BFB8C9
(191,184,201)
#CFC8D6
(207,200,214)
#DFD8E3
(223,216,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F486E color. Also use rgb(79,72,110) instead hex code.

Text Font Color

.myTextColor { color: #4F486E; }

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

This text font color is #4F486E.


Background Color

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

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

This div background color is #4F486E.


Border color

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

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

This div border color is #4F486E.


Opacity

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

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

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

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

This text has shadow with #4F486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F486E on black background.


Color preview on white background

This text has color #4F486E on white background.



Black color preview on #4F486E background

This text has black color on #4F486E background.


White color preview on #4F486E background

This text has white color on #4F486E background.