HEX: #4C749B
RGB: (76,116,155)
#4C749B contains mainly green and blue colors. #4C749B ‘ nin web güvenlik rengi #336699 (ya da #369) dir.
#4C749B color RGB value is (76,116,155).
RGB: (76,116,155) (30%,45%,61%)
R 76 of 255 = 30%
G 116 of 255 = 45%
B 155 of 255 = 61%
R + G + B ~ 45%. #4C749B is middle color (not dark and not light).
R + G + B =
76 + 116 + 155 = 347 (100%)
R 76 of 347 ~ 21.9%
G 116 of 347 ~ 33.43%
B 155 of 347 ~ 44.67%
#4C749B rengi CMYK tonu (51,25,0,39).
CMYK: (51,25,0,39) C51M25Y0K39 (51%,25%,0%,39%) (0.51/0.25/0.00/0.39)
4C | 74 | 9B | |
---|---|---|---|
RGB | 76 | 116 | 155 |
HSL | 210° | 34.20% | 45.29% |
HSB/HSV | 210° | 50.97% | 60.78% |
CMYK | 50.97% | 25.16% | 0.00% |
39.22% |
HEX | 4C | 74 | 9B |
Decimal | 76 | 116 | 155 |
Binary | 1001100 | 1110100 | 10011011 |
Octal | 114 | 164 | 233 |
Examples of css and html codes for elements with #4C749B color. Also use rgb(76,116,155) instead hex code.
.myTextColor { color: #4C749B; }
<p style="color:#4C749B">This sample text font color is #4C749B.</p>
This text font color is #4C749B.
.myBgColor { background-color: #4C749B; }
<div style="background-color:#4C749B">Inner text</div>
This div background color is #4C749B.
.myBorderColor { border: 1px solid #4C749B; }
<div style="border:3px solid #4C749B">Div</div>
This div border color is #4C749B.
.myOpacity80 { color: #4C749B; opacity: 0.8; }
<p style="color:#4C749B;opacity:0.8;">80%</p>
Text with #4C749B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C749B;}
<p style="text-shadow: 3px 3px 1px #4C749B">Text here.</p>
This text has shadow with #4C749B color.
.textShadow {text-shadow: 3px 3px 1px #4C749B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C749B, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C749B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C749B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C749B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C749B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C749B; -webkit-box-shadow: 1px 1px 3px 2px #4C749B; box-shadow: 1px 1px 3px 2px #4C749B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C749B; -webkit-box-shadow: 1px 1px 3px 2px #4C749B; box-shadow:1px 1px 3px 2px #4C749B;">
Div content here</div>
This text has color #4C749B on black background.
This text has color #4C749B on white background.
This text has black color on #4C749B background.
This text has white color on #4C749B background.