COLOR #475AEE

HEX: #475AEE
RGB: (71,90,238)

Renk bilgisi

#475AEE contains mainly blue color. #475AEE ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#475AEE color RGB value is (71,90,238).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 238 of 255 = 93%

71
90
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 238 = 399 (100%)
R 71 of 399 ~ 17.79%
G 90 of 399 ~ 22.56%
B 238 of 399 ~ 59.65%

%17.79
%22.56
%59.65

CMYK RENK MODELİ

#475AEE rengi CMYK tonu (70,62,0,7).

  • camgöbeği tonu 70.17%
  • eflatun tonu 62.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(70,62,0,7)
C70M62Y0K7 
(70%,62%,0%,7%)
(0.70/0.62/0.00/0.07)	

CMYK yüzdeleri

%70.17
%62.18
%0
%6.67

Codes

Color #475AEE in popluar color models

475AEE
RGB7190238
HSL233°83.08%60.59%
HSB/HSV233°70.17%93.33%
CMYK70.17%62.18%0.00%
6.67%

Color #475AEE in popluar number systems.

HEX475AEE
Decimal7190238
Binary1000111101101011101110
Octal107132356

Shades and tints

Shades of #475AEE

#475AEE
(71,90,238)
#4152D9
(65,82,217)
#3B4AC4
(59,74,196)
#3542AF
(53,66,175)
#2F3A9A
(47,58,154)
#293285
(41,50,133)
#232A70
(35,42,112)
#1D225B
(29,34,91)
#171A46
(23,26,70)
#111231
(17,18,49)
#0B0A1C
(11,10,28)
#000000
(0,0,0)

Tints of #475AEE

#475AEE
(71,90,238)
#5769EF
(87,105,239)
#6778F0
(103,120,240)
#7787F1
(119,135,241)
#8796F2
(135,150,242)
#97A5F3
(151,165,243)
#A7B4F4
(167,180,244)
#B7C3F5
(183,195,245)
#C7D2F6
(199,210,246)
#D7E1F7
(215,225,247)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475AEE; }

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

This text font color is #475AEE.


Background Color

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

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

This div background color is #475AEE.


Border color

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

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

This div border color is #475AEE.


Opacity

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

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

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

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

This text has shadow with #475AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475AEE on black background.


Color preview on white background

This text has color #475AEE on white background.



Black color preview on #475AEE background

This text has black color on #475AEE background.


White color preview on #475AEE background

This text has white color on #475AEE background.