COLOR #474CDD

HEX: #474CDD
RGB: (71,76,221)

Color info

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

RGB color model

#474CDD color RGB value is (71,76,221).

  • red value is 71;
  • green value is 76;
  • blue value is 221.
RGB:
(71,76,221)
(28%,30%,87%)

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 221 of 255 = 87%

71
76
221

R + G + B ~ 48%. #474CDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 221 = 368 (100%)
R 71 of 368 ~ 19.29%
G 76 of 368 ~ 20.65%
B 221 of 368 ~ 60.05%

%19.29
%20.65
%60.05

CMYK color model

#474CDD color CMYK value is (68,66,0,13).

  • cyan value is 67.87%
  • magenta value is 65.61%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(68,66,0,13)
C68M66Y0K13 
(68%,66%,0%,13%)
(0.68/0.66/0.00/0.13)	

CMYK percentages

%67.87
%65.61
%0
%13.33

Codes

Color #474CDD in popluar color models

474CDD
RGB7176221
HSL238°68.81%57.25%
HSB/HSV238°67.87%86.67%
CMYK67.87%65.61%0.00%
13.33%

Color #474CDD in popluar number systems.

HEX474CDD
Decimal7176221
Binary1000111100110011011101
Octal107114335

Shades and tints

Shades of #474CDD

#474CDD
(71,76,221)
#4146C9
(65,70,201)
#3B40B5
(59,64,181)
#353AA1
(53,58,161)
#2F348D
(47,52,141)
#292E79
(41,46,121)
#232865
(35,40,101)
#1D2251
(29,34,81)
#171C3D
(23,28,61)
#111629
(17,22,41)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #474CDD

#474CDD
(71,76,221)
#575CE0
(87,92,224)
#676CE3
(103,108,227)
#777CE6
(119,124,230)
#878CE9
(135,140,233)
#979CEC
(151,156,236)
#A7ACEF
(167,172,239)
#B7BCF2
(183,188,242)
#C7CCF5
(199,204,245)
#D7DCF8
(215,220,248)
#E7ECFB
(231,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474CDD color. Also use rgb(71,76,221) instead hex code.

Text Font Color

.myTextColor { color: #474CDD; }

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

This text font color is #474CDD.


Background Color

.myBgColor { background-color: #474CDD; }

<div style="background-color:#474CDD">Inner text</div>

This div background color is #474CDD.


Border color

.myBorderColor { border: 1px solid #474CDD; }

<div style="border:3px solid #474CDD">Div</div>

This div border color is #474CDD.


Opacity

.myOpacity80 { color: #474CDD; opacity: 0.8; }

<p style="color:#474CDD;opacity:0.8;">80%</p>

Text with #474CDD 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 #474CDD;}

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

This text has shadow with #474CDD color.

.textShadow {text-shadow: 3px 3px 1px #474CDD, 3px 3px 1px red;}

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

This text has shadow with #474CDD primary color and red secondary color.


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

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

This text has shadow with #474CDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474CDD on black background.


Color preview on white background

This text has color #474CDD on white background.



Black color preview on #474CDD background

This text has black color on #474CDD background.


White color preview on #474CDD background

This text has white color on #474CDD background.