COLOR #4F3B9B

HEX: #4F3B9B RGB: (79,59,155)

Color info

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

RGB color model

#4F3B9B color RGB value is (79,59,155).

RGB: (79,59,155) (31%, 23%, 61%)

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 155 of 255 = 61%

79
59
155

R + G + B ~ 38%. #4F3B9B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 59 + 155 = 293 (100%)
R 79 of 293 ~ 26.96%
G 59 of 293 ~ 20.14%
B 155 of 293 ~ 52.9'%

%26.96
%20.14
%52.9

CMYK color model

#4F3B9B color CMYK value is (49,62,0,39).

  • cyan value is 49.03%
  • magenta value is 61.94%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (49,62,0,39)
C49M62Y0K39 (49%, 62%, 0%, 39%)
(0.49 / 0.62 / 0.00 / 0.39)

CMYK percentages

%49.03
%61.94
%0
%39.22

Codes

Color #4F3B9B in popluar color models

4F 3B 9B
RGB 79 59 155
HSL 253° 44.86% 41.96%
HSB/HSV 253° 61.94% 60.78%
CMYK 49.03% 61.94% 0.00%
39.22%

Color #4F3B9B in popluar number systems.

HEX 4F 3B 9B
Decimal 79 59 155
Binary 1001111 111011 10011011
Octal 117 73 233

Shades and tints

Shades of #4F3B9B

#4F3B9B
(79,59,155)
#48368D
(72,54,141)
#41317F
(65,49,127)
#3A2C71
(58,44,113)
#332763
(51,39,99)
#2C2255
(44,34,85)
#251D47
(37,29,71)
#1E1839
(30,24,57)
#17132B
(23,19,43)
#100E1D
(16,14,29)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F3B9B

#4F3B9B
(79,59,155)
#5F4CA4
(95,76,164)
#6F5DAD
(111,93,173)
#7F6EB6
(127,110,182)
#8F7FBF
(143,127,191)
#9F90C8
(159,144,200)
#AFA1D1
(175,161,209)
#BFB2DA
(191,178,218)
#CFC3E3
(207,195,227)
#DFD4EC
(223,212,236)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B9B; }

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

This text font color is #4F3B9B.

Background Color

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

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

This div background color is #4F3B9B.

Border color

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

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

This div border color is #4F3B9B.

Opacity

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

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

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

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

This text has shadow with #4F3B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3B9B.

Preview

Color preview on black background

This text has color #4F3B9B on black background.


Color preview on white background

This text has color #4F3B9B on white background.


Black color preview on #4F3B9B background

This text has black color on #4F3B9B background.


White color preview on #4F3B9B background

This text has white color on #4F3B9B background.


Related colors

Complementary color

Complementary color for #hex is #B0C464.


I love getcolorcode.com

Triadic colors

1 #9B4F3B and #3B9B4F with #4F3B9B are triadic colors.

2 #9B3B4F and #3B4F9B with #4F3B9B are triadic colors.