COLOR #4F4B8D

HEX: #4F4B8D RGB: (79,75,141)

Color info

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

RGB color model

#4F4B8D color RGB value is (79,75,141).

RGB: (79,75,141) (31%, 29%, 55%)

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 141 of 255 = 55%

79
75
141

R + G + B ~ 38%. #4F4B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 75 + 141 = 295 (100%)
R 79 of 295 ~ 26.78%
G 75 of 295 ~ 25.42%
B 141 of 295 ~ 47.8'%

%26.78
%25.42
%47.8

CMYK color model

#4F4B8D color CMYK value is (44,47,0,45).

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

CMYK: (44,47,0,45)
C44M47Y0K45 (44%, 47%, 0%, 45%)
(0.44 / 0.47 / 0.00 / 0.45)

CMYK percentages

%43.97
%46.81
%0
%44.71

Codes

Color #4F4B8D in popluar color models

4F 4B 8D
RGB 79 75 141
HSL 244° 30.56% 42.35%
HSB/HSV 244° 46.81% 55.29%
CMYK 43.97% 46.81% 0.00%
44.71%

Color #4F4B8D in popluar number systems.

HEX 4F 4B 8D
Decimal 79 75 141
Binary 1001111 1001011 10001101
Octal 117 113 215

Shades and tints

Shades of #4F4B8D

#4F4B8D
(79,75,141)
#484581
(72,69,129)
#413F75
(65,63,117)
#3A3969
(58,57,105)
#33335D
(51,51,93)
#2C2D51
(44,45,81)
#252745
(37,39,69)
#1E2139
(30,33,57)
#171B2D
(23,27,45)
#101521
(16,21,33)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #4F4B8D

#4F4B8D
(79,75,141)
#5F5B97
(95,91,151)
#6F6BA1
(111,107,161)
#7F7BAB
(127,123,171)
#8F8BB5
(143,139,181)
#9F9BBF
(159,155,191)
#AFABC9
(175,171,201)
#BFBBD3
(191,187,211)
#CFCBDD
(207,203,221)
#DFDBE7
(223,219,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B8D; }

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

This text font color is #4F4B8D.

Background Color

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

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

This div background color is #4F4B8D.

Border color

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

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

This div border color is #4F4B8D.

Opacity

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

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

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

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

This text has shadow with #4F4B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4B8D.

Preview

Color preview on black background

This text has color #4F4B8D on black background.


Color preview on white background

This text has color #4F4B8D on white background.


Black color preview on #4F4B8D background

This text has black color on #4F4B8D background.


White color preview on #4F4B8D background

This text has white color on #4F4B8D background.


Related colors

Complementary color

Complementary color for #hex is #B0B472.


I love getcolorcode.com

Triadic colors

1 #8D4F4B and #4B8D4F with #4F4B8D are triadic colors.

2 #8D4B4F and #4B4F8D with #4F4B8D are triadic colors.