COLOR #4F378D

HEX: #4F378D
RGB: (79,55,141)

Color info

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

RGB color model

#4F378D color RGB value is (79,55,141).

  • red value is 79;
  • green value is 55;
  • blue value is 141.
RGB:
(79,55,141)
(31%,22%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 141 of 255 = 55%

79
55
141

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

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 141 = 275 (100%)
R 79 of 275 ~ 28.73%
G 55 of 275 ~ 20%
B 141 of 275 ~ 51.27%

%28.73
%20
%51.27

CMYK color model

#4F378D color CMYK value is (44,61,0,45).

  • cyan value is 43.97%
  • magenta value is 60.99%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(44,61,0,45)
C44M61Y0K45 
(44%,61%,0%,45%)
(0.44/0.61/0.00/0.45)	

CMYK percentages

%43.97
%60.99
%0
%44.71

Codes

Color #4F378D in popluar color models

4F378D
RGB7955141
HSL257°43.88%38.43%
HSB/HSV257°60.99%55.29%
CMYK43.97%60.99%0.00%
44.71%

Color #4F378D in popluar number systems.

HEX4F378D
Decimal7955141
Binary100111111011110001101
Octal11767215

Shades and tints

Shades of #4F378D

#4F378D
(79,55,141)
#483281
(72,50,129)
#412D75
(65,45,117)
#3A2869
(58,40,105)
#33235D
(51,35,93)
#2C1E51
(44,30,81)
#251945
(37,25,69)
#1E1439
(30,20,57)
#170F2D
(23,15,45)
#100A21
(16,10,33)
#090515
(9,5,21)
#000000
(0,0,0)

Tints of #4F378D

#4F378D
(79,55,141)
#5F4997
(95,73,151)
#6F5BA1
(111,91,161)
#7F6DAB
(127,109,171)
#8F7FB5
(143,127,181)
#9F91BF
(159,145,191)
#AFA3C9
(175,163,201)
#BFB5D3
(191,181,211)
#CFC7DD
(207,199,221)
#DFD9E7
(223,217,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F378D; }

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

This text font color is #4F378D.


Background Color

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

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

This div background color is #4F378D.


Border color

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

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

This div border color is #4F378D.


Opacity

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

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

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

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

This text has shadow with #4F378D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F378D on black background.


Color preview on white background

This text has color #4F378D on white background.



Black color preview on #4F378D background

This text has black color on #4F378D background.


White color preview on #4F378D background

This text has white color on #4F378D background.