COLOR #4F6983

HEX: #4F6983
RGB: (79,105,131)

Color info

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

RGB color model

#4F6983 color RGB value is (79,105,131).

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

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 131 of 255 = 51%

79
105
131

R + G + B ~ 41%. #4F6983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 131 = 315 (100%)
R 79 of 315 ~ 25.08%
G 105 of 315 ~ 33.33%
B 131 of 315 ~ 41.59%

%25.08
%33.33
%41.59

CMYK color model

#4F6983 color CMYK value is (40,20,0,49).

  • cyan value is 39.69%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,20,0,49)
C40M20Y0K49 
(40%,20%,0%,49%)
(0.40/0.20/0.00/0.49)	

CMYK percentages

%39.69
%19.85
%0
%48.63

Codes

Color #4F6983 in popluar color models

4F6983
RGB79105131
HSL210°24.76%41.18%
HSB/HSV210°39.69%51.37%
CMYK39.69%19.85%0.00%
48.63%

Color #4F6983 in popluar number systems.

HEX4F6983
Decimal79105131
Binary1001111110100110000011
Octal117151203

Shades and tints

Shades of #4F6983

#4F6983
(79,105,131)
#486078
(72,96,120)
#41576D
(65,87,109)
#3A4E62
(58,78,98)
#334557
(51,69,87)
#2C3C4C
(44,60,76)
#253341
(37,51,65)
#1E2A36
(30,42,54)
#17212B
(23,33,43)
#101820
(16,24,32)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #4F6983

#4F6983
(79,105,131)
#5F768E
(95,118,142)
#6F8399
(111,131,153)
#7F90A4
(127,144,164)
#8F9DAF
(143,157,175)
#9FAABA
(159,170,186)
#AFB7C5
(175,183,197)
#BFC4D0
(191,196,208)
#CFD1DB
(207,209,219)
#DFDEE6
(223,222,230)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6983; }

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

This text font color is #4F6983.


Background Color

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

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

This div background color is #4F6983.


Border color

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

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

This div border color is #4F6983.


Opacity

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

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

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

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

This text has shadow with #4F6983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6983 on black background.


Color preview on white background

This text has color #4F6983 on white background.



Black color preview on #4F6983 background

This text has black color on #4F6983 background.


White color preview on #4F6983 background

This text has white color on #4F6983 background.