COLOR #4F4387

HEX: #4F4387
RGB: (79,67,135)

Color info

#4F4387 contains mainly red and blue colors. Web safe color of #4F4387 is #663399 (or #639).

RGB color model

#4F4387 color RGB value is (79,67,135).

  • red value is 79;
  • green value is 67;
  • blue value is 135.
RGB:
(79,67,135)
(31%,26%,53%)

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 135 of 255 = 53%

79
67
135

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

Portions of RGB colors in percentages

R + G + B =
79 + 67 + 135 = 281 (100%)
R 79 of 281 ~ 28.11%
G 67 of 281 ~ 23.84%
B 135 of 281 ~ 48.04%

%28.11
%23.84
%48.04

CMYK color model

#4F4387 color CMYK value is (41,50,0,47).

  • cyan value is 41.48%
  • magenta value is 50.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(41,50,0,47)
C41M50Y0K47 
(41%,50%,0%,47%)
(0.41/0.50/0.00/0.47)	

CMYK percentages

%41.48
%50.37
%0
%47.06

Codes

Color #4F4387 in popluar color models

4F4387
RGB7967135
HSL251°33.66%39.61%
HSB/HSV251°50.37%52.94%
CMYK41.48%50.37%0.00%
47.06%

Color #4F4387 in popluar number systems.

HEX4F4387
Decimal7967135
Binary1001111100001110000111
Octal117103207

Shades and tints

Shades of #4F4387

#4F4387
(79,67,135)
#483D7B
(72,61,123)
#41376F
(65,55,111)
#3A3163
(58,49,99)
#332B57
(51,43,87)
#2C254B
(44,37,75)
#251F3F
(37,31,63)
#1E1933
(30,25,51)
#171327
(23,19,39)
#100D1B
(16,13,27)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #4F4387

#4F4387
(79,67,135)
#5F5491
(95,84,145)
#6F659B
(111,101,155)
#7F76A5
(127,118,165)
#8F87AF
(143,135,175)
#9F98B9
(159,152,185)
#AFA9C3
(175,169,195)
#BFBACD
(191,186,205)
#CFCBD7
(207,203,215)
#DFDCE1
(223,220,225)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4387 color. Also use rgb(79,67,135) instead hex code.

Text Font Color

.myTextColor { color: #4F4387; }

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

This text font color is #4F4387.


Background Color

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

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

This div background color is #4F4387.


Border color

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

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

This div border color is #4F4387.


Opacity

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

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

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

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

This text has shadow with #4F4387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4387 on black background.


Color preview on white background

This text has color #4F4387 on white background.



Black color preview on #4F4387 background

This text has black color on #4F4387 background.


White color preview on #4F4387 background

This text has white color on #4F4387 background.