HEX: #476885
RGB: (71,104,133)
#476885 contains mainly green and blue colors. #476885 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.
#476885 color RGB value is (71,104,133).
RGB: (71,104,133) (28%,41%,52%)
R 71 of 255 = 28%
G 104 of 255 = 41%
B 133 of 255 = 52%
R + G + B ~ 40%. #476885 is middle color (not dark and not light).
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%
#476885 rengi CMYK tonu (47,22,0,48).
CMYK: (47,22,0,48) C47M22Y0K48 (47%,22%,0%,48%) (0.47/0.22/0.00/0.48)
47 | 68 | 85 | |
---|---|---|---|
RGB | 71 | 104 | 133 |
HSL | 208° | 30.39% | 40.00% |
HSB/HSV | 208° | 46.62% | 52.16% |
CMYK | 46.62% | 21.80% | 0.00% |
47.84% |
HEX | 47 | 68 | 85 |
Decimal | 71 | 104 | 133 |
Binary | 1000111 | 1101000 | 10000101 |
Octal | 107 | 150 | 205 |
Examples of css and html codes for elements with #476885 color. Also use rgb(71,104,133) instead hex code.
.myTextColor { color: #476885; }
<p style="color:#476885">This sample text font color is #476885.</p>
This text font color is #476885.
.myBgColor { background-color: #476885; }
<div style="background-color:#476885">Inner text</div>
This div background color is #476885.
.myBorderColor { border: 1px solid #476885; }
<div style="border:3px solid #476885">Div</div>
This div border color is #476885.
.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%.
.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.
/* 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 text has color #476885 on black background.
This text has color #476885 on white background.
This text has black color on #476885 background.
This text has white color on #476885 background.