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