COLOR #476887

HEX: #476887
RGB: (71,104,135)

Renk bilgisi

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

RGB renk modeli

#476887 color RGB value is (71,104,135).

  • kırmız ton 71;
  • yeşil ton 104;
  • mavi ton 135.
RGB:
(71,104,135)
(28%,41%,53%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 104 of 255 = 41%
B 135 of 255 = 53%

71
104
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 135 = 310 (100%)
R 71 of 310 ~ 22.9%
G 104 of 310 ~ 33.55%
B 135 of 310 ~ 43.55%

%22.9
%33.55
%43.55

CMYK RENK MODELİ

#476887 rengi CMYK tonu (47,23,0,47).

  • camgöbeği tonu 47.41%
  • eflatun tonu 22.96%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(47,23,0,47)
C47M23Y0K47 
(47%,23%,0%,47%)
(0.47/0.23/0.00/0.47)	

CMYK yüzdeleri

%47.41
%22.96
%0
%47.06

Codes

Color #476887 in popluar color models

476887
RGB71104135
HSL209°31.07%40.39%
HSB/HSV209°47.41%52.94%
CMYK47.41%22.96%0.00%
47.06%

Color #476887 in popluar number systems.

HEX476887
Decimal71104135
Binary1000111110100010000111
Octal107150207

Shades and tints

Shades of #476887

#476887
(71,104,135)
#415F7B
(65,95,123)
#3B566F
(59,86,111)
#354D63
(53,77,99)
#2F4457
(47,68,87)
#293B4B
(41,59,75)
#23323F
(35,50,63)
#1D2933
(29,41,51)
#172027
(23,32,39)
#11171B
(17,23,27)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #476887

#476887
(71,104,135)
#577591
(87,117,145)
#67829B
(103,130,155)
#778FA5
(119,143,165)
#879CAF
(135,156,175)
#97A9B9
(151,169,185)
#A7B6C3
(167,182,195)
#B7C3CD
(183,195,205)
#C7D0D7
(199,208,215)
#D7DDE1
(215,221,225)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476887 color. Also use rgb(71,104,135) instead hex code.

Text Font Color

.myTextColor { color: #476887; }

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

This text font color is #476887.


Background Color

.myBgColor { background-color: #476887; }

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

This div background color is #476887.


Border color

.myBorderColor { border: 1px solid #476887; }

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

This div border color is #476887.


Opacity

.myOpacity80 { color: #476887; opacity: 0.8; }

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

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

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

This text has shadow with #476887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476887 on black background.


Color preview on white background

This text has color #476887 on white background.



Black color preview on #476887 background

This text has black color on #476887 background.


White color preview on #476887 background

This text has white color on #476887 background.