COLOR #4A74DC

HEX: #4A74DC RGB: (74,116,220)

Color info

#4A74DC contains mainly blue color. Web safe color of #4A74DC is #3366CC (or #36C).

RGB color model

#4A74DC color RGB value is (74,116,220).

RGB: (74,116,220) (29%, 45%, 86%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 220 of 255 = 86%

74
116
220

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

Portions of RGB colors in percentages

R + G + B = 74 + 116 + 220 = 410 (100%)
R 74 of 410 ~ 18.05%
G 116 of 410 ~ 28.29%
B 220 of 410 ~ 53.66'%

%18.05
%28.29
%53.66

CMYK color model

#4A74DC color CMYK value is (66,47,0,14).

  • cyan value is 66.36%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (66,47,0,14)
C66M47Y0K14 (66%, 47%, 0%, 14%)
(0.66 / 0.47 / 0.00 / 0.14)

CMYK percentages

%66.36
%47.27
%0
%13.73

Codes

Color #4A74DC in popluar color models

4A 74 DC
RGB 74 116 220
HSL 223° 67.59% 57.65%
HSB/HSV 223° 66.36% 86.27%
CMYK 66.36% 47.27% 0.00%
13.73%

Color #4A74DC in popluar number systems.

HEX 4A 74 DC
Decimal 74 116 220
Binary 1001010 1110100 11011100
Octal 112 164 334

Shades and tints

Shades of #4A74DC

#4A74DC
(74,116,220)
#446AC8
(68,106,200)
#3E60B4
(62,96,180)
#3856A0
(56,86,160)
#324C8C
(50,76,140)
#2C4278
(44,66,120)
#263864
(38,56,100)
#202E50
(32,46,80)
#1A243C
(26,36,60)
#141A28
(20,26,40)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #4A74DC

#4A74DC
(74,116,220)
#5A80DF
(90,128,223)
#6A8CE2
(106,140,226)
#7A98E5
(122,152,229)
#8AA4E8
(138,164,232)
#9AB0EB
(154,176,235)
#AABCEE
(170,188,238)
#BAC8F1
(186,200,241)
#CAD4F4
(202,212,244)
#DAE0F7
(218,224,247)
#EAECFA
(234,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A74DC color. Also use rgb(74,116,220) instead hex code.

Text Font Color

.myTextColor { color: #4A74DC; }

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

This text font color is #4A74DC.

Background Color

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

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

This div background color is #4A74DC.

Border color

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

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

This div border color is #4A74DC.

Opacity

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

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

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

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

This text has shadow with #4A74DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A74DC.

Preview

Color preview on black background

This text has color #4A74DC on black background.


Color preview on white background

This text has color #4A74DC on white background.


Black color preview on #4A74DC background

This text has black color on #4A74DC background.


White color preview on #4A74DC background

This text has white color on #4A74DC background.


Related colors

Complementary color

Complementary color for #hex is #B58B23.


I love getcolorcode.com

Triadic colors

1 #DC4A74 and #74DC4A with #4A74DC are triadic colors.

2 #DC744A and #744ADC with #4A74DC are triadic colors.