COLOR #4F5883

HEX: #4F5883 RGB: (79,88,131)

Color info

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

RGB color model

#4F5883 color RGB value is (79,88,131).

RGB: (79,88,131) (31%, 35%, 51%)

RGB channels and saturation

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

79
88
131

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

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 131 = 298 (100%)
R 79 of 298 ~ 26.51%
G 88 of 298 ~ 29.53%
B 131 of 298 ~ 43.96'%

%26.51
%29.53
%43.96

CMYK color model

#4F5883 color CMYK value is (40,33,0,49).

  • cyan value is 39.69%
  • magenta value is 32.82%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (40,33,0,49)
C40M33Y0K49 (40%, 33%, 0%, 49%)
(0.40 / 0.33 / 0.00 / 0.49)

CMYK percentages

%39.69
%32.82
%0
%48.63

Codes

Color #4F5883 in popluar color models

4F 58 83
RGB 79 88 131
HSL 230° 24.76% 41.18%
HSB/HSV 230° 39.69% 51.37%
CMYK 39.69% 32.82% 0.00%
48.63%

Color #4F5883 in popluar number systems.

HEX 4F 58 83
Decimal 79 88 131
Binary 1001111 1011000 10000011
Octal 117 130 203

Shades and tints

Shades of #4F5883

#4F5883
(79,88,131)
#485078
(72,80,120)
#41486D
(65,72,109)
#3A4062
(58,64,98)
#333857
(51,56,87)
#2C304C
(44,48,76)
#252841
(37,40,65)
#1E2036
(30,32,54)
#17182B
(23,24,43)
#101020
(16,16,32)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #4F5883

#4F5883
(79,88,131)
#5F678E
(95,103,142)
#6F7699
(111,118,153)
#7F85A4
(127,133,164)
#8F94AF
(143,148,175)
#9FA3BA
(159,163,186)
#AFB2C5
(175,178,197)
#BFC1D0
(191,193,208)
#CFD0DB
(207,208,219)
#DFDFE6
(223,223,230)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5883; }

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

This text font color is #4F5883.

Background Color

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

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

This div background color is #4F5883.

Border color

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

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

This div border color is #4F5883.

Opacity

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

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

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

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

This text has shadow with #4F5883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5883.

Preview

Color preview on black background

This text has color #4F5883 on black background.


Color preview on white background

This text has color #4F5883 on white background.


Black color preview on #4F5883 background

This text has black color on #4F5883 background.


White color preview on #4F5883 background

This text has white color on #4F5883 background.


Related colors

Complementary color

Complementary color for #hex is #B0A77C.


I love getcolorcode.com

Triadic colors

1 #834F58 and #58834F with #4F5883 are triadic colors.

2 #83584F and #584F83 with #4F5883 are triadic colors.