COLOR #4F6383

HEX: #4F6383 RGB: (79,99,131)

Color info

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

RGB color model

#4F6383 color RGB value is (79,99,131).

RGB: (79,99,131) (31%, 39%, 51%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 131 of 255 = 51%

79
99
131

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

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 131 = 309 (100%)
R 79 of 309 ~ 25.57%
G 99 of 309 ~ 32.04%
B 131 of 309 ~ 42.39'%

%25.57
%32.04
%42.39

CMYK color model

#4F6383 color CMYK value is (40,24,0,49).

  • cyan value is 39.69%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (40,24,0,49) C40M24Y0K49 (40%,24%,0%,49%) (0.40/0.24/0.00/0.49) 

CMYK percentages

%39.69
%24.43
%0
%48.63

Codes

Color #4F6383 in popluar color models

4F 63 83
RGB 79 99 131
HSL 217° 24.76% 41.18%
HSB/HSV 217° 39.69% 51.37%
CMYK 39.69% 24.43% 0.00%
48.63%

Color #4F6383 in popluar number systems.

HEX 4F 63 83
Decimal 79 99 131
Binary 1001111 1100011 10000011
Octal 117 143 203

Shades and tints

Shades of #4F6383

#4F6383
(79,99,131)
#485A78
(72,90,120)
#41516D
(65,81,109)
#3A4862
(58,72,98)
#333F57
(51,63,87)
#2C364C
(44,54,76)
#252D41
(37,45,65)
#1E2436
(30,36,54)
#171B2B
(23,27,43)
#101220
(16,18,32)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #4F6383

#4F6383
(79,99,131)
#5F718E
(95,113,142)
#6F7F99
(111,127,153)
#7F8DA4
(127,141,164)
#8F9BAF
(143,155,175)
#9FA9BA
(159,169,186)
#AFB7C5
(175,183,197)
#BFC5D0
(191,197,208)
#CFD3DB
(207,211,219)
#DFE1E6
(223,225,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6383; }

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

This text font color is #4F6383.

Background Color

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

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

This div background color is #4F6383.

Border color

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

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

This div border color is #4F6383.

Opacity

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

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

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

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

This text has shadow with #4F6383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6383.

Preview

Color preview on black background

This text has color #4F6383 on black background.


Color preview on white background

This text has color #4F6383 on white background.


Black color preview on #4F6383 background

This text has black color on #4F6383 background.


White color preview on #4F6383 background

This text has white color on #4F6383 background.


Related colors

Complementary color

Complementary color for #hex is #B09C7C.


I love getcolorcode.com

Triadic colors

1 #834F63 and #63834F with #4F6383 are triadic colors.

2 #83634F and #634F83 with #4F6383 are triadic colors.