COLOR #4F5682

HEX: #4F5682
RGB: (79,86,130)

Color info

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

RGB color model

#4F5682 color RGB value is (79,86,130).

  • red value is 79;
  • green value is 86;
  • blue value is 130.
RGB:
(79,86,130)
(31%,34%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 130 of 255 = 51%

79
86
130

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 130 = 295 (100%)
R 79 of 295 ~ 26.78%
G 86 of 295 ~ 29.15%
B 130 of 295 ~ 44.07%

%26.78
%29.15
%44.07

CMYK color model

#4F5682 color CMYK value is (39,34,0,49).

  • cyan value is 39.23%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(39,34,0,49)
C39M34Y0K49 
(39%,34%,0%,49%)
(0.39/0.34/0.00/0.49)	

CMYK percentages

%39.23
%33.85
%0
%49.02

Codes

Color #4F5682 in popluar color models

4F5682
RGB7986130
HSL232°24.40%40.98%
HSB/HSV232°39.23%50.98%
CMYK39.23%33.85%0.00%
49.02%

Color #4F5682 in popluar number systems.

HEX4F5682
Decimal7986130
Binary1001111101011010000010
Octal117126202

Shades and tints

Shades of #4F5682

#4F5682
(79,86,130)
#484F77
(72,79,119)
#41486C
(65,72,108)
#3A4161
(58,65,97)
#333A56
(51,58,86)
#2C334B
(44,51,75)
#252C40
(37,44,64)
#1E2535
(30,37,53)
#171E2A
(23,30,42)
#10171F
(16,23,31)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #4F5682

#4F5682
(79,86,130)
#5F658D
(95,101,141)
#6F7498
(111,116,152)
#7F83A3
(127,131,163)
#8F92AE
(143,146,174)
#9FA1B9
(159,161,185)
#AFB0C4
(175,176,196)
#BFBFCF
(191,191,207)
#CFCEDA
(207,206,218)
#DFDDE5
(223,221,229)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5682 color. Also use rgb(79,86,130) instead hex code.

Text Font Color

.myTextColor { color: #4F5682; }

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

This text font color is #4F5682.


Background Color

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

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

This div background color is #4F5682.


Border color

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

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

This div border color is #4F5682.


Opacity

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

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

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

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

This text has shadow with #4F5682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5682 on black background.


Color preview on white background

This text has color #4F5682 on white background.



Black color preview on #4F5682 background

This text has black color on #4F5682 background.


White color preview on #4F5682 background

This text has white color on #4F5682 background.