COLOR #4C8193

HEX: #4C8193 RGB: (76,129,147)

Color info

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

RGB color model

#4C8193 color RGB value is (76,129,147).

RGB: (76,129,147) (30%, 51%, 58%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 147 of 255 = 58%

76
129
147

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

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 147 = 352 (100%)
R 76 of 352 ~ 21.59%
G 129 of 352 ~ 36.65%
B 147 of 352 ~ 41.76'%

%21.59
%36.65
%41.76

CMYK color model

#4C8193 color CMYK value is (48,12,0,42).

  • cyan value is 48.30%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (48,12,0,42)
C48M12Y0K42 (48%, 12%, 0%, 42%)
(0.48 / 0.12 / 0.00 / 0.42)

CMYK percentages

%48.3
%12.24
%0
%42.35

Codes

Color #4C8193 in popluar color models

4C 81 93
RGB 76 129 147
HSL 195° 31.84% 43.73%
HSB/HSV 195° 48.30% 57.65%
CMYK 48.30% 12.24% 0.00%
42.35%

Color #4C8193 in popluar number systems.

HEX 4C 81 93
Decimal 76 129 147
Binary 1001100 10000001 10010011
Octal 114 201 223

Shades and tints

Shades of #4C8193

#4C8193
(76,129,147)
#467686
(70,118,134)
#406B79
(64,107,121)
#3A606C
(58,96,108)
#34555F
(52,85,95)
#2E4A52
(46,74,82)
#283F45
(40,63,69)
#223438
(34,52,56)
#1C292B
(28,41,43)
#161E1E
(22,30,30)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #4C8193

#4C8193
(76,129,147)
#5C8C9C
(92,140,156)
#6C97A5
(108,151,165)
#7CA2AE
(124,162,174)
#8CADB7
(140,173,183)
#9CB8C0
(156,184,192)
#ACC3C9
(172,195,201)
#BCCED2
(188,206,210)
#CCD9DB
(204,217,219)
#DCE4E4
(220,228,228)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8193 color. Also use rgb(76,129,147) instead hex code.

Text Font Color

.myTextColor { color: #4C8193; }

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

This text font color is #4C8193.

Background Color

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

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

This div background color is #4C8193.

Border color

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

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

This div border color is #4C8193.

Opacity

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

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

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

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

This text has shadow with #4C8193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8193.

Preview

Color preview on black background

This text has color #4C8193 on black background.


Color preview on white background

This text has color #4C8193 on white background.


Black color preview on #4C8193 background

This text has black color on #4C8193 background.


White color preview on #4C8193 background

This text has white color on #4C8193 background.


Related colors

Complementary color

Complementary color for #hex is #B37E6C.


I love getcolorcode.com

Triadic colors

1 #934C81 and #81934C with #4C8193 are triadic colors.

2 #93814C and #814C93 with #4C8193 are triadic colors.