COLOR #4F447D

HEX: #4F447D RGB: (79,68,125)

Color info

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

RGB color model

#4F447D color RGB value is (79,68,125).

RGB: (79,68,125) (31%, 27%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 125 of 255 = 49%

79
68
125

R + G + B ~ 36%. #4F447D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 68 + 125 = 272 (100%)
R 79 of 272 ~ 29.04%
G 68 of 272 ~ 25%
B 125 of 272 ~ 45.96'%

%29.04
%25
%45.96

CMYK color model

#4F447D color CMYK value is (37,46,0,51).

  • cyan value is 36.80%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (37,46,0,51)
C37M46Y0K51 (37%, 46%, 0%, 51%)
(0.37 / 0.46 / 0.00 / 0.51)

CMYK percentages

%36.8
%45.6
%0
%50.98

Codes

Color #4F447D in popluar color models

4F 44 7D
RGB 79 68 125
HSL 252° 29.53% 37.84%
HSB/HSV 252° 45.60% 49.02%
CMYK 36.80% 45.60% 0.00%
50.98%

Color #4F447D in popluar number systems.

HEX 4F 44 7D
Decimal 79 68 125
Binary 1001111 1000100 1111101
Octal 117 104 175

Shades and tints

Shades of #4F447D

#4F447D
(79,68,125)
#483E72
(72,62,114)
#413867
(65,56,103)
#3A325C
(58,50,92)
#332C51
(51,44,81)
#2C2646
(44,38,70)
#25203B
(37,32,59)
#1E1A30
(30,26,48)
#171425
(23,20,37)
#100E1A
(16,14,26)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #4F447D

#4F447D
(79,68,125)
#5F5588
(95,85,136)
#6F6693
(111,102,147)
#7F779E
(127,119,158)
#8F88A9
(143,136,169)
#9F99B4
(159,153,180)
#AFAABF
(175,170,191)
#BFBBCA
(191,187,202)
#CFCCD5
(207,204,213)
#DFDDE0
(223,221,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F447D color. Also use rgb(79,68,125) instead hex code.

Text Font Color

.myTextColor { color: #4F447D; }

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

This text font color is #4F447D.

Background Color

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

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

This div background color is #4F447D.

Border color

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

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

This div border color is #4F447D.

Opacity

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

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

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

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

This text has shadow with #4F447D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F447D.

Preview

Color preview on black background

This text has color #4F447D on black background.


Color preview on white background

This text has color #4F447D on white background.


Black color preview on #4F447D background

This text has black color on #4F447D background.


White color preview on #4F447D background

This text has white color on #4F447D background.


Related colors

Complementary color

Complementary color for #hex is #B0BB82.


I love getcolorcode.com

Triadic colors

1 #7D4F44 and #447D4F with #4F447D are triadic colors.

2 #7D444F and #444F7D with #4F447D are triadic colors.