COLOR #4F5A83

HEX: #4F5A83
RGB: (79,90,131)

Color info

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

RGB color model

#4F5A83 color RGB value is (79,90,131).

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

RGB channels and saturation

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

79
90
131

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

Portions of RGB colors in percentages

R + G + B =
79 + 90 + 131 = 300 (100%)
R 79 of 300 ~ 26.33%
G 90 of 300 ~ 30%
B 131 of 300 ~ 43.67%

%26.33
%30
%43.67

CMYK color model

#4F5A83 color CMYK value is (40,31,0,49).

  • cyan value is 39.69%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,31,0,49)
C40M31Y0K49 
(40%,31%,0%,49%)
(0.40/0.31/0.00/0.49)	

CMYK percentages

%39.69
%31.3
%0
%48.63

Codes

Color #4F5A83 in popluar color models

4F5A83
RGB7990131
HSL227°24.76%41.18%
HSB/HSV227°39.69%51.37%
CMYK39.69%31.30%0.00%
48.63%

Color #4F5A83 in popluar number systems.

HEX4F5A83
Decimal7990131
Binary1001111101101010000011
Octal117132203

Shades and tints

Shades of #4F5A83

#4F5A83
(79,90,131)
#485278
(72,82,120)
#414A6D
(65,74,109)
#3A4262
(58,66,98)
#333A57
(51,58,87)
#2C324C
(44,50,76)
#252A41
(37,42,65)
#1E2236
(30,34,54)
#171A2B
(23,26,43)
#101220
(16,18,32)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #4F5A83

#4F5A83
(79,90,131)
#5F698E
(95,105,142)
#6F7899
(111,120,153)
#7F87A4
(127,135,164)
#8F96AF
(143,150,175)
#9FA5BA
(159,165,186)
#AFB4C5
(175,180,197)
#BFC3D0
(191,195,208)
#CFD2DB
(207,210,219)
#DFE1E6
(223,225,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5A83; }

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

This text font color is #4F5A83.


Background Color

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

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

This div background color is #4F5A83.


Border color

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

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

This div border color is #4F5A83.


Opacity

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

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

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

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

This text has shadow with #4F5A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5A83 on black background.


Color preview on white background

This text has color #4F5A83 on white background.



Black color preview on #4F5A83 background

This text has black color on #4F5A83 background.


White color preview on #4F5A83 background

This text has white color on #4F5A83 background.