COLOR #4E81BD

HEX: #4E81BD
RGB: (78,129,189)

Color info

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

RGB color model

#4E81BD color RGB value is (78,129,189).

  • red value is 78;
  • green value is 129;
  • blue value is 189.
RGB:
(78,129,189)
(31%,51%,74%)

RGB channels and saturation

R 78 of 255 = 31%
G 129 of 255 = 51%
B 189 of 255 = 74%

78
129
189

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

Portions of RGB colors in percentages

R + G + B =
78 + 129 + 189 = 396 (100%)
R 78 of 396 ~ 19.7%
G 129 of 396 ~ 32.58%
B 189 of 396 ~ 47.73%

%19.7
%32.58
%47.73

CMYK color model

#4E81BD color CMYK value is (59,32,0,26).

  • cyan value is 58.73%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(59,32,0,26)
C59M32Y0K26 
(59%,32%,0%,26%)
(0.59/0.32/0.00/0.26)	

CMYK percentages

%58.73
%31.75
%0
%25.88

Codes

Color #4E81BD in popluar color models

4E81BD
RGB78129189
HSL212°45.68%52.35%
HSB/HSV212°58.73%74.12%
CMYK58.73%31.75%0.00%
25.88%

Color #4E81BD in popluar number systems.

HEX4E81BD
Decimal78129189
Binary10011101000000110111101
Octal116201275

Shades and tints

Shades of #4E81BD

#4E81BD
(78,129,189)
#4776AC
(71,118,172)
#406B9B
(64,107,155)
#39608A
(57,96,138)
#325579
(50,85,121)
#2B4A68
(43,74,104)
#243F57
(36,63,87)
#1D3446
(29,52,70)
#162935
(22,41,53)
#0F1E24
(15,30,36)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #4E81BD

#4E81BD
(78,129,189)
#5E8CC3
(94,140,195)
#6E97C9
(110,151,201)
#7EA2CF
(126,162,207)
#8EADD5
(142,173,213)
#9EB8DB
(158,184,219)
#AEC3E1
(174,195,225)
#BECEE7
(190,206,231)
#CED9ED
(206,217,237)
#DEE4F3
(222,228,243)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E81BD color. Also use rgb(78,129,189) instead hex code.

Text Font Color

.myTextColor { color: #4E81BD; }

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

This text font color is #4E81BD.


Background Color

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

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

This div background color is #4E81BD.


Border color

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

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

This div border color is #4E81BD.


Opacity

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

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

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

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

This text has shadow with #4E81BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E81BD on black background.


Color preview on white background

This text has color #4E81BD on white background.



Black color preview on #4E81BD background

This text has black color on #4E81BD background.


White color preview on #4E81BD background

This text has white color on #4E81BD background.