COLOR #4F2F6E

HEX: #4F2F6E RGB: (79,47,110)

Color info

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

RGB color model

#4F2F6E color RGB value is (79,47,110).

RGB: (79,47,110) (31%, 18%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 110 of 255 = 43%

79
47
110

R + G + B ~ 31%. #4F2F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 47 + 110 = 236 (100%)
R 79 of 236 ~ 33.47%
G 47 of 236 ~ 19.92%
B 110 of 236 ~ 46.61'%

%33.47
%19.92
%46.61

CMYK color model

#4F2F6E color CMYK value is (28,57,0,57).

  • cyan value is 28.18%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (28,57,0,57)
C28M57Y0K57 (28%, 57%, 0%, 57%)
(0.28 / 0.57 / 0.00 / 0.57)

CMYK percentages

%28.18
%57.27
%0
%56.86

Codes

Color #4F2F6E in popluar color models

4F 2F 6E
RGB 79 47 110
HSL 270° 40.13% 30.78%
HSB/HSV 270° 57.27% 43.14%
CMYK 28.18% 57.27% 0.00%
56.86%

Color #4F2F6E in popluar number systems.

HEX 4F 2F 6E
Decimal 79 47 110
Binary 1001111 101111 1101110
Octal 117 57 156

Shades and tints

Shades of #4F2F6E

#4F2F6E
(79,47,110)
#482B64
(72,43,100)
#41275A
(65,39,90)
#3A2350
(58,35,80)
#331F46
(51,31,70)
#2C1B3C
(44,27,60)
#251732
(37,23,50)
#1E1328
(30,19,40)
#170F1E
(23,15,30)
#100B14
(16,11,20)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #4F2F6E

#4F2F6E
(79,47,110)
#5F417B
(95,65,123)
#6F5388
(111,83,136)
#7F6595
(127,101,149)
#8F77A2
(143,119,162)
#9F89AF
(159,137,175)
#AF9BBC
(175,155,188)
#BFADC9
(191,173,201)
#CFBFD6
(207,191,214)
#DFD1E3
(223,209,227)
#EFE3F0
(239,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2F6E color. Also use rgb(79,47,110) instead hex code.

Text Font Color

.myTextColor { color: #4F2F6E; }

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

This text font color is #4F2F6E.

Background Color

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

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

This div background color is #4F2F6E.

Border color

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

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

This div border color is #4F2F6E.

Opacity

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

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

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

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

This text has shadow with #4F2F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2F6E.

Preview

Color preview on black background

This text has color #4F2F6E on black background.


Color preview on white background

This text has color #4F2F6E on white background.


Black color preview on #4F2F6E background

This text has black color on #4F2F6E background.


White color preview on #4F2F6E background

This text has white color on #4F2F6E background.


Related colors

Complementary color

Complementary color for #hex is #B0D091.


I love getcolorcode.com

Triadic colors

1 #6E4F2F and #2F6E4F with #4F2F6E are triadic colors.

2 #6E2F4F and #2F4F6E with #4F2F6E are triadic colors.