COLOR #4F5080

HEX: #4F5080
RGB: (79,80,128)

Color info

#4F5080 contains red, green and blue colors in about the same proportion. Web safe color of #4F5080 is #666666 (or #666).

RGB color model

#4F5080 color RGB value is (79,80,128).

  • red value is 79;
  • green value is 80;
  • blue value is 128.
RGB:
(79,80,128)
(31%,31%,50%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 128 of 255 = 50%

79
80
128

R + G + B ~ 37%. #4F5080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 128 = 287 (100%)
R 79 of 287 ~ 27.53%
G 80 of 287 ~ 27.87%
B 128 of 287 ~ 44.6%

%27.53
%27.87
%44.6

CMYK color model

#4F5080 color CMYK value is (38,38,0,50).

  • cyan value is 38.28%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(38,38,0,50)
C38M38Y0K50 
(38%,38%,0%,50%)
(0.38/0.38/0.00/0.50)	

CMYK percentages

%38.28
%37.5
%0
%49.8

Codes

Color #4F5080 in popluar color models

4F5080
RGB7980128
HSL239°23.67%40.59%
HSB/HSV239°38.28%50.20%
CMYK38.28%37.50%0.00%
49.80%

Color #4F5080 in popluar number systems.

HEX4F5080
Decimal7980128
Binary1001111101000010000000
Octal117120200

Shades and tints

Shades of #4F5080

#4F5080
(79,80,128)
#484975
(72,73,117)
#41426A
(65,66,106)
#3A3B5F
(58,59,95)
#333454
(51,52,84)
#2C2D49
(44,45,73)
#25263E
(37,38,62)
#1E1F33
(30,31,51)
#171828
(23,24,40)
#10111D
(16,17,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #4F5080

#4F5080
(79,80,128)
#5F5F8B
(95,95,139)
#6F6E96
(111,110,150)
#7F7DA1
(127,125,161)
#8F8CAC
(143,140,172)
#9F9BB7
(159,155,183)
#AFAAC2
(175,170,194)
#BFB9CD
(191,185,205)
#CFC8D8
(207,200,216)
#DFD7E3
(223,215,227)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5080 color. Also use rgb(79,80,128) instead hex code.

Text Font Color

.myTextColor { color: #4F5080; }

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

This text font color is #4F5080.


Background Color

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

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

This div background color is #4F5080.


Border color

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

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

This div border color is #4F5080.


Opacity

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

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

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

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

This text has shadow with #4F5080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5080 on black background.


Color preview on white background

This text has color #4F5080 on white background.



Black color preview on #4F5080 background

This text has black color on #4F5080 background.


White color preview on #4F5080 background

This text has white color on #4F5080 background.