COLOR #4E82BE

HEX: #4E82BE
RGB: (78,130,190)

Color info

#4E82BE contains mainly blue color. Web safe color of #4E82BE is #6699CC (or #69C).

RGB color model

#4E82BE color RGB value is (78,130,190).

  • red value is 78;
  • green value is 130;
  • blue value is 190.
RGB:
(78,130,190)
(31%,51%,75%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 190 of 255 = 75%

78
130
190

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

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 190 = 398 (100%)
R 78 of 398 ~ 19.6%
G 130 of 398 ~ 32.66%
B 190 of 398 ~ 47.74%

%19.6
%32.66
%47.74

CMYK color model

#4E82BE color CMYK value is (59,32,0,25).

  • cyan value is 58.95%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(59,32,0,25)
C59M32Y0K25 
(59%,32%,0%,25%)
(0.59/0.32/0.00/0.25)	

CMYK percentages

%58.95
%31.58
%0
%25.49

Codes

Color #4E82BE in popluar color models

4E82BE
RGB78130190
HSL212°46.28%52.55%
HSB/HSV212°58.95%74.51%
CMYK58.95%31.58%0.00%
25.49%

Color #4E82BE in popluar number systems.

HEX4E82BE
Decimal78130190
Binary10011101000001010111110
Octal116202276

Shades and tints

Shades of #4E82BE

#4E82BE
(78,130,190)
#4777AD
(71,119,173)
#406C9C
(64,108,156)
#39618B
(57,97,139)
#32567A
(50,86,122)
#2B4B69
(43,75,105)
#244058
(36,64,88)
#1D3547
(29,53,71)
#162A36
(22,42,54)
#0F1F25
(15,31,37)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #4E82BE

#4E82BE
(78,130,190)
#5E8DC3
(94,141,195)
#6E98C8
(110,152,200)
#7EA3CD
(126,163,205)
#8EAED2
(142,174,210)
#9EB9D7
(158,185,215)
#AEC4DC
(174,196,220)
#BECFE1
(190,207,225)
#CEDAE6
(206,218,230)
#DEE5EB
(222,229,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E82BE color. Also use rgb(78,130,190) instead hex code.

Text Font Color

.myTextColor { color: #4E82BE; }

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

This text font color is #4E82BE.


Background Color

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

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

This div background color is #4E82BE.


Border color

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

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

This div border color is #4E82BE.


Opacity

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

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

Text with #4E82BE 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 #4E82BE;}

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

This text has shadow with #4E82BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E82BE on black background.


Color preview on white background

This text has color #4E82BE on white background.



Black color preview on #4E82BE background

This text has black color on #4E82BE background.


White color preview on #4E82BE background

This text has white color on #4E82BE background.