COLOR #4F5DB2

HEX: #4F5DB2
RGB: (79,93,178)

Color info

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

RGB color model

#4F5DB2 color RGB value is (79,93,178).

  • red value is 79;
  • green value is 93;
  • blue value is 178.
RGB:
(79,93,178)
(31%,36%,70%)

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 178 of 255 = 70%

79
93
178

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

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 178 = 350 (100%)
R 79 of 350 ~ 22.57%
G 93 of 350 ~ 26.57%
B 178 of 350 ~ 50.86%

%22.57
%26.57
%50.86

CMYK color model

#4F5DB2 color CMYK value is (56,48,0,30).

  • cyan value is 55.62%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(56,48,0,30)
C56M48Y0K30 
(56%,48%,0%,30%)
(0.56/0.48/0.00/0.30)	

CMYK percentages

%55.62
%47.75
%0
%30.2

Codes

Color #4F5DB2 in popluar color models

4F5DB2
RGB7993178
HSL232°39.13%50.39%
HSB/HSV232°55.62%69.80%
CMYK55.62%47.75%0.00%
30.20%

Color #4F5DB2 in popluar number systems.

HEX4F5DB2
Decimal7993178
Binary1001111101110110110010
Octal117135262

Shades and tints

Shades of #4F5DB2

#4F5DB2
(79,93,178)
#4855A2
(72,85,162)
#414D92
(65,77,146)
#3A4582
(58,69,130)
#333D72
(51,61,114)
#2C3562
(44,53,98)
#252D52
(37,45,82)
#1E2542
(30,37,66)
#171D32
(23,29,50)
#101522
(16,21,34)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #4F5DB2

#4F5DB2
(79,93,178)
#5F6BB9
(95,107,185)
#6F79C0
(111,121,192)
#7F87C7
(127,135,199)
#8F95CE
(143,149,206)
#9FA3D5
(159,163,213)
#AFB1DC
(175,177,220)
#BFBFE3
(191,191,227)
#CFCDEA
(207,205,234)
#DFDBF1
(223,219,241)
#EFE9F8
(239,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5DB2 color. Also use rgb(79,93,178) instead hex code.

Text Font Color

.myTextColor { color: #4F5DB2; }

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

This text font color is #4F5DB2.


Background Color

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

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

This div background color is #4F5DB2.


Border color

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

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

This div border color is #4F5DB2.


Opacity

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

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

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

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

This text has shadow with #4F5DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5DB2 on black background.


Color preview on white background

This text has color #4F5DB2 on white background.



Black color preview on #4F5DB2 background

This text has black color on #4F5DB2 background.


White color preview on #4F5DB2 background

This text has white color on #4F5DB2 background.