COLOR #476797

HEX: #476797
RGB: (71,103,151)

Renk bilgisi

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

RGB renk modeli

#476797 color RGB value is (71,103,151).

  • kırmız ton 71;
  • yeşil ton 103;
  • mavi ton 151.
RGB:
(71,103,151)
(28%,40%,59%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 151 of 255 = 59%

71
103
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 151 = 325 (100%)
R 71 of 325 ~ 21.85%
G 103 of 325 ~ 31.69%
B 151 of 325 ~ 46.46%

%21.85
%31.69
%46.46

CMYK RENK MODELİ

#476797 rengi CMYK tonu (53,32,0,41).

  • camgöbeği tonu 52.98%
  • eflatun tonu 31.79%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(53,32,0,41)
C53M32Y0K41 
(53%,32%,0%,41%)
(0.53/0.32/0.00/0.41)	

CMYK yüzdeleri

%52.98
%31.79
%0
%40.78

Codes

Color #476797 in popluar color models

476797
RGB71103151
HSL216°36.04%43.53%
HSB/HSV216°52.98%59.22%
CMYK52.98%31.79%0.00%
40.78%

Color #476797 in popluar number systems.

HEX476797
Decimal71103151
Binary1000111110011110010111
Octal107147227

Shades and tints

Shades of #476797

#476797
(71,103,151)
#415E8A
(65,94,138)
#3B557D
(59,85,125)
#354C70
(53,76,112)
#2F4363
(47,67,99)
#293A56
(41,58,86)
#233149
(35,49,73)
#1D283C
(29,40,60)
#171F2F
(23,31,47)
#111622
(17,22,34)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #476797

#476797
(71,103,151)
#5774A0
(87,116,160)
#6781A9
(103,129,169)
#778EB2
(119,142,178)
#879BBB
(135,155,187)
#97A8C4
(151,168,196)
#A7B5CD
(167,181,205)
#B7C2D6
(183,194,214)
#C7CFDF
(199,207,223)
#D7DCE8
(215,220,232)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476797 color. Also use rgb(71,103,151) instead hex code.

Text Font Color

.myTextColor { color: #476797; }

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

This text font color is #476797.


Background Color

.myBgColor { background-color: #476797; }

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

This div background color is #476797.


Border color

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

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

This div border color is #476797.


Opacity

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

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

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

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

This text has shadow with #476797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476797 on black background.


Color preview on white background

This text has color #476797 on white background.



Black color preview on #476797 background

This text has black color on #476797 background.


White color preview on #476797 background

This text has white color on #476797 background.