COLOR #476F8A

HEX: #476F8A
RGB: (71,111,138)

Renk bilgisi

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

RGB renk modeli

#476F8A color RGB value is (71,111,138).

  • kırmız ton 71;
  • yeşil ton 111;
  • mavi ton 138.
RGB:
(71,111,138)
(28%,44%,54%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 138 of 255 = 54%

71
111
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 138 = 320 (100%)
R 71 of 320 ~ 22.19%
G 111 of 320 ~ 34.69%
B 138 of 320 ~ 43.13%

%22.19
%34.69
%43.13

CMYK RENK MODELİ

#476F8A rengi CMYK tonu (49,20,0,46).

  • camgöbeği tonu 48.55%
  • eflatun tonu 19.57%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(49,20,0,46)
C49M20Y0K46 
(49%,20%,0%,46%)
(0.49/0.20/0.00/0.46)	

CMYK yüzdeleri

%48.55
%19.57
%0
%45.88

Codes

Color #476F8A in popluar color models

476F8A
RGB71111138
HSL204°32.06%40.98%
HSB/HSV204°48.55%54.12%
CMYK48.55%19.57%0.00%
45.88%

Color #476F8A in popluar number systems.

HEX476F8A
Decimal71111138
Binary1000111110111110001010
Octal107157212

Shades and tints

Shades of #476F8A

#476F8A
(71,111,138)
#41657E
(65,101,126)
#3B5B72
(59,91,114)
#355166
(53,81,102)
#2F475A
(47,71,90)
#293D4E
(41,61,78)
#233342
(35,51,66)
#1D2936
(29,41,54)
#171F2A
(23,31,42)
#11151E
(17,21,30)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #476F8A

#476F8A
(71,111,138)
#577C94
(87,124,148)
#67899E
(103,137,158)
#7796A8
(119,150,168)
#87A3B2
(135,163,178)
#97B0BC
(151,176,188)
#A7BDC6
(167,189,198)
#B7CAD0
(183,202,208)
#C7D7DA
(199,215,218)
#D7E4E4
(215,228,228)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F8A color. Also use rgb(71,111,138) instead hex code.

Text Font Color

.myTextColor { color: #476F8A; }

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

This text font color is #476F8A.


Background Color

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

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

This div background color is #476F8A.


Border color

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

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

This div border color is #476F8A.


Opacity

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

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

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

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

This text has shadow with #476F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F8A on black background.


Color preview on white background

This text has color #476F8A on white background.



Black color preview on #476F8A background

This text has black color on #476F8A background.


White color preview on #476F8A background

This text has white color on #476F8A background.