COLOR #476C8E

HEX: #476C8E
RGB: (71,108,142)

Renk bilgisi

#476C8E contains mainly green and blue colors. #476C8E ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#476C8E color RGB value is (71,108,142).

  • kırmız ton 71;
  • yeşil ton 108;
  • mavi ton 142.
RGB:
(71,108,142)
(28%,42%,56%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 108 of 255 = 42%
B 142 of 255 = 56%

71
108
142

R + G + B ~ 42%. #476C8E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 108 + 142 = 321 (100%)
R 71 of 321 ~ 22.12%
G 108 of 321 ~ 33.64%
B 142 of 321 ~ 44.24%

%22.12
%33.64
%44.24

CMYK RENK MODELİ

#476C8E rengi CMYK tonu (50,24,0,44).

  • camgöbeği tonu 50.00%
  • eflatun tonu 23.94%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(50,24,0,44)
C50M24Y0K44 
(50%,24%,0%,44%)
(0.50/0.24/0.00/0.44)	

CMYK yüzdeleri

%50
%23.94
%0
%44.31

Codes

Color #476C8E in popluar color models

476C8E
RGB71108142
HSL209°33.33%41.76%
HSB/HSV209°50.00%55.69%
CMYK50.00%23.94%0.00%
44.31%

Color #476C8E in popluar number systems.

HEX476C8E
Decimal71108142
Binary1000111110110010001110
Octal107154216

Shades and tints

Shades of #476C8E

#476C8E
(71,108,142)
#416382
(65,99,130)
#3B5A76
(59,90,118)
#35516A
(53,81,106)
#2F485E
(47,72,94)
#293F52
(41,63,82)
#233646
(35,54,70)
#1D2D3A
(29,45,58)
#17242E
(23,36,46)
#111B22
(17,27,34)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #476C8E

#476C8E
(71,108,142)
#577998
(87,121,152)
#6786A2
(103,134,162)
#7793AC
(119,147,172)
#87A0B6
(135,160,182)
#97ADC0
(151,173,192)
#A7BACA
(167,186,202)
#B7C7D4
(183,199,212)
#C7D4DE
(199,212,222)
#D7E1E8
(215,225,232)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C8E color. Also use rgb(71,108,142) instead hex code.

Text Font Color

.myTextColor { color: #476C8E; }

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

This text font color is #476C8E.


Background Color

.myBgColor { background-color: #476C8E; }

<div style="background-color:#476C8E">Inner text</div>

This div background color is #476C8E.


Border color

.myBorderColor { border: 1px solid #476C8E; }

<div style="border:3px solid #476C8E">Div</div>

This div border color is #476C8E.


Opacity

.myOpacity80 { color: #476C8E; opacity: 0.8; }

<p style="color:#476C8E;opacity:0.8;">80%</p>

Text with #476C8E 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 #476C8E;}

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

This text has shadow with #476C8E color.

.textShadow {text-shadow: 3px 3px 1px #476C8E, 3px 3px 1px red;}

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

This text has shadow with #476C8E primary color and red secondary color.


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

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

This text has shadow with #476C8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C8E on black background.


Color preview on white background

This text has color #476C8E on white background.



Black color preview on #476C8E background

This text has black color on #476C8E background.


White color preview on #476C8E background

This text has white color on #476C8E background.