HEX: #48628C
RGB: (72,98,140)
#48628C contains mainly green and blue colors. Web safe color of #48628C is #336699 (or #369).
#48628C color RGB value is (72,98,140).
RGB: (72,98,140)
(28%, 38%, 55%)
R 72 of 255 = 28%
G 98 of 255 = 38%
B 140 of 255 = 55%
R + G + B ~ 40%. #48628C is middle color (not dark and not light).
R + G + B = 72 + 98 + 140 = 310 (100%)
R 72 of 310 ~ 23.23%
G 98 of 310 ~ 31.61%
B 140 of 310 ~ 45.16'%
#48628C color CMYK value is (49,30,0,45).
CMYK: (49,30,0,45)
C49M30Y0K45 (49%, 30%, 0%, 45%)
(0.49 / 0.30 / 0.00 / 0.45)
Color #48628C in popluar color models
48 | 62 | 8C | |
---|---|---|---|
RGB | 72 | 98 | 140 |
HSL | 217° | 32.08% | 41.57% |
HSB/HSV | 217° | 48.57% | 54.90% |
CMYK | 48.57% | 30.00% | 0.00% |
45.10% |
Color #48628C in popluar number systems.
HEX | 48 | 62 | 8C |
Decimal | 72 | 98 | 140 |
Binary | 1001000 | 1100010 | 10001100 |
Octal | 110 | 142 | 214 |
Shades of #48628C
Tints of #48628C
Examples of css and html codes for elements with #48628C color. Also use rgb(72,98,140) instead hex code.
.myTextColor { color: #48628C; }
<p style="color:#48628C">This sample text font color is #48628C.</p>
This text font color is #48628C.
.myBgColor { background-color: #48628C; }
<div style="background-color:#48628C">Inner text</div>
This div background color is #48628C.
.myBorderColor { border: 1px solid #48628C; }
<div style="border:3px solid #48628C">Div</div>
This div border color is #48628C.
.myOpacity80 { color: #48628C; opacity: 0.8; }
<p style="color:#48628C;opacity:0.8;">80%</p>
Text with #48628C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48628C;}
<p style="text-shadow: 3px 3px 1px #48628C">Text here.</p>
This text has shadow with #48628C color.
.textShadow {text-shadow: 3px 3px 1px #48628C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48628C, 5px 5px 20px red">Text here.</p>
This text has shadow with #48628C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48628C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48628C, Direction=45, Strength=4)">Text</p>
This text has shadow with #48628C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48628C;
-webkit-box-shadow: 1px 1px 3px 2px #48628C;
box-shadow: 1px 1px 3px 2px #48628C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48628C; -webkit-box-shadow: 1px 1px 3px 2px #48628C; box-shadow:1px 1px 3px 2px #48628C;">
Div content here
</div>
This text has color #48628C on black background.
This text has color #48628C on white background.
This text has black color on #48628C background.
This text has white color on #48628C background.
Complementary color for #hex is #B79D73.