COLOR #475ABC

HEX: #475ABC
RGB: (71,90,188)

Renk bilgisi

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

RGB renk modeli

#475ABC color RGB value is (71,90,188).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 188 of 255 = 74%

71
90
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 188 = 349 (100%)
R 71 of 349 ~ 20.34%
G 90 of 349 ~ 25.79%
B 188 of 349 ~ 53.87%

%20.34
%25.79
%53.87

CMYK RENK MODELİ

#475ABC rengi CMYK tonu (62,52,0,26).

  • camgöbeği tonu 62.23%
  • eflatun tonu 52.13%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(62,52,0,26)
C62M52Y0K26 
(62%,52%,0%,26%)
(0.62/0.52/0.00/0.26)	

CMYK yüzdeleri

%62.23
%52.13
%0
%26.27

Codes

Color #475ABC in popluar color models

475ABC
RGB7190188
HSL230°46.61%50.78%
HSB/HSV230°62.23%73.73%
CMYK62.23%52.13%0.00%
26.27%

Color #475ABC in popluar number systems.

HEX475ABC
Decimal7190188
Binary1000111101101010111100
Octal107132274

Shades and tints

Shades of #475ABC

#475ABC
(71,90,188)
#4152AB
(65,82,171)
#3B4A9A
(59,74,154)
#354289
(53,66,137)
#2F3A78
(47,58,120)
#293267
(41,50,103)
#232A56
(35,42,86)
#1D2245
(29,34,69)
#171A34
(23,26,52)
#111223
(17,18,35)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #475ABC

#475ABC
(71,90,188)
#5769C2
(87,105,194)
#6778C8
(103,120,200)
#7787CE
(119,135,206)
#8796D4
(135,150,212)
#97A5DA
(151,165,218)
#A7B4E0
(167,180,224)
#B7C3E6
(183,195,230)
#C7D2EC
(199,210,236)
#D7E1F2
(215,225,242)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475ABC; }

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

This text font color is #475ABC.


Background Color

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

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

This div background color is #475ABC.


Border color

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

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

This div border color is #475ABC.


Opacity

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

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

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

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

This text has shadow with #475ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475ABC on black background.


Color preview on white background

This text has color #475ABC on white background.



Black color preview on #475ABC background

This text has black color on #475ABC background.


White color preview on #475ABC background

This text has white color on #475ABC background.