COLOR #476E8D

HEX: #476E8D
RGB: (71,110,141)

Renk bilgisi

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

RGB renk modeli

#476E8D color RGB value is (71,110,141).

  • kırmız ton 71;
  • yeşil ton 110;
  • mavi ton 141.
RGB:
(71,110,141)
(28%,43%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 110 of 255 = 43%
B 141 of 255 = 55%

71
110
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 141 = 322 (100%)
R 71 of 322 ~ 22.05%
G 110 of 322 ~ 34.16%
B 141 of 322 ~ 43.79%

%22.05
%34.16
%43.79

CMYK RENK MODELİ

#476E8D rengi CMYK tonu (50,22,0,45).

  • camgöbeği tonu 49.65%
  • eflatun tonu 21.99%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(50,22,0,45)
C50M22Y0K45 
(50%,22%,0%,45%)
(0.50/0.22/0.00/0.45)	

CMYK yüzdeleri

%49.65
%21.99
%0
%44.71

Codes

Color #476E8D in popluar color models

476E8D
RGB71110141
HSL207°33.02%41.57%
HSB/HSV207°49.65%55.29%
CMYK49.65%21.99%0.00%
44.71%

Color #476E8D in popluar number systems.

HEX476E8D
Decimal71110141
Binary1000111110111010001101
Octal107156215

Shades and tints

Shades of #476E8D

#476E8D
(71,110,141)
#416481
(65,100,129)
#3B5A75
(59,90,117)
#355069
(53,80,105)
#2F465D
(47,70,93)
#293C51
(41,60,81)
#233245
(35,50,69)
#1D2839
(29,40,57)
#171E2D
(23,30,45)
#111421
(17,20,33)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #476E8D

#476E8D
(71,110,141)
#577B97
(87,123,151)
#6788A1
(103,136,161)
#7795AB
(119,149,171)
#87A2B5
(135,162,181)
#97AFBF
(151,175,191)
#A7BCC9
(167,188,201)
#B7C9D3
(183,201,211)
#C7D6DD
(199,214,221)
#D7E3E7
(215,227,231)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E8D color. Also use rgb(71,110,141) instead hex code.

Text Font Color

.myTextColor { color: #476E8D; }

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

This text font color is #476E8D.


Background Color

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

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

This div background color is #476E8D.


Border color

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

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

This div border color is #476E8D.


Opacity

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

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

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

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

This text has shadow with #476E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E8D on black background.


Color preview on white background

This text has color #476E8D on white background.



Black color preview on #476E8D background

This text has black color on #476E8D background.


White color preview on #476E8D background

This text has white color on #476E8D background.