COLOR #476496

HEX: #476496
RGB: (71,100,150)

Renk bilgisi

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

RGB renk modeli

#476496 color RGB value is (71,100,150).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 150 of 255 = 59%

71
100
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 150 = 321 (100%)
R 71 of 321 ~ 22.12%
G 100 of 321 ~ 31.15%
B 150 of 321 ~ 46.73%

%22.12
%31.15
%46.73

CMYK RENK MODELİ

#476496 rengi CMYK tonu (53,33,0,41).

  • camgöbeği tonu 52.67%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(53,33,0,41)
C53M33Y0K41 
(53%,33%,0%,41%)
(0.53/0.33/0.00/0.41)	

CMYK yüzdeleri

%52.67
%33.33
%0
%41.18

Codes

Color #476496 in popluar color models

476496
RGB71100150
HSL218°35.75%43.33%
HSB/HSV218°52.67%58.82%
CMYK52.67%33.33%0.00%
41.18%

Color #476496 in popluar number systems.

HEX476496
Decimal71100150
Binary1000111110010010010110
Octal107144226

Shades and tints

Shades of #476496

#476496
(71,100,150)
#415B89
(65,91,137)
#3B527C
(59,82,124)
#35496F
(53,73,111)
#2F4062
(47,64,98)
#293755
(41,55,85)
#232E48
(35,46,72)
#1D253B
(29,37,59)
#171C2E
(23,28,46)
#111321
(17,19,33)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #476496

#476496
(71,100,150)
#57729F
(87,114,159)
#6780A8
(103,128,168)
#778EB1
(119,142,177)
#879CBA
(135,156,186)
#97AAC3
(151,170,195)
#A7B8CC
(167,184,204)
#B7C6D5
(183,198,213)
#C7D4DE
(199,212,222)
#D7E2E7
(215,226,231)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476496; }

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

This text font color is #476496.


Background Color

.myBgColor { background-color: #476496; }

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

This div background color is #476496.


Border color

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

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

This div border color is #476496.


Opacity

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

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

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

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

This text has shadow with #476496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476496 on black background.


Color preview on white background

This text has color #476496 on white background.



Black color preview on #476496 background

This text has black color on #476496 background.


White color preview on #476496 background

This text has white color on #476496 background.