COLOR #476E96

HEX: #476E96
RGB: (71,110,150)

Renk bilgisi

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

RGB renk modeli

#476E96 color RGB value is (71,110,150).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 110 of 255 = 43%
B 150 of 255 = 59%

71
110
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 150 = 331 (100%)
R 71 of 331 ~ 21.45%
G 110 of 331 ~ 33.23%
B 150 of 331 ~ 45.32%

%21.45
%33.23
%45.32

CMYK RENK MODELİ

#476E96 rengi CMYK tonu (53,27,0,41).

  • camgöbeği tonu 52.67%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(53,27,0,41)
C53M27Y0K41 
(53%,27%,0%,41%)
(0.53/0.27/0.00/0.41)	

CMYK yüzdeleri

%52.67
%26.67
%0
%41.18

Codes

Color #476E96 in popluar color models

476E96
RGB71110150
HSL210°35.75%43.33%
HSB/HSV210°52.67%58.82%
CMYK52.67%26.67%0.00%
41.18%

Color #476E96 in popluar number systems.

HEX476E96
Decimal71110150
Binary1000111110111010010110
Octal107156226

Shades and tints

Shades of #476E96

#476E96
(71,110,150)
#416489
(65,100,137)
#3B5A7C
(59,90,124)
#35506F
(53,80,111)
#2F4662
(47,70,98)
#293C55
(41,60,85)
#233248
(35,50,72)
#1D283B
(29,40,59)
#171E2E
(23,30,46)
#111421
(17,20,33)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #476E96

#476E96
(71,110,150)
#577B9F
(87,123,159)
#6788A8
(103,136,168)
#7795B1
(119,149,177)
#87A2BA
(135,162,186)
#97AFC3
(151,175,195)
#A7BCCC
(167,188,204)
#B7C9D5
(183,201,213)
#C7D6DE
(199,214,222)
#D7E3E7
(215,227,231)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E96; }

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

This text font color is #476E96.


Background Color

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

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

This div background color is #476E96.


Border color

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

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

This div border color is #476E96.


Opacity

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

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

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

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

This text has shadow with #476E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E96 on black background.


Color preview on white background

This text has color #476E96 on white background.



Black color preview on #476E96 background

This text has black color on #476E96 background.


White color preview on #476E96 background

This text has white color on #476E96 background.