COLOR #4F3D85

HEX: #4F3D85 RGB: (79,61,133)

Color info

#4F3D85 contains mainly red and blue colors. Web safe color of #4F3D85 is #663399 (or #639).

RGB color model

#4F3D85 color RGB value is (79,61,133).

RGB: (79,61,133) (31%, 24%, 52%)

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 133 of 255 = 52%

79
61
133

R + G + B ~ 36%. #4F3D85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 61 + 133 = 273 (100%)
R 79 of 273 ~ 28.94%
G 61 of 273 ~ 22.34%
B 133 of 273 ~ 48.72'%

%28.94
%22.34
%48.72

CMYK color model

#4F3D85 color CMYK value is (41,54,0,48).

  • cyan value is 40.60%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (41,54,0,48)
C41M54Y0K48 (41%, 54%, 0%, 48%)
(0.41 / 0.54 / 0.00 / 0.48)

CMYK percentages

%40.6
%54.14
%0
%47.84

Codes

Color #4F3D85 in popluar color models

4F 3D 85
RGB 79 61 133
HSL 255° 37.11% 38.04%
HSB/HSV 255° 54.14% 52.16%
CMYK 40.60% 54.14% 0.00%
47.84%

Color #4F3D85 in popluar number systems.

HEX 4F 3D 85
Decimal 79 61 133
Binary 1001111 111101 10000101
Octal 117 75 205

Shades and tints

Shades of #4F3D85

#4F3D85
(79,61,133)
#483879
(72,56,121)
#41336D
(65,51,109)
#3A2E61
(58,46,97)
#332955
(51,41,85)
#2C2449
(44,36,73)
#251F3D
(37,31,61)
#1E1A31
(30,26,49)
#171525
(23,21,37)
#101019
(16,16,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #4F3D85

#4F3D85
(79,61,133)
#5F4E90
(95,78,144)
#6F5F9B
(111,95,155)
#7F70A6
(127,112,166)
#8F81B1
(143,129,177)
#9F92BC
(159,146,188)
#AFA3C7
(175,163,199)
#BFB4D2
(191,180,210)
#CFC5DD
(207,197,221)
#DFD6E8
(223,214,232)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3D85 color. Also use rgb(79,61,133) instead hex code.

Text Font Color

.myTextColor { color: #4F3D85; }

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

This text font color is #4F3D85.

Background Color

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

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

This div background color is #4F3D85.

Border color

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

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

This div border color is #4F3D85.

Opacity

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

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

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

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

This text has shadow with #4F3D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3D85.

Preview

Color preview on black background

This text has color #4F3D85 on black background.


Color preview on white background

This text has color #4F3D85 on white background.


Black color preview on #4F3D85 background

This text has black color on #4F3D85 background.


White color preview on #4F3D85 background

This text has white color on #4F3D85 background.


Related colors

Complementary color

Complementary color for #hex is #B0C27A.


I love getcolorcode.com

Triadic colors

1 #854F3D and #3D854F with #4F3D85 are triadic colors.

2 #853D4F and #3D4F85 with #4F3D85 are triadic colors.