COLOR #475BC2

HEX: #475BC2
RGB: (71,91,194)

Renk bilgisi

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

RGB renk modeli

#475BC2 color RGB value is (71,91,194).

  • kırmız ton 71;
  • yeşil ton 91;
  • mavi ton 194.
RGB:
(71,91,194)
(28%,36%,76%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 194 of 255 = 76%

71
91
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 194 = 356 (100%)
R 71 of 356 ~ 19.94%
G 91 of 356 ~ 25.56%
B 194 of 356 ~ 54.49%

%19.94
%25.56
%54.49

CMYK RENK MODELİ

#475BC2 rengi CMYK tonu (63,53,0,24).

  • camgöbeği tonu 63.40%
  • eflatun tonu 53.09%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(63,53,0,24)
C63M53Y0K24 
(63%,53%,0%,24%)
(0.63/0.53/0.00/0.24)	

CMYK yüzdeleri

%63.4
%53.09
%0
%23.92

Codes

Color #475BC2 in popluar color models

475BC2
RGB7191194
HSL230°50.20%51.96%
HSB/HSV230°63.40%76.08%
CMYK63.40%53.09%0.00%
23.92%

Color #475BC2 in popluar number systems.

HEX475BC2
Decimal7191194
Binary1000111101101111000010
Octal107133302

Shades and tints

Shades of #475BC2

#475BC2
(71,91,194)
#4153B1
(65,83,177)
#3B4BA0
(59,75,160)
#35438F
(53,67,143)
#2F3B7E
(47,59,126)
#29336D
(41,51,109)
#232B5C
(35,43,92)
#1D234B
(29,35,75)
#171B3A
(23,27,58)
#111329
(17,19,41)
#0B0B18
(11,11,24)
#000000
(0,0,0)

Tints of #475BC2

#475BC2
(71,91,194)
#5769C7
(87,105,199)
#6777CC
(103,119,204)
#7785D1
(119,133,209)
#8793D6
(135,147,214)
#97A1DB
(151,161,219)
#A7AFE0
(167,175,224)
#B7BDE5
(183,189,229)
#C7CBEA
(199,203,234)
#D7D9EF
(215,217,239)
#E7E7F4
(231,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475BC2 color. Also use rgb(71,91,194) instead hex code.

Text Font Color

.myTextColor { color: #475BC2; }

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

This text font color is #475BC2.


Background Color

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

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

This div background color is #475BC2.


Border color

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

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

This div border color is #475BC2.


Opacity

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

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

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

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

This text has shadow with #475BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475BC2 on black background.


Color preview on white background

This text has color #475BC2 on white background.



Black color preview on #475BC2 background

This text has black color on #475BC2 background.


White color preview on #475BC2 background

This text has white color on #475BC2 background.