HEX: #424D9B
RGB: (66,77,155)
#424D9B contains mainly blue color. Web safe color of #424D9B is #333399 (or #339).
#424D9B color RGB value is (66,77,155).
RGB: (66,77,155) (26%,30%,61%)
R 66 of 255 = 26%
G 77 of 255 = 30%
B 155 of 255 = 61%
R + G + B ~ 39%. #424D9B is quite dark color.
R + G + B =
66 + 77 + 155 = 298 (100%)
R 66 of 298 ~ 22.15%
G 77 of 298 ~ 25.84%
B 155 of 298 ~ 52.01%
#424D9B color CMYK value is (57,50,0,39).
CMYK: (57,50,0,39) C57M50Y0K39 (57%,50%,0%,39%) (0.57/0.50/0.00/0.39)
42 | 4D | 9B | |
---|---|---|---|
RGB | 66 | 77 | 155 |
HSL | 233° | 40.27% | 43.33% |
HSB/HSV | 233° | 57.42% | 60.78% |
CMYK | 57.42% | 50.32% | 0.00% |
39.22% |
HEX | 42 | 4D | 9B |
Decimal | 66 | 77 | 155 |
Binary | 1000010 | 1001101 | 10011011 |
Octal | 102 | 115 | 233 |
Examples of css and html codes for elements with #424D9B color. Also use rgb(66,77,155) instead hex code.
.myTextColor { color: #424D9B; }
<p style="color:#424D9B">This sample text font color is #424D9B.</p>
This text font color is #424D9B.
.myBgColor { background-color: #424D9B; }
<div style="background-color:#424D9B">Inner text</div>
This div background color is #424D9B.
.myBorderColor { border: 1px solid #424D9B; }
<div style="border:3px solid #424D9B">Div</div>
This div border color is #424D9B.
.myOpacity80 { color: #424D9B; opacity: 0.8; }
<p style="color:#424D9B;opacity:0.8;">80%</p>
Text with #424D9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #424D9B;}
<p style="text-shadow: 3px 3px 1px #424D9B">Text here.</p>
This text has shadow with #424D9B color.
.textShadow {text-shadow: 3px 3px 1px #424D9B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #424D9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #424D9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424D9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#424D9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #424D9B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #424D9B; -webkit-box-shadow: 1px 1px 3px 2px #424D9B; box-shadow: 1px 1px 3px 2px #424D9B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #424D9B; -webkit-box-shadow: 1px 1px 3px 2px #424D9B; box-shadow:1px 1px 3px 2px #424D9B;">
Div content here</div>
This text has color #424D9B on black background.
This text has color #424D9B on white background.
This text has black color on #424D9B background.
This text has white color on #424D9B background.