COLOR #4CA9BF

HEX: #4CA9BF RGB: (76,169,191)

Color info

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

RGB color model

#4CA9BF color RGB value is (76,169,191).

RGB: (76,169,191) (30%, 66%, 75%)

RGB channels and saturation

R 76 of 255 = 30%
G 169 of 255 = 66%
B 191 of 255 = 75%

76
169
191

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

Portions of RGB colors in percentages

R + G + B = 76 + 169 + 191 = 436 (100%)
R 76 of 436 ~ 17.43%
G 169 of 436 ~ 38.76%
B 191 of 436 ~ 43.81'%

%17.43
%38.76
%43.81

CMYK color model

#4CA9BF color CMYK value is (60,12,0,25).

  • cyan value is 60.21%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (60,12,0,25)
C60M12Y0K25 (60%, 12%, 0%, 25%)
(0.60 / 0.12 / 0.00 / 0.25)

CMYK percentages

%60.21
%11.52
%0
%25.1

Codes

Color #4CA9BF in popluar color models

4C A9 BF
RGB 76 169 191
HSL 191° 47.33% 52.35%
HSB/HSV 191° 60.21% 74.90%
CMYK 60.21% 11.52% 0.00%
25.10%

Color #4CA9BF in popluar number systems.

HEX 4C A9 BF
Decimal 76 169 191
Binary 1001100 10101001 10111111
Octal 114 251 277

Shades and tints

Shades of #4CA9BF

#4CA9BF
(76,169,191)
#469AAE
(70,154,174)
#408B9D
(64,139,157)
#3A7C8C
(58,124,140)
#346D7B
(52,109,123)
#2E5E6A
(46,94,106)
#284F59
(40,79,89)
#224048
(34,64,72)
#1C3137
(28,49,55)
#162226
(22,34,38)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #4CA9BF

#4CA9BF
(76,169,191)
#5CB0C4
(92,176,196)
#6CB7C9
(108,183,201)
#7CBECE
(124,190,206)
#8CC5D3
(140,197,211)
#9CCCD8
(156,204,216)
#ACD3DD
(172,211,221)
#BCDAE2
(188,218,226)
#CCE1E7
(204,225,231)
#DCE8EC
(220,232,236)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA9BF; }

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

This text font color is #4CA9BF.

Background Color

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

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

This div background color is #4CA9BF.

Border color

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

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

This div border color is #4CA9BF.

Opacity

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

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

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

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

This text has shadow with #4CA9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA9BF.

Preview

Color preview on black background

This text has color #4CA9BF on black background.


Color preview on white background

This text has color #4CA9BF on white background.


Black color preview on #4CA9BF background

This text has black color on #4CA9BF background.


White color preview on #4CA9BF background

This text has white color on #4CA9BF background.


Related colors

Complementary color

Complementary color for #hex is #B35640.


I love getcolorcode.com

Triadic colors

1 #BF4CA9 and #A9BF4C with #4CA9BF are triadic colors.

2 #BFA94C and #A94CBF with #4CA9BF are triadic colors.