COLOR #4F97BD

HEX: #4F97BD
RGB: (79,151,189)

Color info

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

RGB color model

#4F97BD color RGB value is (79,151,189).

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

RGB channels and saturation

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

79
151
189

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

Portions of RGB colors in percentages

R + G + B =
79 + 151 + 189 = 419 (100%)
R 79 of 419 ~ 18.85%
G 151 of 419 ~ 36.04%
B 189 of 419 ~ 45.11%

%18.85
%36.04
%45.11

CMYK color model

#4F97BD color CMYK value is (58,20,0,26).

  • cyan value is 58.20%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(58,20,0,26)
C58M20Y0K26 
(58%,20%,0%,26%)
(0.58/0.20/0.00/0.26)	

CMYK percentages

%58.2
%20.11
%0
%25.88

Codes

Color #4F97BD in popluar color models

4F97BD
RGB79151189
HSL201°45.45%52.55%
HSB/HSV201°58.20%74.12%
CMYK58.20%20.11%0.00%
25.88%

Color #4F97BD in popluar number systems.

HEX4F97BD
Decimal79151189
Binary10011111001011110111101
Octal117227275

Shades and tints

Shades of #4F97BD

#4F97BD
(79,151,189)
#488AAC
(72,138,172)
#417D9B
(65,125,155)
#3A708A
(58,112,138)
#336379
(51,99,121)
#2C5668
(44,86,104)
#254957
(37,73,87)
#1E3C46
(30,60,70)
#172F35
(23,47,53)
#102224
(16,34,36)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #4F97BD

#4F97BD
(79,151,189)
#5FA0C3
(95,160,195)
#6FA9C9
(111,169,201)
#7FB2CF
(127,178,207)
#8FBBD5
(143,187,213)
#9FC4DB
(159,196,219)
#AFCDE1
(175,205,225)
#BFD6E7
(191,214,231)
#CFDFED
(207,223,237)
#DFE8F3
(223,232,243)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F97BD; }

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

This text font color is #4F97BD.


Background Color

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

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

This div background color is #4F97BD.


Border color

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

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

This div border color is #4F97BD.


Opacity

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

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

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

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

This text has shadow with #4F97BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F97BD on black background.


Color preview on white background

This text has color #4F97BD on white background.



Black color preview on #4F97BD background

This text has black color on #4F97BD background.


White color preview on #4F97BD background

This text has white color on #4F97BD background.