COLOR #475ACF

HEX: #475ACF
RGB: (71,90,207)

Color info

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

RGB color model

#475ACF color RGB value is (71,90,207).

  • red value is 71;
  • green value is 90;
  • blue value is 207.
RGB:
(71,90,207)
(28%,35%,81%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 207 of 255 = 81%

71
90
207

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

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 207 = 368 (100%)
R 71 of 368 ~ 19.29%
G 90 of 368 ~ 24.46%
B 207 of 368 ~ 56.25%

%19.29
%24.46
%56.25

CMYK color model

#475ACF color CMYK value is (66,57,0,19).

  • cyan value is 65.70%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(66,57,0,19)
C66M57Y0K19 
(66%,57%,0%,19%)
(0.66/0.57/0.00/0.19)	

CMYK percentages

%65.7
%56.52
%0
%18.82

Codes

Color #475ACF in popluar color models

475ACF
RGB7190207
HSL232°58.62%54.51%
HSB/HSV232°65.70%81.18%
CMYK65.70%56.52%0.00%
18.82%

Color #475ACF in popluar number systems.

HEX475ACF
Decimal7190207
Binary1000111101101011001111
Octal107132317

Shades and tints

Shades of #475ACF

#475ACF
(71,90,207)
#4152BD
(65,82,189)
#3B4AAB
(59,74,171)
#354299
(53,66,153)
#2F3A87
(47,58,135)
#293275
(41,50,117)
#232A63
(35,42,99)
#1D2251
(29,34,81)
#171A3F
(23,26,63)
#11122D
(17,18,45)
#0B0A1B
(11,10,27)
#000000
(0,0,0)

Tints of #475ACF

#475ACF
(71,90,207)
#5769D3
(87,105,211)
#6778D7
(103,120,215)
#7787DB
(119,135,219)
#8796DF
(135,150,223)
#97A5E3
(151,165,227)
#A7B4E7
(167,180,231)
#B7C3EB
(183,195,235)
#C7D2EF
(199,210,239)
#D7E1F3
(215,225,243)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475ACF color. Also use rgb(71,90,207) instead hex code.

Text Font Color

.myTextColor { color: #475ACF; }

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

This text font color is #475ACF.


Background Color

.myBgColor { background-color: #475ACF; }

<div style="background-color:#475ACF">Inner text</div>

This div background color is #475ACF.


Border color

.myBorderColor { border: 1px solid #475ACF; }

<div style="border:3px solid #475ACF">Div</div>

This div border color is #475ACF.


Opacity

.myOpacity80 { color: #475ACF; opacity: 0.8; }

<p style="color:#475ACF;opacity:0.8;">80%</p>

Text with #475ACF 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 #475ACF;}

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

This text has shadow with #475ACF color.

.textShadow {text-shadow: 3px 3px 1px #475ACF, 3px 3px 1px red;}

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

This text has shadow with #475ACF primary color and red secondary color.


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

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

This text has shadow with #475ACF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475ACF on black background.


Color preview on white background

This text has color #475ACF on white background.



Black color preview on #475ACF background

This text has black color on #475ACF background.


White color preview on #475ACF background

This text has white color on #475ACF background.