COLOR #476885

HEX: #476885
RGB: (71,104,133)

Renk bilgisi

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

RGB renk modeli

#476885 color RGB value is (71,104,133).

  • kırmız ton 71;
  • yeşil ton 104;
  • mavi ton 133.
RGB:
(71,104,133)
(28%,41%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 104 of 255 = 41%
B 133 of 255 = 52%

71
104
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 133 = 308 (100%)
R 71 of 308 ~ 23.05%
G 104 of 308 ~ 33.77%
B 133 of 308 ~ 43.18%

%23.05
%33.77
%43.18

CMYK RENK MODELİ

#476885 rengi CMYK tonu (47,22,0,48).

  • camgöbeği tonu 46.62%
  • eflatun tonu 21.80%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(47,22,0,48)
C47M22Y0K48 
(47%,22%,0%,48%)
(0.47/0.22/0.00/0.48)	

CMYK yüzdeleri

%46.62
%21.8
%0
%47.84

Codes

Color #476885 in popluar color models

476885
RGB71104133
HSL208°30.39%40.00%
HSB/HSV208°46.62%52.16%
CMYK46.62%21.80%0.00%
47.84%

Color #476885 in popluar number systems.

HEX476885
Decimal71104133
Binary1000111110100010000101
Octal107150205

Shades and tints

Shades of #476885

#476885
(71,104,133)
#415F79
(65,95,121)
#3B566D
(59,86,109)
#354D61
(53,77,97)
#2F4455
(47,68,85)
#293B49
(41,59,73)
#23323D
(35,50,61)
#1D2931
(29,41,49)
#172025
(23,32,37)
#111719
(17,23,25)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #476885

#476885
(71,104,133)
#577590
(87,117,144)
#67829B
(103,130,155)
#778FA6
(119,143,166)
#879CB1
(135,156,177)
#97A9BC
(151,169,188)
#A7B6C7
(167,182,199)
#B7C3D2
(183,195,210)
#C7D0DD
(199,208,221)
#D7DDE8
(215,221,232)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476885 color. Also use rgb(71,104,133) instead hex code.

Text Font Color

.myTextColor { color: #476885; }

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

This text font color is #476885.


Background Color

.myBgColor { background-color: #476885; }

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

This div background color is #476885.


Border color

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

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

This div border color is #476885.


Opacity

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

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

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

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

This text has shadow with #476885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476885 on black background.


Color preview on white background

This text has color #476885 on white background.



Black color preview on #476885 background

This text has black color on #476885 background.


White color preview on #476885 background

This text has white color on #476885 background.