COLOR #4F4863

HEX: #4F4863 RGB: (79,72,99)

Color info

#4F4863 contains red, green and blue colors in about the same proportion. Web safe color of #4F4863 is #663366 (or #636).

RGB color model

#4F4863 color RGB value is (79,72,99).

RGB: (79,72,99) (31%, 28%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 99 of 255 = 39%

79
72
99

R + G + B ~ 33%. #4F4863 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 99 = 250 (100%)
R 79 of 250 ~ 31.6%
G 72 of 250 ~ 28.8%
B 99 of 250 ~ 39.6'%

%31.6
%28.8
%39.6

CMYK color model

#4F4863 color CMYK value is (20,27,0,61).

  • cyan value is 20.20%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (20,27,0,61)
C20M27Y0K61 (20%, 27%, 0%, 61%)
(0.20 / 0.27 / 0.00 / 0.61)

CMYK percentages

%20.2
%27.27
%0
%61.18

Codes

Color #4F4863 in popluar color models

4F 48 63
RGB 79 72 99
HSL 256° 15.79% 33.53%
HSB/HSV 256° 27.27% 38.82%
CMYK 20.20% 27.27% 0.00%
61.18%

Color #4F4863 in popluar number systems.

HEX 4F 48 63
Decimal 79 72 99
Binary 1001111 1001000 1100011
Octal 117 110 143

Shades and tints

Shades of #4F4863

#4F4863
(79,72,99)
#48425A
(72,66,90)
#413C51
(65,60,81)
#3A3648
(58,54,72)
#33303F
(51,48,63)
#2C2A36
(44,42,54)
#25242D
(37,36,45)
#1E1E24
(30,30,36)
#17181B
(23,24,27)
#101212
(16,18,18)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F4863

#4F4863
(79,72,99)
#5F5871
(95,88,113)
#6F687F
(111,104,127)
#7F788D
(127,120,141)
#8F889B
(143,136,155)
#9F98A9
(159,152,169)
#AFA8B7
(175,168,183)
#BFB8C5
(191,184,197)
#CFC8D3
(207,200,211)
#DFD8E1
(223,216,225)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4863; }

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

This text font color is #4F4863.

Background Color

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

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

This div background color is #4F4863.

Border color

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

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

This div border color is #4F4863.

Opacity

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

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

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

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

This text has shadow with #4F4863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4863.

Preview

Color preview on black background

This text has color #4F4863 on black background.


Color preview on white background

This text has color #4F4863 on white background.


Black color preview on #4F4863 background

This text has black color on #4F4863 background.


White color preview on #4F4863 background

This text has white color on #4F4863 background.


Related colors

Complementary color

Complementary color for #hex is #B0B79C.


I love getcolorcode.com

Triadic colors

1 #634F48 and #48634F with #4F4863 are triadic colors.

2 #63484F and #484F63 with #4F4863 are triadic colors.