COLOR #475ACE

HEX: #475ACE
RGB: (71,90,206)

Renk bilgisi

#475ACE contains mainly blue color. #475ACE ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#475ACE color RGB value is (71,90,206).

  • kırmız ton 71;
  • yeşil ton 90;
  • mavi ton 206.
RGB:
(71,90,206)
(28%,35%,81%)

RGB bağlantıları ve doygunluk

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

71
90
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 206 = 367 (100%)
R 71 of 367 ~ 19.35%
G 90 of 367 ~ 24.52%
B 206 of 367 ~ 56.13%

%19.35
%24.52
%56.13

CMYK RENK MODELİ

#475ACE rengi CMYK tonu (66,56,0,19).

  • camgöbeği tonu 65.53%
  • eflatun tonu 56.31%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(66,56,0,19)
C66M56Y0K19 
(66%,56%,0%,19%)
(0.66/0.56/0.00/0.19)	

CMYK yüzdeleri

%65.53
%56.31
%0
%19.22

Codes

Color #475ACE in popluar color models

475ACE
RGB7190206
HSL232°57.94%54.31%
HSB/HSV232°65.53%80.78%
CMYK65.53%56.31%0.00%
19.22%

Color #475ACE in popluar number systems.

HEX475ACE
Decimal7190206
Binary1000111101101011001110
Octal107132316

Shades and tints

Shades of #475ACE

#475ACE
(71,90,206)
#4152BC
(65,82,188)
#3B4AAA
(59,74,170)
#354298
(53,66,152)
#2F3A86
(47,58,134)
#293274
(41,50,116)
#232A62
(35,42,98)
#1D2250
(29,34,80)
#171A3E
(23,26,62)
#11122C
(17,18,44)
#0B0A1A
(11,10,26)
#000000
(0,0,0)

Tints of #475ACE

#475ACE
(71,90,206)
#5769D2
(87,105,210)
#6778D6
(103,120,214)
#7787DA
(119,135,218)
#8796DE
(135,150,222)
#97A5E2
(151,165,226)
#A7B4E6
(167,180,230)
#B7C3EA
(183,195,234)
#C7D2EE
(199,210,238)
#D7E1F2
(215,225,242)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475ACE; }

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

This text font color is #475ACE.


Background Color

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

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

This div background color is #475ACE.


Border color

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

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

This div border color is #475ACE.


Opacity

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

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

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

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

This text has shadow with #475ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475ACE on black background.


Color preview on white background

This text has color #475ACE on white background.



Black color preview on #475ACE background

This text has black color on #475ACE background.


White color preview on #475ACE background

This text has white color on #475ACE background.