COLOR #476A8C

HEX: #476A8C
RGB: (71,106,140)

Renk bilgisi

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

RGB renk modeli

#476A8C color RGB value is (71,106,140).

  • kırmız ton 71;
  • yeşil ton 106;
  • mavi ton 140.
RGB:
(71,106,140)
(28%,42%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 106 of 255 = 42%
B 140 of 255 = 55%

71
106
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 106 + 140 = 317 (100%)
R 71 of 317 ~ 22.4%
G 106 of 317 ~ 33.44%
B 140 of 317 ~ 44.16%

%22.4
%33.44
%44.16

CMYK RENK MODELİ

#476A8C rengi CMYK tonu (49,24,0,45).

  • camgöbeği tonu 49.29%
  • eflatun tonu 24.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(49,24,0,45)
C49M24Y0K45 
(49%,24%,0%,45%)
(0.49/0.24/0.00/0.45)	

CMYK yüzdeleri

%49.29
%24.29
%0
%45.1

Codes

Color #476A8C in popluar color models

476A8C
RGB71106140
HSL210°32.70%41.37%
HSB/HSV210°49.29%54.90%
CMYK49.29%24.29%0.00%
45.10%

Color #476A8C in popluar number systems.

HEX476A8C
Decimal71106140
Binary1000111110101010001100
Octal107152214

Shades and tints

Shades of #476A8C

#476A8C
(71,106,140)
#416180
(65,97,128)
#3B5874
(59,88,116)
#354F68
(53,79,104)
#2F465C
(47,70,92)
#293D50
(41,61,80)
#233444
(35,52,68)
#1D2B38
(29,43,56)
#17222C
(23,34,44)
#111920
(17,25,32)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #476A8C

#476A8C
(71,106,140)
#577796
(87,119,150)
#6784A0
(103,132,160)
#7791AA
(119,145,170)
#879EB4
(135,158,180)
#97ABBE
(151,171,190)
#A7B8C8
(167,184,200)
#B7C5D2
(183,197,210)
#C7D2DC
(199,210,220)
#D7DFE6
(215,223,230)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A8C color. Also use rgb(71,106,140) instead hex code.

Text Font Color

.myTextColor { color: #476A8C; }

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

This text font color is #476A8C.


Background Color

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

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

This div background color is #476A8C.


Border color

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

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

This div border color is #476A8C.


Opacity

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

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

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

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

This text has shadow with #476A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A8C on black background.


Color preview on white background

This text has color #476A8C on white background.



Black color preview on #476A8C background

This text has black color on #476A8C background.


White color preview on #476A8C background

This text has white color on #476A8C background.