COLOR #4A7FCA

HEX: #4A7FCA
RGB: (74,127,202)

Color info

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

RGB color model

#4A7FCA color RGB value is (74,127,202).

  • red value is 74;
  • green value is 127;
  • blue value is 202.
RGB:
(74,127,202)
(29%,50%,79%)

RGB channels and saturation

R 74 of 255 = 29%
G 127 of 255 = 50%
B 202 of 255 = 79%

74
127
202

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

Portions of RGB colors in percentages

R + G + B =
74 + 127 + 202 = 403 (100%)
R 74 of 403 ~ 18.36%
G 127 of 403 ~ 31.51%
B 202 of 403 ~ 50.12%

%18.36
%31.51
%50.12

CMYK color model

#4A7FCA color CMYK value is (63,37,0,21).

  • cyan value is 63.37%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(63,37,0,21)
C63M37Y0K21 
(63%,37%,0%,21%)
(0.63/0.37/0.00/0.21)	

CMYK percentages

%63.37
%37.13
%0
%20.78

Codes

Color #4A7FCA in popluar color models

4A7FCA
RGB74127202
HSL215°54.70%54.12%
HSB/HSV215°63.37%79.22%
CMYK63.37%37.13%0.00%
20.78%

Color #4A7FCA in popluar number systems.

HEX4A7FCA
Decimal74127202
Binary1001010111111111001010
Octal112177312

Shades and tints

Shades of #4A7FCA

#4A7FCA
(74,127,202)
#4474B8
(68,116,184)
#3E69A6
(62,105,166)
#385E94
(56,94,148)
#325382
(50,83,130)
#2C4870
(44,72,112)
#263D5E
(38,61,94)
#20324C
(32,50,76)
#1A273A
(26,39,58)
#141C28
(20,28,40)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #4A7FCA

#4A7FCA
(74,127,202)
#5A8ACE
(90,138,206)
#6A95D2
(106,149,210)
#7AA0D6
(122,160,214)
#8AABDA
(138,171,218)
#9AB6DE
(154,182,222)
#AAC1E2
(170,193,226)
#BACCE6
(186,204,230)
#CAD7EA
(202,215,234)
#DAE2EE
(218,226,238)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7FCA color. Also use rgb(74,127,202) instead hex code.

Text Font Color

.myTextColor { color: #4A7FCA; }

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

This text font color is #4A7FCA.


Background Color

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

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

This div background color is #4A7FCA.


Border color

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

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

This div border color is #4A7FCA.


Opacity

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

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

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

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

This text has shadow with #4A7FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7FCA on black background.


Color preview on white background

This text has color #4A7FCA on white background.



Black color preview on #4A7FCA background

This text has black color on #4A7FCA background.


White color preview on #4A7FCA background

This text has white color on #4A7FCA background.