COLOR #476D9C

HEX: #476D9C
RGB: (71,109,156)

Renk bilgisi

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

RGB renk modeli

#476D9C color RGB value is (71,109,156).

  • kırmız ton 71;
  • yeşil ton 109;
  • mavi ton 156.
RGB:
(71,109,156)
(28%,43%,61%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 109 of 255 = 43%
B 156 of 255 = 61%

71
109
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 109 + 156 = 336 (100%)
R 71 of 336 ~ 21.13%
G 109 of 336 ~ 32.44%
B 156 of 336 ~ 46.43%

%21.13
%32.44
%46.43

CMYK RENK MODELİ

#476D9C rengi CMYK tonu (54,30,0,39).

  • camgöbeği tonu 54.49%
  • eflatun tonu 30.13%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(54,30,0,39)
C54M30Y0K39 
(54%,30%,0%,39%)
(0.54/0.30/0.00/0.39)	

CMYK yüzdeleri

%54.49
%30.13
%0
%38.82

Codes

Color #476D9C in popluar color models

476D9C
RGB71109156
HSL213°37.44%44.51%
HSB/HSV213°54.49%61.18%
CMYK54.49%30.13%0.00%
38.82%

Color #476D9C in popluar number systems.

HEX476D9C
Decimal71109156
Binary1000111110110110011100
Octal107155234

Shades and tints

Shades of #476D9C

#476D9C
(71,109,156)
#41648E
(65,100,142)
#3B5B80
(59,91,128)
#355272
(53,82,114)
#2F4964
(47,73,100)
#294056
(41,64,86)
#233748
(35,55,72)
#1D2E3A
(29,46,58)
#17252C
(23,37,44)
#111C1E
(17,28,30)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #476D9C

#476D9C
(71,109,156)
#577AA5
(87,122,165)
#6787AE
(103,135,174)
#7794B7
(119,148,183)
#87A1C0
(135,161,192)
#97AEC9
(151,174,201)
#A7BBD2
(167,187,210)
#B7C8DB
(183,200,219)
#C7D5E4
(199,213,228)
#D7E2ED
(215,226,237)
#E7EFF6
(231,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D9C color. Also use rgb(71,109,156) instead hex code.

Text Font Color

.myTextColor { color: #476D9C; }

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

This text font color is #476D9C.


Background Color

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

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

This div background color is #476D9C.


Border color

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

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

This div border color is #476D9C.


Opacity

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

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

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

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

This text has shadow with #476D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D9C on black background.


Color preview on white background

This text has color #476D9C on white background.



Black color preview on #476D9C background

This text has black color on #476D9C background.


White color preview on #476D9C background

This text has white color on #476D9C background.