COLOR #4F5378

HEX: #4F5378 RGB: (79,83,120)

Color info

#4F5378 contains red, green and blue colors in about the same proportion. Web safe color of #4F5378 is #666666 (or #666).

RGB color model

#4F5378 color RGB value is (79,83,120).

RGB: (79,83,120) (31%, 33%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 120 of 255 = 47%

79
83
120

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

Portions of RGB colors in percentages

R + G + B = 79 + 83 + 120 = 282 (100%)
R 79 of 282 ~ 28.01%
G 83 of 282 ~ 29.43%
B 120 of 282 ~ 42.55'%

%28.01
%29.43
%42.55

CMYK color model

#4F5378 color CMYK value is (34,31,0,53).

  • cyan value is 34.17%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (34,31,0,53) C34M31Y0K53 (34%,31%,0%,53%) (0.34/0.31/0.00/0.53) 

CMYK percentages

%34.17
%30.83
%0
%52.94

Codes

Color #4F5378 in popluar color models

4F 53 78
RGB 79 83 120
HSL 234° 20.60% 39.02%
HSB/HSV 234° 34.17% 47.06%
CMYK 34.17% 30.83% 0.00%
52.94%

Color #4F5378 in popluar number systems.

HEX 4F 53 78
Decimal 79 83 120
Binary 1001111 1010011 1111000
Octal 117 123 170

Shades and tints

Shades of #4F5378

#4F5378
(79,83,120)
#484C6E
(72,76,110)
#414564
(65,69,100)
#3A3E5A
(58,62,90)
#333750
(51,55,80)
#2C3046
(44,48,70)
#25293C
(37,41,60)
#1E2232
(30,34,50)
#171B28
(23,27,40)
#10141E
(16,20,30)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #4F5378

#4F5378
(79,83,120)
#5F6284
(95,98,132)
#6F7190
(111,113,144)
#7F809C
(127,128,156)
#8F8FA8
(143,143,168)
#9F9EB4
(159,158,180)
#AFADC0
(175,173,192)
#BFBCCC
(191,188,204)
#CFCBD8
(207,203,216)
#DFDAE4
(223,218,228)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5378 color. Also use rgb(79,83,120) instead hex code.

Text Font Color

.myTextColor { color: #4F5378; }

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

This text font color is #4F5378.

Background Color

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

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

This div background color is #4F5378.

Border color

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

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

This div border color is #4F5378.

Opacity

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

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

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

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

This text has shadow with #4F5378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5378.

Preview

Color preview on black background

This text has color #4F5378 on black background.


Color preview on white background

This text has color #4F5378 on white background.


Black color preview on #4F5378 background

This text has black color on #4F5378 background.


White color preview on #4F5378 background

This text has white color on #4F5378 background.


Related colors

Complementary color

Complementary color for #hex is #B0AC87.


I love getcolorcode.com

Triadic colors

1 #784F53 and #53784F with #4F5378 are triadic colors.

2 #78534F and #534F78 with #4F5378 are triadic colors.