COLOR #4F486D

HEX: #4F486D
RGB: (79,72,109)

Color info

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

RGB color model

#4F486D color RGB value is (79,72,109).

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

RGB channels and saturation

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

79
72
109

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 109 = 260 (100%)
R 79 of 260 ~ 30.38%
G 72 of 260 ~ 27.69%
B 109 of 260 ~ 41.92%

%30.38
%27.69
%41.92

CMYK color model

#4F486D color CMYK value is (28,34,0,57).

  • cyan value is 27.52%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(28,34,0,57)
C28M34Y0K57 
(28%,34%,0%,57%)
(0.28/0.34/0.00/0.57)	

CMYK percentages

%27.52
%33.94
%0
%57.25

Codes

Color #4F486D in popluar color models

4F486D
RGB7972109
HSL251°20.44%35.49%
HSB/HSV251°33.94%42.75%
CMYK27.52%33.94%0.00%
57.25%

Color #4F486D in popluar number systems.

HEX4F486D
Decimal7972109
Binary100111110010001101101
Octal117110155

Shades and tints

Shades of #4F486D

#4F486D
(79,72,109)
#484264
(72,66,100)
#413C5B
(65,60,91)
#3A3652
(58,54,82)
#333049
(51,48,73)
#2C2A40
(44,42,64)
#252437
(37,36,55)
#1E1E2E
(30,30,46)
#171825
(23,24,37)
#10121C
(16,18,28)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #4F486D

#4F486D
(79,72,109)
#5F587A
(95,88,122)
#6F6887
(111,104,135)
#7F7894
(127,120,148)
#8F88A1
(143,136,161)
#9F98AE
(159,152,174)
#AFA8BB
(175,168,187)
#BFB8C8
(191,184,200)
#CFC8D5
(207,200,213)
#DFD8E2
(223,216,226)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F486D; }

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

This text font color is #4F486D.


Background Color

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

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

This div background color is #4F486D.


Border color

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

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

This div border color is #4F486D.


Opacity

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

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

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

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

This text has shadow with #4F486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F486D on black background.


Color preview on white background

This text has color #4F486D on white background.



Black color preview on #4F486D background

This text has black color on #4F486D background.


White color preview on #4F486D background

This text has white color on #4F486D background.