COLOR #476687

HEX: #476687
RGB: (71,102,135)

Renk bilgisi

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

RGB renk modeli

#476687 color RGB value is (71,102,135).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 102 of 255 = 40%
B 135 of 255 = 53%

71
102
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 102 + 135 = 308 (100%)
R 71 of 308 ~ 23.05%
G 102 of 308 ~ 33.12%
B 135 of 308 ~ 43.83%

%23.05
%33.12
%43.83

CMYK RENK MODELİ

#476687 rengi CMYK tonu (47,24,0,47).

  • camgöbeği tonu 47.41%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(47,24,0,47)
C47M24Y0K47 
(47%,24%,0%,47%)
(0.47/0.24/0.00/0.47)	

CMYK yüzdeleri

%47.41
%24.44
%0
%47.06

Codes

Color #476687 in popluar color models

476687
RGB71102135
HSL211°31.07%40.39%
HSB/HSV211°47.41%52.94%
CMYK47.41%24.44%0.00%
47.06%

Color #476687 in popluar number systems.

HEX476687
Decimal71102135
Binary1000111110011010000111
Octal107146207

Shades and tints

Shades of #476687

#476687
(71,102,135)
#415D7B
(65,93,123)
#3B546F
(59,84,111)
#354B63
(53,75,99)
#2F4257
(47,66,87)
#29394B
(41,57,75)
#23303F
(35,48,63)
#1D2733
(29,39,51)
#171E27
(23,30,39)
#11151B
(17,21,27)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #476687

#476687
(71,102,135)
#577391
(87,115,145)
#67809B
(103,128,155)
#778DA5
(119,141,165)
#879AAF
(135,154,175)
#97A7B9
(151,167,185)
#A7B4C3
(167,180,195)
#B7C1CD
(183,193,205)
#C7CED7
(199,206,215)
#D7DBE1
(215,219,225)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476687; }

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

This text font color is #476687.


Background Color

.myBgColor { background-color: #476687; }

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

This div background color is #476687.


Border color

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

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

This div border color is #476687.


Opacity

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

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

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

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

This text has shadow with #476687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476687 on black background.


Color preview on white background

This text has color #476687 on white background.



Black color preview on #476687 background

This text has black color on #476687 background.


White color preview on #476687 background

This text has white color on #476687 background.