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