COLOR #4F5DCA

HEX: #4F5DCA
RGB: (79,93,202)

Color info

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

RGB color model

#4F5DCA color RGB value is (79,93,202).

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

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 202 of 255 = 79%

79
93
202

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

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 202 = 374 (100%)
R 79 of 374 ~ 21.12%
G 93 of 374 ~ 24.87%
B 202 of 374 ~ 54.01%

%21.12
%24.87
%54.01

CMYK color model

#4F5DCA color CMYK value is (61,54,0,21).

  • cyan value is 60.89%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,54,0,21)
C61M54Y0K21 
(61%,54%,0%,21%)
(0.61/0.54/0.00/0.21)	

CMYK percentages

%60.89
%53.96
%0
%20.78

Codes

Color #4F5DCA in popluar color models

4F5DCA
RGB7993202
HSL233°53.71%55.10%
HSB/HSV233°60.89%79.22%
CMYK60.89%53.96%0.00%
20.78%

Color #4F5DCA in popluar number systems.

HEX4F5DCA
Decimal7993202
Binary1001111101110111001010
Octal117135312

Shades and tints

Shades of #4F5DCA

#4F5DCA
(79,93,202)
#4855B8
(72,85,184)
#414DA6
(65,77,166)
#3A4594
(58,69,148)
#333D82
(51,61,130)
#2C3570
(44,53,112)
#252D5E
(37,45,94)
#1E254C
(30,37,76)
#171D3A
(23,29,58)
#101528
(16,21,40)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #4F5DCA

#4F5DCA
(79,93,202)
#5F6BCE
(95,107,206)
#6F79D2
(111,121,210)
#7F87D6
(127,135,214)
#8F95DA
(143,149,218)
#9FA3DE
(159,163,222)
#AFB1E2
(175,177,226)
#BFBFE6
(191,191,230)
#CFCDEA
(207,205,234)
#DFDBEE
(223,219,238)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5DCA; }

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

This text font color is #4F5DCA.


Background Color

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

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

This div background color is #4F5DCA.


Border color

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

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

This div border color is #4F5DCA.


Opacity

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

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

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

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

This text has shadow with #4F5DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5DCA on black background.


Color preview on white background

This text has color #4F5DCA on white background.



Black color preview on #4F5DCA background

This text has black color on #4F5DCA background.


White color preview on #4F5DCA background

This text has white color on #4F5DCA background.