COLOR #4F408E

HEX: #4F408E
RGB: (79,64,142)

Color info

#4F408E contains mainly blue color. Web safe color of #4F408E is #663399 (or #639).

RGB color model

#4F408E color RGB value is (79,64,142).

  • red value is 79;
  • green value is 64;
  • blue value is 142.
RGB:
(79,64,142)
(31%,25%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 142 of 255 = 56%

79
64
142

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 142 = 285 (100%)
R 79 of 285 ~ 27.72%
G 64 of 285 ~ 22.46%
B 142 of 285 ~ 49.82%

%27.72
%22.46
%49.82

CMYK color model

#4F408E color CMYK value is (44,55,0,44).

  • cyan value is 44.37%
  • magenta value is 54.93%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,55,0,44)
C44M55Y0K44 
(44%,55%,0%,44%)
(0.44/0.55/0.00/0.44)	

CMYK percentages

%44.37
%54.93
%0
%44.31

Codes

Color #4F408E in popluar color models

4F408E
RGB7964142
HSL252°37.86%40.39%
HSB/HSV252°54.93%55.69%
CMYK44.37%54.93%0.00%
44.31%

Color #4F408E in popluar number systems.

HEX4F408E
Decimal7964142
Binary1001111100000010001110
Octal117100216

Shades and tints

Shades of #4F408E

#4F408E
(79,64,142)
#483B82
(72,59,130)
#413676
(65,54,118)
#3A316A
(58,49,106)
#332C5E
(51,44,94)
#2C2752
(44,39,82)
#252246
(37,34,70)
#1E1D3A
(30,29,58)
#17182E
(23,24,46)
#101322
(16,19,34)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #4F408E

#4F408E
(79,64,142)
#5F5198
(95,81,152)
#6F62A2
(111,98,162)
#7F73AC
(127,115,172)
#8F84B6
(143,132,182)
#9F95C0
(159,149,192)
#AFA6CA
(175,166,202)
#BFB7D4
(191,183,212)
#CFC8DE
(207,200,222)
#DFD9E8
(223,217,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F408E color. Also use rgb(79,64,142) instead hex code.

Text Font Color

.myTextColor { color: #4F408E; }

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

This text font color is #4F408E.


Background Color

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

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

This div background color is #4F408E.


Border color

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

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

This div border color is #4F408E.


Opacity

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

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

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

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

This text has shadow with #4F408E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F408E on black background.


Color preview on white background

This text has color #4F408E on white background.



Black color preview on #4F408E background

This text has black color on #4F408E background.


White color preview on #4F408E background

This text has white color on #4F408E background.