COLOR #4F4A6D

HEX: #4F4A6D RGB: (79,74,109)

Color info

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

RGB color model

#4F4A6D color RGB value is (79,74,109).

RGB: (79,74,109) (31%, 29%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 74 of 255 = 29%
B 109 of 255 = 43%

79
74
109

R + G + B ~ 34%. #4F4A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 74 + 109 = 262 (100%)
R 79 of 262 ~ 30.15%
G 74 of 262 ~ 28.24%
B 109 of 262 ~ 41.6'%

%30.15
%28.24
%41.6

CMYK color model

#4F4A6D color CMYK value is (28,32,0,57).

  • cyan value is 27.52%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (28,32,0,57)
C28M32Y0K57 (28%, 32%, 0%, 57%)
(0.28 / 0.32 / 0.00 / 0.57)

CMYK percentages

%27.52
%32.11
%0
%57.25

Codes

Color #4F4A6D in popluar color models

4F 4A 6D
RGB 79 74 109
HSL 249° 19.13% 35.88%
HSB/HSV 249° 32.11% 42.75%
CMYK 27.52% 32.11% 0.00%
57.25%

Color #4F4A6D in popluar number systems.

HEX 4F 4A 6D
Decimal 79 74 109
Binary 1001111 1001010 1101101
Octal 117 112 155

Shades and tints

Shades of #4F4A6D

#4F4A6D
(79,74,109)
#484464
(72,68,100)
#413E5B
(65,62,91)
#3A3852
(58,56,82)
#333249
(51,50,73)
#2C2C40
(44,44,64)
#252637
(37,38,55)
#1E202E
(30,32,46)
#171A25
(23,26,37)
#10141C
(16,20,28)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #4F4A6D

#4F4A6D
(79,74,109)
#5F5A7A
(95,90,122)
#6F6A87
(111,106,135)
#7F7A94
(127,122,148)
#8F8AA1
(143,138,161)
#9F9AAE
(159,154,174)
#AFAABB
(175,170,187)
#BFBAC8
(191,186,200)
#CFCAD5
(207,202,213)
#DFDAE2
(223,218,226)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4A6D color. Also use rgb(79,74,109) instead hex code.

Text Font Color

.myTextColor { color: #4F4A6D; }

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

This text font color is #4F4A6D.

Background Color

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

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

This div background color is #4F4A6D.

Border color

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

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

This div border color is #4F4A6D.

Opacity

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

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

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

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

This text has shadow with #4F4A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4A6D.

Preview

Color preview on black background

This text has color #4F4A6D on black background.


Color preview on white background

This text has color #4F4A6D on white background.


Black color preview on #4F4A6D background

This text has black color on #4F4A6D background.


White color preview on #4F4A6D background

This text has white color on #4F4A6D background.


Related colors

Complementary color

Complementary color for #hex is #B0B592.


I love getcolorcode.com

Triadic colors

1 #6D4F4A and #4A6D4F with #4F4A6D are triadic colors.

2 #6D4A4F and #4A4F6D with #4F4A6D are triadic colors.