COLOR #4F46CA

HEX: #4F46CA
RGB: (79,70,202)

Color info

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

RGB color model

#4F46CA color RGB value is (79,70,202).

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

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 202 of 255 = 79%

79
70
202

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 202 = 351 (100%)
R 79 of 351 ~ 22.51%
G 70 of 351 ~ 19.94%
B 202 of 351 ~ 57.55%

%22.51
%19.94
%57.55

CMYK color model

#4F46CA color CMYK value is (61,65,0,21).

  • cyan value is 60.89%
  • magenta value is 65.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,65,0,21)
C61M65Y0K21 
(61%,65%,0%,21%)
(0.61/0.65/0.00/0.21)	

CMYK percentages

%60.89
%65.35
%0
%20.78

Codes

Color #4F46CA in popluar color models

4F46CA
RGB7970202
HSL244°55.46%53.33%
HSB/HSV244°65.35%79.22%
CMYK60.89%65.35%0.00%
20.78%

Color #4F46CA in popluar number systems.

HEX4F46CA
Decimal7970202
Binary1001111100011011001010
Octal117106312

Shades and tints

Shades of #4F46CA

#4F46CA
(79,70,202)
#4840B8
(72,64,184)
#413AA6
(65,58,166)
#3A3494
(58,52,148)
#332E82
(51,46,130)
#2C2870
(44,40,112)
#25225E
(37,34,94)
#1E1C4C
(30,28,76)
#17163A
(23,22,58)
#101028
(16,16,40)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #4F46CA

#4F46CA
(79,70,202)
#5F56CE
(95,86,206)
#6F66D2
(111,102,210)
#7F76D6
(127,118,214)
#8F86DA
(143,134,218)
#9F96DE
(159,150,222)
#AFA6E2
(175,166,226)
#BFB6E6
(191,182,230)
#CFC6EA
(207,198,234)
#DFD6EE
(223,214,238)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F46CA; }

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

This text font color is #4F46CA.


Background Color

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

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

This div background color is #4F46CA.


Border color

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

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

This div border color is #4F46CA.


Opacity

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

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

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

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

This text has shadow with #4F46CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F46CA on black background.


Color preview on white background

This text has color #4F46CA on white background.



Black color preview on #4F46CA background

This text has black color on #4F46CA background.


White color preview on #4F46CA background

This text has white color on #4F46CA background.