COLOR #476E88

HEX: #476E88
RGB: (71,110,136)

Renk bilgisi

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

RGB renk modeli

#476E88 color RGB value is (71,110,136).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 110 of 255 = 43%
B 136 of 255 = 53%

71
110
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 136 = 317 (100%)
R 71 of 317 ~ 22.4%
G 110 of 317 ~ 34.7%
B 136 of 317 ~ 42.9%

%22.4
%34.7
%42.9

CMYK RENK MODELİ

#476E88 rengi CMYK tonu (48,19,0,47).

  • camgöbeği tonu 47.79%
  • eflatun tonu 19.12%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(48,19,0,47)
C48M19Y0K47 
(48%,19%,0%,47%)
(0.48/0.19/0.00/0.47)	

CMYK yüzdeleri

%47.79
%19.12
%0
%46.67

Codes

Color #476E88 in popluar color models

476E88
RGB71110136
HSL204°31.40%40.59%
HSB/HSV204°47.79%53.33%
CMYK47.79%19.12%0.00%
46.67%

Color #476E88 in popluar number systems.

HEX476E88
Decimal71110136
Binary1000111110111010001000
Octal107156210

Shades and tints

Shades of #476E88

#476E88
(71,110,136)
#41647C
(65,100,124)
#3B5A70
(59,90,112)
#355064
(53,80,100)
#2F4658
(47,70,88)
#293C4C
(41,60,76)
#233240
(35,50,64)
#1D2834
(29,40,52)
#171E28
(23,30,40)
#11141C
(17,20,28)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #476E88

#476E88
(71,110,136)
#577B92
(87,123,146)
#67889C
(103,136,156)
#7795A6
(119,149,166)
#87A2B0
(135,162,176)
#97AFBA
(151,175,186)
#A7BCC4
(167,188,196)
#B7C9CE
(183,201,206)
#C7D6D8
(199,214,216)
#D7E3E2
(215,227,226)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E88; }

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

This text font color is #476E88.


Background Color

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

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

This div background color is #476E88.


Border color

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

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

This div border color is #476E88.


Opacity

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

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

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

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

This text has shadow with #476E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E88 on black background.


Color preview on white background

This text has color #476E88 on white background.



Black color preview on #476E88 background

This text has black color on #476E88 background.


White color preview on #476E88 background

This text has white color on #476E88 background.