COLOR #4F5699

HEX: #4F5699
RGB: (79,86,153)

Color info

#4F5699 contains mainly blue color. Web safe color of #4F5699 is #666699 (or #669).

RGB color model

#4F5699 color RGB value is (79,86,153).

  • red value is 79;
  • green value is 86;
  • blue value is 153.
RGB:
(79,86,153)
(31%,34%,60%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 153 of 255 = 60%

79
86
153

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 153 = 318 (100%)
R 79 of 318 ~ 24.84%
G 86 of 318 ~ 27.04%
B 153 of 318 ~ 48.11%

%24.84
%27.04
%48.11

CMYK color model

#4F5699 color CMYK value is (48,44,0,40).

  • cyan value is 48.37%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,44,0,40)
C48M44Y0K40 
(48%,44%,0%,40%)
(0.48/0.44/0.00/0.40)	

CMYK percentages

%48.37
%43.79
%0
%40

Codes

Color #4F5699 in popluar color models

4F5699
RGB7986153
HSL234°31.90%45.49%
HSB/HSV234°48.37%60.00%
CMYK48.37%43.79%0.00%
40.00%

Color #4F5699 in popluar number systems.

HEX4F5699
Decimal7986153
Binary1001111101011010011001
Octal117126231

Shades and tints

Shades of #4F5699

#4F5699
(79,86,153)
#484F8C
(72,79,140)
#41487F
(65,72,127)
#3A4172
(58,65,114)
#333A65
(51,58,101)
#2C3358
(44,51,88)
#252C4B
(37,44,75)
#1E253E
(30,37,62)
#171E31
(23,30,49)
#101724
(16,23,36)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #4F5699

#4F5699
(79,86,153)
#5F65A2
(95,101,162)
#6F74AB
(111,116,171)
#7F83B4
(127,131,180)
#8F92BD
(143,146,189)
#9FA1C6
(159,161,198)
#AFB0CF
(175,176,207)
#BFBFD8
(191,191,216)
#CFCEE1
(207,206,225)
#DFDDEA
(223,221,234)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5699 color. Also use rgb(79,86,153) instead hex code.

Text Font Color

.myTextColor { color: #4F5699; }

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

This text font color is #4F5699.


Background Color

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

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

This div background color is #4F5699.


Border color

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

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

This div border color is #4F5699.


Opacity

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

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

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

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

This text has shadow with #4F5699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5699 on black background.


Color preview on white background

This text has color #4F5699 on white background.



Black color preview on #4F5699 background

This text has black color on #4F5699 background.


White color preview on #4F5699 background

This text has white color on #4F5699 background.