COLOR #4F408D

HEX: #4F408D RGB: (79,64,141)

Color info

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

RGB color model

#4F408D color RGB value is (79,64,141).

RGB: (79,64,141) (31%, 25%, 55%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 141 of 255 = 55%

79
64
141

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

Portions of RGB colors in percentages

R + G + B = 79 + 64 + 141 = 284 (100%)
R 79 of 284 ~ 27.82%
G 64 of 284 ~ 22.54%
B 141 of 284 ~ 49.65'%

%27.82
%22.54
%49.65

CMYK color model

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

  • cyan value is 43.97%
  • magenta value is 54.61%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (44,55,0,45)
C44M55Y0K45 (44%, 55%, 0%, 45%)
(0.44 / 0.55 / 0.00 / 0.45)

CMYK percentages

%43.97
%54.61
%0
%44.71

Codes

Color #4F408D in popluar color models

4F 40 8D
RGB 79 64 141
HSL 252° 37.56% 40.20%
HSB/HSV 252° 54.61% 55.29%
CMYK 43.97% 54.61% 0.00%
44.71%

Color #4F408D in popluar number systems.

HEX 4F 40 8D
Decimal 79 64 141
Binary 1001111 1000000 10001101
Octal 117 100 215

Shades and tints

Shades of #4F408D

#4F408D
(79,64,141)
#483B81
(72,59,129)
#413675
(65,54,117)
#3A3169
(58,49,105)
#332C5D
(51,44,93)
#2C2751
(44,39,81)
#252245
(37,34,69)
#1E1D39
(30,29,57)
#17182D
(23,24,45)
#101321
(16,19,33)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #4F408D

#4F408D
(79,64,141)
#5F5197
(95,81,151)
#6F62A1
(111,98,161)
#7F73AB
(127,115,171)
#8F84B5
(143,132,181)
#9F95BF
(159,149,191)
#AFA6C9
(175,166,201)
#BFB7D3
(191,183,211)
#CFC8DD
(207,200,221)
#DFD9E7
(223,217,231)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F408D; }

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

This text font color is #4F408D.

Background Color

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

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

This div background color is #4F408D.

Border color

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

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

This div border color is #4F408D.

Opacity

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

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

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

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

This text has shadow with #4F408D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F408D.

Preview

Color preview on black background

This text has color #4F408D on black background.


Color preview on white background

This text has color #4F408D on white background.


Black color preview on #4F408D background

This text has black color on #4F408D background.


White color preview on #4F408D background

This text has white color on #4F408D background.


Related colors

Complementary color

Complementary color for #hex is #B0BF72.


I love getcolorcode.com

Triadic colors

1 #8D4F40 and #408D4F with #4F408D are triadic colors.

2 #8D404F and #404F8D with #4F408D are triadic colors.