COLOR #4C9BA1

HEX: #4C9BA1 RGB: (76,155,161)

Color info

#4C9BA1 contains mainly green and blue colors. Web safe color of #4C9BA1 is #339999 (or #399).

RGB color model

#4C9BA1 color RGB value is (76,155,161).

RGB: (76,155,161) (30%, 61%, 63%)

RGB channels and saturation

R 76 of 255 = 30%
G 155 of 255 = 61%
B 161 of 255 = 63%

76
155
161

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

Portions of RGB colors in percentages

R + G + B = 76 + 155 + 161 = 392 (100%)
R 76 of 392 ~ 19.39%
G 155 of 392 ~ 39.54%
B 161 of 392 ~ 41.07'%

%19.39
%39.54
%41.07

CMYK color model

#4C9BA1 color CMYK value is (53,4,0,37).

  • cyan value is 52.80%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (53,4,0,37)
C53M4Y0K37 (53%, 4%, 0%, 37%)
(0.53 / 0.04 / 0.00 / 0.37)

CMYK percentages

%52.8
%3.73
%0
%36.86

Codes

Color #4C9BA1 in popluar color models

4C 9B A1
RGB 76 155 161
HSL 184° 35.86% 46.47%
HSB/HSV 184° 52.80% 63.14%
CMYK 52.80% 3.73% 0.00%
36.86%

Color #4C9BA1 in popluar number systems.

HEX 4C 9B A1
Decimal 76 155 161
Binary 1001100 10011011 10100001
Octal 114 233 241

Shades and tints

Shades of #4C9BA1

#4C9BA1
(76,155,161)
#468D93
(70,141,147)
#407F85
(64,127,133)
#3A7177
(58,113,119)
#346369
(52,99,105)
#2E555B
(46,85,91)
#28474D
(40,71,77)
#22393F
(34,57,63)
#1C2B31
(28,43,49)
#161D23
(22,29,35)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #4C9BA1

#4C9BA1
(76,155,161)
#5CA4A9
(92,164,169)
#6CADB1
(108,173,177)
#7CB6B9
(124,182,185)
#8CBFC1
(140,191,193)
#9CC8C9
(156,200,201)
#ACD1D1
(172,209,209)
#BCDAD9
(188,218,217)
#CCE3E1
(204,227,225)
#DCECE9
(220,236,233)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9BA1 color. Also use rgb(76,155,161) instead hex code.

Text Font Color

.myTextColor { color: #4C9BA1; }

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

This text font color is #4C9BA1.

Background Color

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

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

This div background color is #4C9BA1.

Border color

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

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

This div border color is #4C9BA1.

Opacity

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

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

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

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

This text has shadow with #4C9BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9BA1.

Preview

Color preview on black background

This text has color #4C9BA1 on black background.


Color preview on white background

This text has color #4C9BA1 on white background.


Black color preview on #4C9BA1 background

This text has black color on #4C9BA1 background.


White color preview on #4C9BA1 background

This text has white color on #4C9BA1 background.


Related colors

Complementary color

Complementary color for #hex is #B3645E.


I love getcolorcode.com

Triadic colors

1 #A14C9B and #9BA14C with #4C9BA1 are triadic colors.

2 #A19B4C and #9B4CA1 with #4C9BA1 are triadic colors.