HEX: #484677
RGB: (72,70,119)
#484677 contains red, green and blue colors in about the same proportion. Web safe color of #484677 is #333366 (or #336).
#484677 color RGB value is (72,70,119).
RGB: (72,70,119)
(28%, 27%, 47%)
R 72 of 255 = 28%
G 70 of 255 = 27%
B 119 of 255 = 47%
R + G + B ~ 34%. #484677 is quite dark color.
R + G + B = 72 + 70 + 119 = 261 (100%)
R 72 of 261 ~ 27.59%
G 70 of 261 ~ 26.82%
B 119 of 261 ~ 45.59'%
#484677 color CMYK value is (39,41,0,53).
CMYK: (39,41,0,53) C39M41Y0K53 (39%,41%,0%,53%) (0.39/0.41/0.00/0.53)
Color #484677 in popluar color models
48 | 46 | 77 | |
---|---|---|---|
RGB | 72 | 70 | 119 |
HSL | 242° | 25.93% | 37.06% |
HSB/HSV | 242° | 41.18% | 46.67% |
CMYK | 39.50% | 41.18% | 0.00% |
53.33% |
Color #484677 in popluar number systems.
HEX | 48 | 46 | 77 |
Decimal | 72 | 70 | 119 |
Binary | 1001000 | 1000110 | 1110111 |
Octal | 110 | 106 | 167 |
Shades of #484677
Tints of #484677
Examples of css and html codes for elements with #484677 color. Also use rgb(72,70,119) instead hex code.
.myTextColor { color: #484677; }
<p style="color:#484677">This sample text font color is #484677.</p>
This text font color is #484677.
.myBgColor { background-color: #484677; }
<div style="background-color:#484677">Inner text</div>
This div background color is #484677.
.myBorderColor { border: 1px solid #484677; }
<div style="border:3px solid #484677">Div</div>
This div border color is #484677.
.myOpacity80 { color: #484677; opacity: 0.8; }
<p style="color:#484677;opacity:0.8;">80%</p>
Text with #484677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #484677;}
<p style="text-shadow: 3px 3px 1px #484677">Text here.</p>
This text has shadow with #484677 color.
.textShadow {text-shadow: 3px 3px 1px #484677', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #484677, 5px 5px 20px red">Text here.</p>
This text has shadow with #484677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#484677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#484677, Direction=45, Strength=4)">Text</p>
This text has shadow with #484677 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #484677;
-webkit-box-shadow: 1px 1px 3px 2px #484677;
box-shadow: 1px 1px 3px 2px #484677;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #484677; -webkit-box-shadow: 1px 1px 3px 2px #484677; box-shadow:1px 1px 3px 2px #484677;">
Div content here
</div>
This text has color #484677 on black background.
This text has color #484677 on white background.
This text has black color on #484677 background.
This text has white color on #484677 background.
Complementary color for #hex is #B7B988.