COLOR #4E97BD

HEX: #4E97BD
RGB: (78,151,189)

Color info

#4E97BD contains mainly green and blue colors. Web safe color of #4E97BD is #6699CC (or #69C).

RGB color model

#4E97BD color RGB value is (78,151,189).

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

RGB channels and saturation

R 78 of 255 = 31%
G 151 of 255 = 59%
B 189 of 255 = 74%

78
151
189

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

Portions of RGB colors in percentages

R + G + B =
78 + 151 + 189 = 418 (100%)
R 78 of 418 ~ 18.66%
G 151 of 418 ~ 36.12%
B 189 of 418 ~ 45.22%

%18.66
%36.12
%45.22

CMYK color model

#4E97BD color CMYK value is (59,20,0,26).

  • cyan value is 58.73%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(59,20,0,26)
C59M20Y0K26 
(59%,20%,0%,26%)
(0.59/0.20/0.00/0.26)	

CMYK percentages

%58.73
%20.11
%0
%25.88

Codes

Color #4E97BD in popluar color models

4E97BD
RGB78151189
HSL201°45.68%52.35%
HSB/HSV201°58.73%74.12%
CMYK58.73%20.11%0.00%
25.88%

Color #4E97BD in popluar number systems.

HEX4E97BD
Decimal78151189
Binary10011101001011110111101
Octal116227275

Shades and tints

Shades of #4E97BD

#4E97BD
(78,151,189)
#478AAC
(71,138,172)
#407D9B
(64,125,155)
#39708A
(57,112,138)
#326379
(50,99,121)
#2B5668
(43,86,104)
#244957
(36,73,87)
#1D3C46
(29,60,70)
#162F35
(22,47,53)
#0F2224
(15,34,36)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #4E97BD

#4E97BD
(78,151,189)
#5EA0C3
(94,160,195)
#6EA9C9
(110,169,201)
#7EB2CF
(126,178,207)
#8EBBD5
(142,187,213)
#9EC4DB
(158,196,219)
#AECDE1
(174,205,225)
#BED6E7
(190,214,231)
#CEDFED
(206,223,237)
#DEE8F3
(222,232,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E97BD; }

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

This text font color is #4E97BD.


Background Color

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

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

This div background color is #4E97BD.


Border color

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

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

This div border color is #4E97BD.


Opacity

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

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

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

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

This text has shadow with #4E97BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E97BD on black background.


Color preview on white background

This text has color #4E97BD on white background.



Black color preview on #4E97BD background

This text has black color on #4E97BD background.


White color preview on #4E97BD background

This text has white color on #4E97BD background.