COLOR #4F3178

HEX: #4F3178 RGB: (79,49,120)

Color info

#4F3178 contains mainly red and blue colors. Web safe color of #4F3178 is #663366 (or #636).

RGB color model

#4F3178 color RGB value is (79,49,120).

RGB: (79,49,120) (31%, 19%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 120 of 255 = 47%

79
49
120

R + G + B ~ 32%. #4F3178 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 120 = 248 (100%)
R 79 of 248 ~ 31.85%
G 49 of 248 ~ 19.76%
B 120 of 248 ~ 48.39'%

%31.85
%19.76
%48.39

CMYK color model

#4F3178 color CMYK value is (34,59,0,53).

  • cyan value is 34.17%
  • magenta value is 59.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (34,59,0,53)
C34M59Y0K53 (34%, 59%, 0%, 53%)
(0.34 / 0.59 / 0.00 / 0.53)

CMYK percentages

%34.17
%59.17
%0
%52.94

Codes

Color #4F3178 in popluar color models

4F 31 78
RGB 79 49 120
HSL 265° 42.01% 33.14%
HSB/HSV 265° 59.17% 47.06%
CMYK 34.17% 59.17% 0.00%
52.94%

Color #4F3178 in popluar number systems.

HEX 4F 31 78
Decimal 79 49 120
Binary 1001111 110001 1111000
Octal 117 61 170

Shades and tints

Shades of #4F3178

#4F3178
(79,49,120)
#482D6E
(72,45,110)
#412964
(65,41,100)
#3A255A
(58,37,90)
#332150
(51,33,80)
#2C1D46
(44,29,70)
#25193C
(37,25,60)
#1E1532
(30,21,50)
#171128
(23,17,40)
#100D1E
(16,13,30)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #4F3178

#4F3178
(79,49,120)
#5F4384
(95,67,132)
#6F5590
(111,85,144)
#7F679C
(127,103,156)
#8F79A8
(143,121,168)
#9F8BB4
(159,139,180)
#AF9DC0
(175,157,192)
#BFAFCC
(191,175,204)
#CFC1D8
(207,193,216)
#DFD3E4
(223,211,228)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3178 color. Also use rgb(79,49,120) instead hex code.

Text Font Color

.myTextColor { color: #4F3178; }

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

This text font color is #4F3178.

Background Color

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

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

This div background color is #4F3178.

Border color

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

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

This div border color is #4F3178.

Opacity

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

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

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

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

This text has shadow with #4F3178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3178.

Preview

Color preview on black background

This text has color #4F3178 on black background.


Color preview on white background

This text has color #4F3178 on white background.


Black color preview on #4F3178 background

This text has black color on #4F3178 background.


White color preview on #4F3178 background

This text has white color on #4F3178 background.


Related colors

Complementary color

Complementary color for #hex is #B0CE87.


I love getcolorcode.com

Triadic colors

1 #784F31 and #31784F with #4F3178 are triadic colors.

2 #78314F and #314F78 with #4F3178 are triadic colors.