COLOR #4B80EB

HEX: #4B80EB
RGB: (75,128,235)

Color info

#4B80EB contains mainly blue color. Web safe color of #4B80EB is #3366FF (or #36F).

RGB color model

#4B80EB color RGB value is (75,128,235).

  • red value is 75;
  • green value is 128;
  • blue value is 235.
RGB:
(75,128,235)
(29%,50%,92%)

RGB channels and saturation

R 75 of 255 = 29%
G 128 of 255 = 50%
B 235 of 255 = 92%

75
128
235

R + G + B ~ 57%. #4B80EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 128 + 235 = 438 (100%)
R 75 of 438 ~ 17.12%
G 128 of 438 ~ 29.22%
B 235 of 438 ~ 53.65%

%17.12
%29.22
%53.65

CMYK color model

#4B80EB color CMYK value is (68,46,0,8).

  • cyan value is 68.09%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(68,46,0,8)
C68M46Y0K8 
(68%,46%,0%,8%)
(0.68/0.46/0.00/0.08)	

CMYK percentages

%68.09
%45.53
%0
%7.84

Codes

Color #4B80EB in popluar color models

4B80EB
RGB75128235
HSL220°80.00%60.78%
HSB/HSV220°68.09%92.16%
CMYK68.09%45.53%0.00%
7.84%

Color #4B80EB in popluar number systems.

HEX4B80EB
Decimal75128235
Binary10010111000000011101011
Octal113200353

Shades and tints

Shades of #4B80EB

#4B80EB
(75,128,235)
#4575D6
(69,117,214)
#3F6AC1
(63,106,193)
#395FAC
(57,95,172)
#335497
(51,84,151)
#2D4982
(45,73,130)
#273E6D
(39,62,109)
#213358
(33,51,88)
#1B2843
(27,40,67)
#151D2E
(21,29,46)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #4B80EB

#4B80EB
(75,128,235)
#5B8BEC
(91,139,236)
#6B96ED
(107,150,237)
#7BA1EE
(123,161,238)
#8BACEF
(139,172,239)
#9BB7F0
(155,183,240)
#ABC2F1
(171,194,241)
#BBCDF2
(187,205,242)
#CBD8F3
(203,216,243)
#DBE3F4
(219,227,244)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B80EB color. Also use rgb(75,128,235) instead hex code.

Text Font Color

.myTextColor { color: #4B80EB; }

<p style="color:#4B80EB">This sample text font color is #4B80EB.</p>

This text font color is #4B80EB.


Background Color

.myBgColor { background-color: #4B80EB; }

<div style="background-color:#4B80EB">Inner text</div>

This div background color is #4B80EB.


Border color

.myBorderColor { border: 1px solid #4B80EB; }

<div style="border:3px solid #4B80EB">Div</div>

This div border color is #4B80EB.


Opacity

.myOpacity80 { color: #4B80EB; opacity: 0.8; }

<p style="color:#4B80EB;opacity:0.8;">80%</p>

Text with #4B80EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B80EB;}

<p style="text-shadow: 3px 3px 1px #4B80EB">Text here.</p>

This text has shadow with #4B80EB color.

.textShadow {text-shadow: 3px 3px 1px #4B80EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B80EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B80EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B80EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B80EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B80EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B80EB;
  -webkit-box-shadow:	1px 1px 3px 2px #4B80EB;
  box-shadow:		1px 1px 3px 2px #4B80EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B80EB;
-webkit-box-shadow: 1px 1px 3px 2px #4B80EB;
box-shadow:1px 1px 3px 2px #4B80EB;">
Div content here</div>
This div box has shadow with color #4B80EB.

Preview

Color preview on black background

This text has color #4B80EB on black background.


Color preview on white background

This text has color #4B80EB on white background.



Black color preview on #4B80EB background

This text has black color on #4B80EB background.


White color preview on #4B80EB background

This text has white color on #4B80EB background.