COLOR #474BC3

HEX: #474BC3
RGB: (71,75,195)

Color info

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

RGB color model

#474BC3 color RGB value is (71,75,195).

  • red value is 71;
  • green value is 75;
  • blue value is 195.
RGB:
(71,75,195)
(28%,29%,76%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 195 of 255 = 76%

71
75
195

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

Portions of RGB colors in percentages

R + G + B =
71 + 75 + 195 = 341 (100%)
R 71 of 341 ~ 20.82%
G 75 of 341 ~ 21.99%
B 195 of 341 ~ 57.18%

%20.82
%21.99
%57.18

CMYK color model

#474BC3 color CMYK value is (64,62,0,24).

  • cyan value is 63.59%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(64,62,0,24)
C64M62Y0K24 
(64%,62%,0%,24%)
(0.64/0.62/0.00/0.24)	

CMYK percentages

%63.59
%61.54
%0
%23.53

Codes

Color #474BC3 in popluar color models

474BC3
RGB7175195
HSL238°50.82%52.16%
HSB/HSV238°63.59%76.47%
CMYK63.59%61.54%0.00%
23.53%

Color #474BC3 in popluar number systems.

HEX474BC3
Decimal7175195
Binary1000111100101111000011
Octal107113303

Shades and tints

Shades of #474BC3

#474BC3
(71,75,195)
#4145B2
(65,69,178)
#3B3FA1
(59,63,161)
#353990
(53,57,144)
#2F337F
(47,51,127)
#292D6E
(41,45,110)
#23275D
(35,39,93)
#1D214C
(29,33,76)
#171B3B
(23,27,59)
#11152A
(17,21,42)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #474BC3

#474BC3
(71,75,195)
#575BC8
(87,91,200)
#676BCD
(103,107,205)
#777BD2
(119,123,210)
#878BD7
(135,139,215)
#979BDC
(151,155,220)
#A7ABE1
(167,171,225)
#B7BBE6
(183,187,230)
#C7CBEB
(199,203,235)
#D7DBF0
(215,219,240)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474BC3 color. Also use rgb(71,75,195) instead hex code.

Text Font Color

.myTextColor { color: #474BC3; }

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

This text font color is #474BC3.


Background Color

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

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

This div background color is #474BC3.


Border color

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

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

This div border color is #474BC3.


Opacity

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

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

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

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

This text has shadow with #474BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474BC3 on black background.


Color preview on white background

This text has color #474BC3 on white background.



Black color preview on #474BC3 background

This text has black color on #474BC3 background.


White color preview on #474BC3 background

This text has white color on #474BC3 background.