COLOR #4F4C7E

HEX: #4F4C7E
RGB: (79,76,126)

Color info

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

RGB color model

#4F4C7E color RGB value is (79,76,126).

  • red value is 79;
  • green value is 76;
  • blue value is 126.
RGB:
(79,76,126)
(31%,30%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 76 of 255 = 30%
B 126 of 255 = 49%

79
76
126

R + G + B ~ 37%. #4F4C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 76 + 126 = 281 (100%)
R 79 of 281 ~ 28.11%
G 76 of 281 ~ 27.05%
B 126 of 281 ~ 44.84%

%28.11
%27.05
%44.84

CMYK color model

#4F4C7E color CMYK value is (37,40,0,51).

  • cyan value is 37.30%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(37,40,0,51)
C37M40Y0K51 
(37%,40%,0%,51%)
(0.37/0.40/0.00/0.51)	

CMYK percentages

%37.3
%39.68
%0
%50.59

Codes

Color #4F4C7E in popluar color models

4F4C7E
RGB7976126
HSL244°24.75%39.61%
HSB/HSV244°39.68%49.41%
CMYK37.30%39.68%0.00%
50.59%

Color #4F4C7E in popluar number systems.

HEX4F4C7E
Decimal7976126
Binary100111110011001111110
Octal117114176

Shades and tints

Shades of #4F4C7E

#4F4C7E
(79,76,126)
#484673
(72,70,115)
#414068
(65,64,104)
#3A3A5D
(58,58,93)
#333452
(51,52,82)
#2C2E47
(44,46,71)
#25283C
(37,40,60)
#1E2231
(30,34,49)
#171C26
(23,28,38)
#10161B
(16,22,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F4C7E

#4F4C7E
(79,76,126)
#5F5C89
(95,92,137)
#6F6C94
(111,108,148)
#7F7C9F
(127,124,159)
#8F8CAA
(143,140,170)
#9F9CB5
(159,156,181)
#AFACC0
(175,172,192)
#BFBCCB
(191,188,203)
#CFCCD6
(207,204,214)
#DFDCE1
(223,220,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4C7E color. Also use rgb(79,76,126) instead hex code.

Text Font Color

.myTextColor { color: #4F4C7E; }

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

This text font color is #4F4C7E.


Background Color

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

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

This div background color is #4F4C7E.


Border color

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

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

This div border color is #4F4C7E.


Opacity

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

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

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

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

This text has shadow with #4F4C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4C7E on black background.


Color preview on white background

This text has color #4F4C7E on white background.



Black color preview on #4F4C7E background

This text has black color on #4F4C7E background.


White color preview on #4F4C7E background

This text has white color on #4F4C7E background.