COLOR #4F2E63

HEX: #4F2E63 RGB: (79,46,99)

Color info

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

RGB color model

#4F2E63 color RGB value is (79,46,99).

RGB: (79,46,99) (31%, 18%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 46 of 255 = 18%
B 99 of 255 = 39%

79
46
99

R + G + B ~ 29%. #4F2E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 46 + 99 = 224 (100%)
R 79 of 224 ~ 35.27%
G 46 of 224 ~ 20.54%
B 99 of 224 ~ 44.2'%

%35.27
%20.54
%44.2

CMYK color model

#4F2E63 color CMYK value is (20,54,0,61).

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

CMYK: (20,54,0,61)
C20M54Y0K61 (20%, 54%, 0%, 61%)
(0.20 / 0.54 / 0.00 / 0.61)

CMYK percentages

%20.2
%53.54
%0
%61.18

Codes

Color #4F2E63 in popluar color models

4F 2E 63
RGB 79 46 99
HSL 277° 36.55% 28.43%
HSB/HSV 277° 53.54% 38.82%
CMYK 20.20% 53.54% 0.00%
61.18%

Color #4F2E63 in popluar number systems.

HEX 4F 2E 63
Decimal 79 46 99
Binary 1001111 101110 1100011
Octal 117 56 143

Shades and tints

Shades of #4F2E63

#4F2E63
(79,46,99)
#482A5A
(72,42,90)
#412651
(65,38,81)
#3A2248
(58,34,72)
#331E3F
(51,30,63)
#2C1A36
(44,26,54)
#25162D
(37,22,45)
#1E1224
(30,18,36)
#170E1B
(23,14,27)
#100A12
(16,10,18)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #4F2E63

#4F2E63
(79,46,99)
#5F4171
(95,65,113)
#6F547F
(111,84,127)
#7F678D
(127,103,141)
#8F7A9B
(143,122,155)
#9F8DA9
(159,141,169)
#AFA0B7
(175,160,183)
#BFB3C5
(191,179,197)
#CFC6D3
(207,198,211)
#DFD9E1
(223,217,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2E63; }

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

This text font color is #4F2E63.

Background Color

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

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

This div background color is #4F2E63.

Border color

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

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

This div border color is #4F2E63.

Opacity

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

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

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

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

This text has shadow with #4F2E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2E63.

Preview

Color preview on black background

This text has color #4F2E63 on black background.


Color preview on white background

This text has color #4F2E63 on white background.


Black color preview on #4F2E63 background

This text has black color on #4F2E63 background.


White color preview on #4F2E63 background

This text has white color on #4F2E63 background.


Related colors

Complementary color

Complementary color for #hex is #B0D19C.


I love getcolorcode.com

Triadic colors

1 #634F2E and #2E634F with #4F2E63 are triadic colors.

2 #632E4F and #2E4F63 with #4F2E63 are triadic colors.