COLOR #476284

HEX: #476284
RGB: (71,98,132)

Renk bilgisi

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

RGB renk modeli

#476284 color RGB value is (71,98,132).

  • kırmız ton 71;
  • yeşil ton 98;
  • mavi ton 132.
RGB:
(71,98,132)
(28%,38%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 98 of 255 = 38%
B 132 of 255 = 52%

71
98
132

R + G + B ~ 39%. #476284 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 98 + 132 = 301 (100%)
R 71 of 301 ~ 23.59%
G 98 of 301 ~ 32.56%
B 132 of 301 ~ 43.85%

%23.59
%32.56
%43.85

CMYK RENK MODELİ

#476284 rengi CMYK tonu (46,26,0,48).

  • camgöbeği tonu 46.21%
  • eflatun tonu 25.76%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(46,26,0,48)
C46M26Y0K48 
(46%,26%,0%,48%)
(0.46/0.26/0.00/0.48)	

CMYK yüzdeleri

%46.21
%25.76
%0
%48.24

Codes

Color #476284 in popluar color models

476284
RGB7198132
HSL213°30.05%39.80%
HSB/HSV213°46.21%51.76%
CMYK46.21%25.76%0.00%
48.24%

Color #476284 in popluar number systems.

HEX476284
Decimal7198132
Binary1000111110001010000100
Octal107142204

Shades and tints

Shades of #476284

#476284
(71,98,132)
#415A78
(65,90,120)
#3B526C
(59,82,108)
#354A60
(53,74,96)
#2F4254
(47,66,84)
#293A48
(41,58,72)
#23323C
(35,50,60)
#1D2A30
(29,42,48)
#172224
(23,34,36)
#111A18
(17,26,24)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #476284

#476284
(71,98,132)
#57708F
(87,112,143)
#677E9A
(103,126,154)
#778CA5
(119,140,165)
#879AB0
(135,154,176)
#97A8BB
(151,168,187)
#A7B6C6
(167,182,198)
#B7C4D1
(183,196,209)
#C7D2DC
(199,210,220)
#D7E0E7
(215,224,231)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476284 color. Also use rgb(71,98,132) instead hex code.

Text Font Color

.myTextColor { color: #476284; }

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

This text font color is #476284.


Background Color

.myBgColor { background-color: #476284; }

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

This div background color is #476284.


Border color

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

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

This div border color is #476284.


Opacity

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

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

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

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

This text has shadow with #476284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476284 on black background.


Color preview on white background

This text has color #476284 on white background.



Black color preview on #476284 background

This text has black color on #476284 background.


White color preview on #476284 background

This text has white color on #476284 background.