COLOR #4C91BF

HEX: #4C91BF
RGB: (76,145,191)

Color info

#4C91BF contains mainly green and blue colors. Web safe color of #4C91BF is #3399CC (or #39C).

RGB color model

#4C91BF color RGB value is (76,145,191).

  • red value is 76;
  • green value is 145;
  • blue value is 191.
RGB:
(76,145,191)
(30%,57%,75%)

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 191 of 255 = 75%

76
145
191

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

Portions of RGB colors in percentages

R + G + B =
76 + 145 + 191 = 412 (100%)
R 76 of 412 ~ 18.45%
G 145 of 412 ~ 35.19%
B 191 of 412 ~ 46.36%

%18.45
%35.19
%46.36

CMYK color model

#4C91BF color CMYK value is (60,24,0,25).

  • cyan value is 60.21%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(60,24,0,25)
C60M24Y0K25 
(60%,24%,0%,25%)
(0.60/0.24/0.00/0.25)	

CMYK percentages

%60.21
%24.08
%0
%25.1

Codes

Color #4C91BF in popluar color models

4C91BF
RGB76145191
HSL204°47.33%52.35%
HSB/HSV204°60.21%74.90%
CMYK60.21%24.08%0.00%
25.10%

Color #4C91BF in popluar number systems.

HEX4C91BF
Decimal76145191
Binary10011001001000110111111
Octal114221277

Shades and tints

Shades of #4C91BF

#4C91BF
(76,145,191)
#4684AE
(70,132,174)
#40779D
(64,119,157)
#3A6A8C
(58,106,140)
#345D7B
(52,93,123)
#2E506A
(46,80,106)
#284359
(40,67,89)
#223648
(34,54,72)
#1C2937
(28,41,55)
#161C26
(22,28,38)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #4C91BF

#4C91BF
(76,145,191)
#5C9BC4
(92,155,196)
#6CA5C9
(108,165,201)
#7CAFCE
(124,175,206)
#8CB9D3
(140,185,211)
#9CC3D8
(156,195,216)
#ACCDDD
(172,205,221)
#BCD7E2
(188,215,226)
#CCE1E7
(204,225,231)
#DCEBEC
(220,235,236)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C91BF color. Also use rgb(76,145,191) instead hex code.

Text Font Color

.myTextColor { color: #4C91BF; }

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

This text font color is #4C91BF.


Background Color

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

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

This div background color is #4C91BF.


Border color

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

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

This div border color is #4C91BF.


Opacity

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

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

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

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

This text has shadow with #4C91BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C91BF on black background.


Color preview on white background

This text has color #4C91BF on white background.



Black color preview on #4C91BF background

This text has black color on #4C91BF background.


White color preview on #4C91BF background

This text has white color on #4C91BF background.