COLOR #4F3872

HEX: #4F3872 RGB: (79,56,114)

Color info

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

RGB color model

#4F3872 color RGB value is (79,56,114).

RGB: (79,56,114) (31%, 22%, 45%)

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 114 of 255 = 45%

79
56
114

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

Portions of RGB colors in percentages

R + G + B = 79 + 56 + 114 = 249 (100%)
R 79 of 249 ~ 31.73%
G 56 of 249 ~ 22.49%
B 114 of 249 ~ 45.78'%

%31.73
%22.49
%45.78

CMYK color model

#4F3872 color CMYK value is (31,51,0,55).

  • cyan value is 30.70%
  • magenta value is 50.88%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (31,51,0,55) C31M51Y0K55 (31%,51%,0%,55%) (0.31/0.51/0.00/0.55) 

CMYK percentages

%30.7
%50.88
%0
%55.29

Codes

Color #4F3872 in popluar color models

4F 38 72
RGB 79 56 114
HSL 264° 34.12% 33.33%
HSB/HSV 264° 50.88% 44.71%
CMYK 30.70% 50.88% 0.00%
55.29%

Color #4F3872 in popluar number systems.

HEX 4F 38 72
Decimal 79 56 114
Binary 1001111 111000 1110010
Octal 117 70 162

Shades and tints

Shades of #4F3872

#4F3872
(79,56,114)
#483368
(72,51,104)
#412E5E
(65,46,94)
#3A2954
(58,41,84)
#33244A
(51,36,74)
#2C1F40
(44,31,64)
#251A36
(37,26,54)
#1E152C
(30,21,44)
#171022
(23,16,34)
#100B18
(16,11,24)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F3872

#4F3872
(79,56,114)
#5F4A7E
(95,74,126)
#6F5C8A
(111,92,138)
#7F6E96
(127,110,150)
#8F80A2
(143,128,162)
#9F92AE
(159,146,174)
#AFA4BA
(175,164,186)
#BFB6C6
(191,182,198)
#CFC8D2
(207,200,210)
#DFDADE
(223,218,222)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3872 color. Also use rgb(79,56,114) instead hex code.

Text Font Color

.myTextColor { color: #4F3872; }

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

This text font color is #4F3872.

Background Color

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

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

This div background color is #4F3872.

Border color

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

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

This div border color is #4F3872.

Opacity

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

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

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

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

This text has shadow with #4F3872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3872.

Preview

Color preview on black background

This text has color #4F3872 on black background.


Color preview on white background

This text has color #4F3872 on white background.


Black color preview on #4F3872 background

This text has black color on #4F3872 background.


White color preview on #4F3872 background

This text has white color on #4F3872 background.


Related colors

Complementary color

Complementary color for #hex is #B0C78D.


I love getcolorcode.com

Triadic colors

1 #724F38 and #38724F with #4F3872 are triadic colors.

2 #72384F and #384F72 with #4F3872 are triadic colors.