HEX: #476284
RGB: (71,98,132)
#476284 contains mainly green and blue colors. #476284 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.
#476284 color RGB value is (71,98,132).
RGB: (71,98,132) (28%,38%,52%)
R 71 of 255 = 28%
G 98 of 255 = 38%
B 132 of 255 = 52%
R + G + B ~ 39%. #476284 is quite dark color.
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%
#476284 rengi CMYK tonu (46,26,0,48).
CMYK: (46,26,0,48) C46M26Y0K48 (46%,26%,0%,48%) (0.46/0.26/0.00/0.48)
47 | 62 | 84 | |
---|---|---|---|
RGB | 71 | 98 | 132 |
HSL | 213° | 30.05% | 39.80% |
HSB/HSV | 213° | 46.21% | 51.76% |
CMYK | 46.21% | 25.76% | 0.00% |
48.24% |
HEX | 47 | 62 | 84 |
Decimal | 71 | 98 | 132 |
Binary | 1000111 | 1100010 | 10000100 |
Octal | 107 | 142 | 204 |
Examples of css and html codes for elements with #476284 color. Also use rgb(71,98,132) instead hex code.
.myTextColor { color: #476284; }
<p style="color:#476284">This sample text font color is #476284.</p>
This text font color is #476284.
.myBgColor { background-color: #476284; }
<div style="background-color:#476284">Inner text</div>
This div background color is #476284.
.myBorderColor { border: 1px solid #476284; }
<div style="border:3px solid #476284">Div</div>
This div border color is #476284.
.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%.
.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.
/* 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 text has color #476284 on black background.
This text has color #476284 on white background.
This text has black color on #476284 background.
This text has white color on #476284 background.