COLOR #4F3187

HEX: #4F3187
RGB: (79,49,135)

Color info

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

RGB color model

#4F3187 color RGB value is (79,49,135).

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

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 135 of 255 = 53%

79
49
135

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

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 135 = 263 (100%)
R 79 of 263 ~ 30.04%
G 49 of 263 ~ 18.63%
B 135 of 263 ~ 51.33%

%30.04
%18.63
%51.33

CMYK color model

#4F3187 color CMYK value is (41,64,0,47).

  • cyan value is 41.48%
  • magenta value is 63.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(41,64,0,47)
C41M64Y0K47 
(41%,64%,0%,47%)
(0.41/0.64/0.00/0.47)	

CMYK percentages

%41.48
%63.7
%0
%47.06

Codes

Color #4F3187 in popluar color models

4F3187
RGB7949135
HSL261°46.74%36.08%
HSB/HSV261°63.70%52.94%
CMYK41.48%63.70%0.00%
47.06%

Color #4F3187 in popluar number systems.

HEX4F3187
Decimal7949135
Binary100111111000110000111
Octal11761207

Shades and tints

Shades of #4F3187

#4F3187
(79,49,135)
#482D7B
(72,45,123)
#41296F
(65,41,111)
#3A2563
(58,37,99)
#332157
(51,33,87)
#2C1D4B
(44,29,75)
#25193F
(37,25,63)
#1E1533
(30,21,51)
#171127
(23,17,39)
#100D1B
(16,13,27)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F3187

#4F3187
(79,49,135)
#5F4391
(95,67,145)
#6F559B
(111,85,155)
#7F67A5
(127,103,165)
#8F79AF
(143,121,175)
#9F8BB9
(159,139,185)
#AF9DC3
(175,157,195)
#BFAFCD
(191,175,205)
#CFC1D7
(207,193,215)
#DFD3E1
(223,211,225)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3187; }

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

This text font color is #4F3187.


Background Color

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

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

This div background color is #4F3187.


Border color

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

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

This div border color is #4F3187.


Opacity

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

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

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

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

This text has shadow with #4F3187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3187 on black background.


Color preview on white background

This text has color #4F3187 on white background.



Black color preview on #4F3187 background

This text has black color on #4F3187 background.


White color preview on #4F3187 background

This text has white color on #4F3187 background.