COLOR #4F4B8B

HEX: #4F4B8B
RGB: (79,75,139)

Color info

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

RGB color model

#4F4B8B color RGB value is (79,75,139).

  • red value is 79;
  • green value is 75;
  • blue value is 139.
RGB:
(79,75,139)
(31%,29%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 139 of 255 = 55%

79
75
139

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

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 139 = 293 (100%)
R 79 of 293 ~ 26.96%
G 75 of 293 ~ 25.6%
B 139 of 293 ~ 47.44%

%26.96
%25.6
%47.44

CMYK color model

#4F4B8B color CMYK value is (43,46,0,45).

  • cyan value is 43.17%
  • magenta value is 46.04%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(43,46,0,45)
C43M46Y0K45 
(43%,46%,0%,45%)
(0.43/0.46/0.00/0.45)	

CMYK percentages

%43.17
%46.04
%0
%45.49

Codes

Color #4F4B8B in popluar color models

4F4B8B
RGB7975139
HSL244°29.91%41.96%
HSB/HSV244°46.04%54.51%
CMYK43.17%46.04%0.00%
45.49%

Color #4F4B8B in popluar number systems.

HEX4F4B8B
Decimal7975139
Binary1001111100101110001011
Octal117113213

Shades and tints

Shades of #4F4B8B

#4F4B8B
(79,75,139)
#48457F
(72,69,127)
#413F73
(65,63,115)
#3A3967
(58,57,103)
#33335B
(51,51,91)
#2C2D4F
(44,45,79)
#252743
(37,39,67)
#1E2137
(30,33,55)
#171B2B
(23,27,43)
#10151F
(16,21,31)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #4F4B8B

#4F4B8B
(79,75,139)
#5F5B95
(95,91,149)
#6F6B9F
(111,107,159)
#7F7BA9
(127,123,169)
#8F8BB3
(143,139,179)
#9F9BBD
(159,155,189)
#AFABC7
(175,171,199)
#BFBBD1
(191,187,209)
#CFCBDB
(207,203,219)
#DFDBE5
(223,219,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4B8B color. Also use rgb(79,75,139) instead hex code.

Text Font Color

.myTextColor { color: #4F4B8B; }

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

This text font color is #4F4B8B.


Background Color

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

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

This div background color is #4F4B8B.


Border color

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

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

This div border color is #4F4B8B.


Opacity

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

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

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

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

This text has shadow with #4F4B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B8B on black background.


Color preview on white background

This text has color #4F4B8B on white background.



Black color preview on #4F4B8B background

This text has black color on #4F4B8B background.


White color preview on #4F4B8B background

This text has white color on #4F4B8B background.