COLOR #4476CA

HEX: #4476CA RGB: (68,118,202)

Color info

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

RGB color model

#4476CA color RGB value is (68,118,202).

RGB: (68,118,202) (27%, 46%, 79%)

RGB channels and saturation

R 68 of 255 = 27%
G 118 of 255 = 46%
B 202 of 255 = 79%

68
118
202

R + G + B ~ 51%. #4476CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 118 + 202 = 388 (100%)
R 68 of 388 ~ 17.53%
G 118 of 388 ~ 30.41%
B 202 of 388 ~ 52.06'%

%17.53
%30.41
%52.06

CMYK color model

#4476CA color CMYK value is (66,42,0,21).

  • cyan value is 66.34%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (66,42,0,21)
C66M42Y0K21 (66%, 42%, 0%, 21%)
(0.66 / 0.42 / 0.00 / 0.21)

CMYK percentages

%66.34
%41.58
%0
%20.78

Codes

Color #4476CA in popluar color models

44 76 CA
RGB 68 118 202
HSL 218° 55.83% 52.94%
HSB/HSV 218° 66.34% 79.22%
CMYK 66.34% 41.58% 0.00%
20.78%

Color #4476CA in popluar number systems.

HEX 44 76 CA
Decimal 68 118 202
Binary 1000100 1110110 11001010
Octal 104 166 312

Shades and tints

Shades of #4476CA

#4476CA
(68,118,202)
#3E6CB8
(62,108,184)
#3862A6
(56,98,166)
#325894
(50,88,148)
#2C4E82
(44,78,130)
#264470
(38,68,112)
#203A5E
(32,58,94)
#1A304C
(26,48,76)
#14263A
(20,38,58)
#0E1C28
(14,28,40)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #4476CA

#4476CA
(68,118,202)
#5582CE
(85,130,206)
#668ED2
(102,142,210)
#779AD6
(119,154,214)
#88A6DA
(136,166,218)
#99B2DE
(153,178,222)
#AABEE2
(170,190,226)
#BBCAE6
(187,202,230)
#CCD6EA
(204,214,234)
#DDE2EE
(221,226,238)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4476CA color. Also use rgb(68,118,202) instead hex code.

Text Font Color

.myTextColor { color: #4476CA; }

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

This text font color is #4476CA.

Background Color

.myBgColor { background-color: #4476CA; }

<div style="background-color:#4476CA">Inner text</div>

This div background color is #4476CA.

Border color

.myBorderColor { border: 1px solid #4476CA; }

<div style="border:3px solid #4476CA">Div</div>

This div border color is #4476CA.

Opacity

.myOpacity80 { color: #4476CA; opacity: 0.8; }

<p style="color:#4476CA;opacity:0.8;">80%</p>

Text with #4476CA 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 #4476CA;}

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

This text has shadow with #4476CA color.


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

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

This text has shadow with #4476CA primary color and red secondary color.


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

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

This text has shadow with #4476CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4476CA.

Preview

Color preview on black background

This text has color #4476CA on black background.


Color preview on white background

This text has color #4476CA on white background.


Black color preview on #4476CA background

This text has black color on #4476CA background.


White color preview on #4476CA background

This text has white color on #4476CA background.


Related colors

Complementary color

Complementary color for #hex is #BB8935.


I love getcolorcode.com

Triadic colors

1 #CA4476 and #76CA44 with #4476CA are triadic colors.

2 #CA7644 and #7644CA with #4476CA are triadic colors.