COLOR #4F46CE

HEX: #4F46CE
RGB: (79,70,206)

Color info

#4F46CE contains mainly blue color. Web safe color of #4F46CE is #6633CC (or #63C).

RGB color model

#4F46CE color RGB value is (79,70,206).

  • red value is 79;
  • green value is 70;
  • blue value is 206.
RGB:
(79,70,206)
(31%,27%,81%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 206 of 255 = 81%

79
70
206

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 206 = 355 (100%)
R 79 of 355 ~ 22.25%
G 70 of 355 ~ 19.72%
B 206 of 355 ~ 58.03%

%22.25
%19.72
%58.03

CMYK color model

#4F46CE color CMYK value is (62,66,0,19).

  • cyan value is 61.65%
  • magenta value is 66.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(62,66,0,19)
C62M66Y0K19 
(62%,66%,0%,19%)
(0.62/0.66/0.00/0.19)	

CMYK percentages

%61.65
%66.02
%0
%19.22

Codes

Color #4F46CE in popluar color models

4F46CE
RGB7970206
HSL244°58.12%54.12%
HSB/HSV244°66.02%80.78%
CMYK61.65%66.02%0.00%
19.22%

Color #4F46CE in popluar number systems.

HEX4F46CE
Decimal7970206
Binary1001111100011011001110
Octal117106316

Shades and tints

Shades of #4F46CE

#4F46CE
(79,70,206)
#4840BC
(72,64,188)
#413AAA
(65,58,170)
#3A3498
(58,52,152)
#332E86
(51,46,134)
#2C2874
(44,40,116)
#252262
(37,34,98)
#1E1C50
(30,28,80)
#17163E
(23,22,62)
#10102C
(16,16,44)
#090A1A
(9,10,26)
#000000
(0,0,0)

Tints of #4F46CE

#4F46CE
(79,70,206)
#5F56D2
(95,86,210)
#6F66D6
(111,102,214)
#7F76DA
(127,118,218)
#8F86DE
(143,134,222)
#9F96E2
(159,150,226)
#AFA6E6
(175,166,230)
#BFB6EA
(191,182,234)
#CFC6EE
(207,198,238)
#DFD6F2
(223,214,242)
#EFE6F6
(239,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F46CE color. Also use rgb(79,70,206) instead hex code.

Text Font Color

.myTextColor { color: #4F46CE; }

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

This text font color is #4F46CE.


Background Color

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

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

This div background color is #4F46CE.


Border color

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

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

This div border color is #4F46CE.


Opacity

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

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

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

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

This text has shadow with #4F46CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F46CE on black background.


Color preview on white background

This text has color #4F46CE on white background.



Black color preview on #4F46CE background

This text has black color on #4F46CE background.


White color preview on #4F46CE background

This text has white color on #4F46CE background.