HEX: #48557B
RGB: (72,85,123)
#48557B contains red, green and blue colors in about the same proportion. Web safe color of #48557B is #336666 (or #366).
#48557B color RGB value is (72,85,123).
RGB: (72,85,123)
(28%, 33%, 48%)
R 72 of 255 = 28%
G 85 of 255 = 33%
B 123 of 255 = 48%
R + G + B ~ 36%. #48557B is quite dark color.
R + G + B = 72 + 85 + 123 = 280 (100%)
R 72 of 280 ~ 25.71%
G 85 of 280 ~ 30.36%
B 123 of 280 ~ 43.93'%
#48557B color CMYK value is (41,31,0,52).
CMYK: (41,31,0,52) C41M31Y0K52 (41%,31%,0%,52%) (0.41/0.31/0.00/0.52)
Color #48557B in popluar color models
48 | 55 | 7B | |
---|---|---|---|
RGB | 72 | 85 | 123 |
HSL | 225° | 26.15% | 38.24% |
HSB/HSV | 225° | 41.46% | 48.24% |
CMYK | 41.46% | 30.89% | 0.00% |
51.76% |
Color #48557B in popluar number systems.
HEX | 48 | 55 | 7B |
Decimal | 72 | 85 | 123 |
Binary | 1001000 | 1010101 | 1111011 |
Octal | 110 | 125 | 173 |
Shades of #48557B
Tints of #48557B
Examples of css and html codes for elements with #48557B color. Also use rgb(72,85,123) instead hex code.
.myTextColor { color: #48557B; }
<p style="color:#48557B">This sample text font color is #48557B.</p>
This text font color is #48557B.
.myBgColor { background-color: #48557B; }
<div style="background-color:#48557B">Inner text</div>
This div background color is #48557B.
.myBorderColor { border: 1px solid #48557B; }
<div style="border:3px solid #48557B">Div</div>
This div border color is #48557B.
.myOpacity80 { color: #48557B; opacity: 0.8; }
<p style="color:#48557B;opacity:0.8;">80%</p>
Text with #48557B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48557B;}
<p style="text-shadow: 3px 3px 1px #48557B">Text here.</p>
This text has shadow with #48557B color.
.textShadow {text-shadow: 3px 3px 1px #48557B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48557B, 5px 5px 20px red">Text here.</p>
This text has shadow with #48557B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48557B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48557B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48557B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48557B;
-webkit-box-shadow: 1px 1px 3px 2px #48557B;
box-shadow: 1px 1px 3px 2px #48557B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48557B; -webkit-box-shadow: 1px 1px 3px 2px #48557B; box-shadow:1px 1px 3px 2px #48557B;">
Div content here
</div>
This text has color #48557B on black background.
This text has color #48557B on white background.
This text has black color on #48557B background.
This text has white color on #48557B background.
Complementary color for #hex is #B7AA84.