HEX: #48A4EB
RGB: (72,164,235)
#48A4EB contains mainly blue color. #48A4EB ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.
#48A4EB color RGB value is (72,164,235).
RGB: (72,164,235) (28%,64%,92%)
R 72 of 255 = 28%
G 164 of 255 = 64%
B 235 of 255 = 92%
R + G + B ~ 61%. #48A4EB is quite light color.
R + G + B =
72 + 164 + 235 = 471 (100%)
R 72 of 471 ~ 15.29%
G 164 of 471 ~ 34.82%
B 235 of 471 ~ 49.89%
#48A4EB rengi CMYK tonu (69,30,0,8).
CMYK: (69,30,0,8) C69M30Y0K8 (69%,30%,0%,8%) (0.69/0.30/0.00/0.08)
48 | A4 | EB | |
---|---|---|---|
RGB | 72 | 164 | 235 |
HSL | 206° | 80.30% | 60.20% |
HSB/HSV | 206° | 69.36% | 92.16% |
CMYK | 69.36% | 30.21% | 0.00% |
7.84% |
HEX | 48 | A4 | EB |
Decimal | 72 | 164 | 235 |
Binary | 1001000 | 10100100 | 11101011 |
Octal | 110 | 244 | 353 |
Examples of css and html codes for elements with #48A4EB color. Also use rgb(72,164,235) instead hex code.
.myTextColor { color: #48A4EB; }
<p style="color:#48A4EB">This sample text font color is #48A4EB.</p>
This text font color is #48A4EB.
.myBgColor { background-color: #48A4EB; }
<div style="background-color:#48A4EB">Inner text</div>
This div background color is #48A4EB.
.myBorderColor { border: 1px solid #48A4EB; }
<div style="border:3px solid #48A4EB">Div</div>
This div border color is #48A4EB.
.myOpacity80 { color: #48A4EB; opacity: 0.8; }
<p style="color:#48A4EB;opacity:0.8;">80%</p>
Text with #48A4EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48A4EB;}
<p style="text-shadow: 3px 3px 1px #48A4EB">Text here.</p>
This text has shadow with #48A4EB color.
.textShadow {text-shadow: 3px 3px 1px #48A4EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48A4EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #48A4EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48A4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48A4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #48A4EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48A4EB; -webkit-box-shadow: 1px 1px 3px 2px #48A4EB; box-shadow: 1px 1px 3px 2px #48A4EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48A4EB; -webkit-box-shadow: 1px 1px 3px 2px #48A4EB; box-shadow:1px 1px 3px 2px #48A4EB;">
Div content here</div>
This text has color #48A4EB on black background.
This text has color #48A4EB on white background.
This text has black color on #48A4EB background.
This text has white color on #48A4EB background.