COLOR #4F3C9B

HEX: #4F3C9B
RGB: (79,60,155)

Color info

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

RGB color model

#4F3C9B color RGB value is (79,60,155).

  • red value is 79;
  • green value is 60;
  • blue value is 155.
RGB:
(79,60,155)
(31%,24%,61%)

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 155 of 255 = 61%

79
60
155

R + G + B ~ 39%. #4F3C9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 155 = 294 (100%)
R 79 of 294 ~ 26.87%
G 60 of 294 ~ 20.41%
B 155 of 294 ~ 52.72%

%26.87
%20.41
%52.72

CMYK color model

#4F3C9B color CMYK value is (49,61,0,39).

  • cyan value is 49.03%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(49,61,0,39)
C49M61Y0K39 
(49%,61%,0%,39%)
(0.49/0.61/0.00/0.39)	

CMYK percentages

%49.03
%61.29
%0
%39.22

Codes

Color #4F3C9B in popluar color models

4F3C9B
RGB7960155
HSL252°44.19%42.16%
HSB/HSV252°61.29%60.78%
CMYK49.03%61.29%0.00%
39.22%

Color #4F3C9B in popluar number systems.

HEX4F3C9B
Decimal7960155
Binary100111111110010011011
Octal11774233

Shades and tints

Shades of #4F3C9B

#4F3C9B
(79,60,155)
#48378D
(72,55,141)
#41327F
(65,50,127)
#3A2D71
(58,45,113)
#332863
(51,40,99)
#2C2355
(44,35,85)
#251E47
(37,30,71)
#1E1939
(30,25,57)
#17142B
(23,20,43)
#100F1D
(16,15,29)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F3C9B

#4F3C9B
(79,60,155)
#5F4DA4
(95,77,164)
#6F5EAD
(111,94,173)
#7F6FB6
(127,111,182)
#8F80BF
(143,128,191)
#9F91C8
(159,145,200)
#AFA2D1
(175,162,209)
#BFB3DA
(191,179,218)
#CFC4E3
(207,196,227)
#DFD5EC
(223,213,236)
#EFE6F5
(239,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3C9B color. Also use rgb(79,60,155) instead hex code.

Text Font Color

.myTextColor { color: #4F3C9B; }

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

This text font color is #4F3C9B.


Background Color

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

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

This div background color is #4F3C9B.


Border color

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

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

This div border color is #4F3C9B.


Opacity

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

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

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

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

This text has shadow with #4F3C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C9B on black background.


Color preview on white background

This text has color #4F3C9B on white background.



Black color preview on #4F3C9B background

This text has black color on #4F3C9B background.


White color preview on #4F3C9B background

This text has white color on #4F3C9B background.