COLOR #4A43D7

HEX: #4A43D7
RGB: (74,67,215)

Color info

#4A43D7 contains mainly blue color. Web safe color of #4A43D7 is #3333CC (or #33C).

RGB color model

#4A43D7 color RGB value is (74,67,215).

  • red value is 74;
  • green value is 67;
  • blue value is 215.
RGB:
(74,67,215)
(29%,26%,84%)

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 215 of 255 = 84%

74
67
215

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

Portions of RGB colors in percentages

R + G + B =
74 + 67 + 215 = 356 (100%)
R 74 of 356 ~ 20.79%
G 67 of 356 ~ 18.82%
B 215 of 356 ~ 60.39%

%20.79
%18.82
%60.39

CMYK color model

#4A43D7 color CMYK value is (66,69,0,16).

  • cyan value is 65.58%
  • magenta value is 68.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(66,69,0,16)
C66M69Y0K16 
(66%,69%,0%,16%)
(0.66/0.69/0.00/0.16)	

CMYK percentages

%65.58
%68.84
%0
%15.69

Codes

Color #4A43D7 in popluar color models

4A43D7
RGB7467215
HSL243°64.91%55.29%
HSB/HSV243°68.84%84.31%
CMYK65.58%68.84%0.00%
15.69%

Color #4A43D7 in popluar number systems.

HEX4A43D7
Decimal7467215
Binary1001010100001111010111
Octal112103327

Shades and tints

Shades of #4A43D7

#4A43D7
(74,67,215)
#443DC4
(68,61,196)
#3E37B1
(62,55,177)
#38319E
(56,49,158)
#322B8B
(50,43,139)
#2C2578
(44,37,120)
#261F65
(38,31,101)
#201952
(32,25,82)
#1A133F
(26,19,63)
#140D2C
(20,13,44)
#0E0719
(14,7,25)
#000000
(0,0,0)

Tints of #4A43D7

#4A43D7
(74,67,215)
#5A54DA
(90,84,218)
#6A65DD
(106,101,221)
#7A76E0
(122,118,224)
#8A87E3
(138,135,227)
#9A98E6
(154,152,230)
#AAA9E9
(170,169,233)
#BABAEC
(186,186,236)
#CACBEF
(202,203,239)
#DADCF2
(218,220,242)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A43D7 color. Also use rgb(74,67,215) instead hex code.

Text Font Color

.myTextColor { color: #4A43D7; }

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

This text font color is #4A43D7.


Background Color

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

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

This div background color is #4A43D7.


Border color

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

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

This div border color is #4A43D7.


Opacity

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

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

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

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

This text has shadow with #4A43D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A43D7 on black background.


Color preview on white background

This text has color #4A43D7 on white background.



Black color preview on #4A43D7 background

This text has black color on #4A43D7 background.


White color preview on #4A43D7 background

This text has white color on #4A43D7 background.