HEX: #48438A
RGB: (72,67,138)
#48438A contains mainly blue color. Web safe color of #48438A is #333399 (or #339).
#48438A color RGB value is (72,67,138).
RGB: (72,67,138)
(28%, 26%, 54%)
R 72 of 255 = 28%
G 67 of 255 = 26%
B 138 of 255 = 54%
R + G + B ~ 36%. #48438A is quite dark color.
R + G + B = 72 + 67 + 138 = 277 (100%)
R 72 of 277 ~ 25.99%
G 67 of 277 ~ 24.19%
B 138 of 277 ~ 49.82'%
#48438A color CMYK value is (48,51,0,46).
CMYK: (48,51,0,46)
C48M51Y0K46 (48%, 51%, 0%, 46%)
(0.48 / 0.51 / 0.00 / 0.46)
Color #48438A in popluar color models
48 | 43 | 8A | |
---|---|---|---|
RGB | 72 | 67 | 138 |
HSL | 244° | 34.63% | 40.20% |
HSB/HSV | 244° | 51.45% | 54.12% |
CMYK | 47.83% | 51.45% | 0.00% |
45.88% |
Color #48438A in popluar number systems.
HEX | 48 | 43 | 8A |
Decimal | 72 | 67 | 138 |
Binary | 1001000 | 1000011 | 10001010 |
Octal | 110 | 103 | 212 |
Shades of #48438A
Tints of #48438A
Examples of css and html codes for elements with #48438A color. Also use rgb(72,67,138) instead hex code.
.myTextColor { color: #48438A; }
<p style="color:#48438A">This sample text font color is #48438A.</p>
This text font color is #48438A.
.myBgColor { background-color: #48438A; }
<div style="background-color:#48438A">Inner text</div>
This div background color is #48438A.
.myBorderColor { border: 1px solid #48438A; }
<div style="border:3px solid #48438A">Div</div>
This div border color is #48438A.
.myOpacity80 { color: #48438A; opacity: 0.8; }
<p style="color:#48438A;opacity:0.8;">80%</p>
Text with #48438A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48438A;}
<p style="text-shadow: 3px 3px 1px #48438A">Text here.</p>
This text has shadow with #48438A color.
.textShadow {text-shadow: 3px 3px 1px #48438A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48438A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48438A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48438A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48438A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48438A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48438A;
-webkit-box-shadow: 1px 1px 3px 2px #48438A;
box-shadow: 1px 1px 3px 2px #48438A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48438A; -webkit-box-shadow: 1px 1px 3px 2px #48438A; box-shadow:1px 1px 3px 2px #48438A;">
Div content here
</div>
This text has color #48438A on black background.
This text has color #48438A on white background.
This text has black color on #48438A background.
This text has white color on #48438A background.
Complementary color for #hex is #B7BC75.