COLOR #4F5DD9

HEX: #4F5DD9
RGB: (79,93,217)

Color info

#4F5DD9 contains mainly blue color. Web safe color of #4F5DD9 is #6666CC (or #66C).

RGB color model

#4F5DD9 color RGB value is (79,93,217).

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

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 217 of 255 = 85%

79
93
217

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

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 217 = 389 (100%)
R 79 of 389 ~ 20.31%
G 93 of 389 ~ 23.91%
B 217 of 389 ~ 55.78%

%20.31
%23.91
%55.78

CMYK color model

#4F5DD9 color CMYK value is (64,57,0,15).

  • cyan value is 63.59%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(64,57,0,15)
C64M57Y0K15 
(64%,57%,0%,15%)
(0.64/0.57/0.00/0.15)	

CMYK percentages

%63.59
%57.14
%0
%14.9

Codes

Color #4F5DD9 in popluar color models

4F5DD9
RGB7993217
HSL234°64.49%58.04%
HSB/HSV234°63.59%85.10%
CMYK63.59%57.14%0.00%
14.90%

Color #4F5DD9 in popluar number systems.

HEX4F5DD9
Decimal7993217
Binary1001111101110111011001
Octal117135331

Shades and tints

Shades of #4F5DD9

#4F5DD9
(79,93,217)
#4855C6
(72,85,198)
#414DB3
(65,77,179)
#3A45A0
(58,69,160)
#333D8D
(51,61,141)
#2C357A
(44,53,122)
#252D67
(37,45,103)
#1E2554
(30,37,84)
#171D41
(23,29,65)
#10152E
(16,21,46)
#090D1B
(9,13,27)
#000000
(0,0,0)

Tints of #4F5DD9

#4F5DD9
(79,93,217)
#5F6BDC
(95,107,220)
#6F79DF
(111,121,223)
#7F87E2
(127,135,226)
#8F95E5
(143,149,229)
#9FA3E8
(159,163,232)
#AFB1EB
(175,177,235)
#BFBFEE
(191,191,238)
#CFCDF1
(207,205,241)
#DFDBF4
(223,219,244)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5DD9; }

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

This text font color is #4F5DD9.


Background Color

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

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

This div background color is #4F5DD9.


Border color

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

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

This div border color is #4F5DD9.


Opacity

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

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

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

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

This text has shadow with #4F5DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5DD9 on black background.


Color preview on white background

This text has color #4F5DD9 on white background.



Black color preview on #4F5DD9 background

This text has black color on #4F5DD9 background.


White color preview on #4F5DD9 background

This text has white color on #4F5DD9 background.