COLOR #4F448B

HEX: #4F448B
RGB: (79,68,139)

Color info

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

RGB color model

#4F448B color RGB value is (79,68,139).

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

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 139 of 255 = 55%

79
68
139

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 139 = 286 (100%)
R 79 of 286 ~ 27.62%
G 68 of 286 ~ 23.78%
B 139 of 286 ~ 48.6%

%27.62
%23.78
%48.6

CMYK color model

#4F448B color CMYK value is (43,51,0,45).

  • cyan value is 43.17%
  • magenta value is 51.08%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(43,51,0,45)
C43M51Y0K45 
(43%,51%,0%,45%)
(0.43/0.51/0.00/0.45)	

CMYK percentages

%43.17
%51.08
%0
%45.49

Codes

Color #4F448B in popluar color models

4F448B
RGB7968139
HSL249°34.30%40.59%
HSB/HSV249°51.08%54.51%
CMYK43.17%51.08%0.00%
45.49%

Color #4F448B in popluar number systems.

HEX4F448B
Decimal7968139
Binary1001111100010010001011
Octal117104213

Shades and tints

Shades of #4F448B

#4F448B
(79,68,139)
#483E7F
(72,62,127)
#413873
(65,56,115)
#3A3267
(58,50,103)
#332C5B
(51,44,91)
#2C264F
(44,38,79)
#252043
(37,32,67)
#1E1A37
(30,26,55)
#17142B
(23,20,43)
#100E1F
(16,14,31)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #4F448B

#4F448B
(79,68,139)
#5F5595
(95,85,149)
#6F669F
(111,102,159)
#7F77A9
(127,119,169)
#8F88B3
(143,136,179)
#9F99BD
(159,153,189)
#AFAAC7
(175,170,199)
#BFBBD1
(191,187,209)
#CFCCDB
(207,204,219)
#DFDDE5
(223,221,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F448B; }

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

This text font color is #4F448B.


Background Color

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

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

This div background color is #4F448B.


Border color

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

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

This div border color is #4F448B.


Opacity

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

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

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

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

This text has shadow with #4F448B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F448B on black background.


Color preview on white background

This text has color #4F448B on white background.



Black color preview on #4F448B background

This text has black color on #4F448B background.


White color preview on #4F448B background

This text has white color on #4F448B background.