COLOR #4F548B

HEX: #4F548B
RGB: (79,84,139)

Color info

#4F548B contains mainly green and blue colors. Web safe color of #4F548B is #666699 (or #669).

RGB color model

#4F548B color RGB value is (79,84,139).

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

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 139 of 255 = 55%

79
84
139

R + G + B ~ 40%. #4F548B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 139 = 302 (100%)
R 79 of 302 ~ 26.16%
G 84 of 302 ~ 27.81%
B 139 of 302 ~ 46.03%

%26.16
%27.81
%46.03

CMYK color model

#4F548B color CMYK value is (43,40,0,45).

  • cyan value is 43.17%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(43,40,0,45)
C43M40Y0K45 
(43%,40%,0%,45%)
(0.43/0.40/0.00/0.45)	

CMYK percentages

%43.17
%39.57
%0
%45.49

Codes

Color #4F548B in popluar color models

4F548B
RGB7984139
HSL235°27.52%42.75%
HSB/HSV235°43.17%54.51%
CMYK43.17%39.57%0.00%
45.49%

Color #4F548B in popluar number systems.

HEX4F548B
Decimal7984139
Binary1001111101010010001011
Octal117124213

Shades and tints

Shades of #4F548B

#4F548B
(79,84,139)
#484D7F
(72,77,127)
#414673
(65,70,115)
#3A3F67
(58,63,103)
#33385B
(51,56,91)
#2C314F
(44,49,79)
#252A43
(37,42,67)
#1E2337
(30,35,55)
#171C2B
(23,28,43)
#10151F
(16,21,31)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #4F548B

#4F548B
(79,84,139)
#5F6395
(95,99,149)
#6F729F
(111,114,159)
#7F81A9
(127,129,169)
#8F90B3
(143,144,179)
#9F9FBD
(159,159,189)
#AFAEC7
(175,174,199)
#BFBDD1
(191,189,209)
#CFCCDB
(207,204,219)
#DFDBE5
(223,219,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F548B; }

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

This text font color is #4F548B.


Background Color

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

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

This div background color is #4F548B.


Border color

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

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

This div border color is #4F548B.


Opacity

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

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

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

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

This text has shadow with #4F548B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F548B on black background.


Color preview on white background

This text has color #4F548B on white background.



Black color preview on #4F548B background

This text has black color on #4F548B background.


White color preview on #4F548B background

This text has white color on #4F548B background.