COLOR #4F5983

HEX: #4F5983
RGB: (79,89,131)

Color info

#4F5983 contains red, green and blue colors in about the same proportion. Web safe color of #4F5983 is #666699 (or #669).

RGB color model

#4F5983 color RGB value is (79,89,131).

  • red value is 79;
  • green value is 89;
  • blue value is 131.
RGB:
(79,89,131)
(31%,35%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 131 of 255 = 51%

79
89
131

R + G + B ~ 39%. #4F5983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 131 = 299 (100%)
R 79 of 299 ~ 26.42%
G 89 of 299 ~ 29.77%
B 131 of 299 ~ 43.81%

%26.42
%29.77
%43.81

CMYK color model

#4F5983 color CMYK value is (40,32,0,49).

  • cyan value is 39.69%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,32,0,49)
C40M32Y0K49 
(40%,32%,0%,49%)
(0.40/0.32/0.00/0.49)	

CMYK percentages

%39.69
%32.06
%0
%48.63

Codes

Color #4F5983 in popluar color models

4F5983
RGB7989131
HSL228°24.76%41.18%
HSB/HSV228°39.69%51.37%
CMYK39.69%32.06%0.00%
48.63%

Color #4F5983 in popluar number systems.

HEX4F5983
Decimal7989131
Binary1001111101100110000011
Octal117131203

Shades and tints

Shades of #4F5983

#4F5983
(79,89,131)
#485178
(72,81,120)
#41496D
(65,73,109)
#3A4162
(58,65,98)
#333957
(51,57,87)
#2C314C
(44,49,76)
#252941
(37,41,65)
#1E2136
(30,33,54)
#17192B
(23,25,43)
#101120
(16,17,32)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #4F5983

#4F5983
(79,89,131)
#5F688E
(95,104,142)
#6F7799
(111,119,153)
#7F86A4
(127,134,164)
#8F95AF
(143,149,175)
#9FA4BA
(159,164,186)
#AFB3C5
(175,179,197)
#BFC2D0
(191,194,208)
#CFD1DB
(207,209,219)
#DFE0E6
(223,224,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5983 color. Also use rgb(79,89,131) instead hex code.

Text Font Color

.myTextColor { color: #4F5983; }

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

This text font color is #4F5983.


Background Color

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

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

This div background color is #4F5983.


Border color

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

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

This div border color is #4F5983.


Opacity

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

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

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

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

This text has shadow with #4F5983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5983 on black background.


Color preview on white background

This text has color #4F5983 on white background.



Black color preview on #4F5983 background

This text has black color on #4F5983 background.


White color preview on #4F5983 background

This text has white color on #4F5983 background.