COLOR #4A8194

HEX: #4A8194 RGB: (74,129,148)

Color info

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

RGB color model

#4A8194 color RGB value is (74,129,148).

RGB: (74,129,148) (29%, 51%, 58%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 148 of 255 = 58%

74
129
148

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

Portions of RGB colors in percentages

R + G + B = 74 + 129 + 148 = 351 (100%)
R 74 of 351 ~ 21.08%
G 129 of 351 ~ 36.75%
B 148 of 351 ~ 42.17'%

%21.08
%36.75
%42.17

CMYK color model

#4A8194 color CMYK value is (50,13,0,42).

  • cyan value is 50.00%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (50,13,0,42)
C50M13Y0K42 (50%, 13%, 0%, 42%)
(0.50 / 0.13 / 0.00 / 0.42)

CMYK percentages

%50
%12.84
%0
%41.96

Codes

Color #4A8194 in popluar color models

4A 81 94
RGB 74 129 148
HSL 195° 33.33% 43.53%
HSB/HSV 195° 50.00% 58.04%
CMYK 50.00% 12.84% 0.00%
41.96%

Color #4A8194 in popluar number systems.

HEX 4A 81 94
Decimal 74 129 148
Binary 1001010 10000001 10010100
Octal 112 201 224

Shades and tints

Shades of #4A8194

#4A8194
(74,129,148)
#447687
(68,118,135)
#3E6B7A
(62,107,122)
#38606D
(56,96,109)
#325560
(50,85,96)
#2C4A53
(44,74,83)
#263F46
(38,63,70)
#203439
(32,52,57)
#1A292C
(26,41,44)
#141E1F
(20,30,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #4A8194

#4A8194
(74,129,148)
#5A8C9D
(90,140,157)
#6A97A6
(106,151,166)
#7AA2AF
(122,162,175)
#8AADB8
(138,173,184)
#9AB8C1
(154,184,193)
#AAC3CA
(170,195,202)
#BACED3
(186,206,211)
#CAD9DC
(202,217,220)
#DAE4E5
(218,228,229)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8194 color. Also use rgb(74,129,148) instead hex code.

Text Font Color

.myTextColor { color: #4A8194; }

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

This text font color is #4A8194.

Background Color

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

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

This div background color is #4A8194.

Border color

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

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

This div border color is #4A8194.

Opacity

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

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

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

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

This text has shadow with #4A8194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8194.

Preview

Color preview on black background

This text has color #4A8194 on black background.


Color preview on white background

This text has color #4A8194 on white background.


Black color preview on #4A8194 background

This text has black color on #4A8194 background.


White color preview on #4A8194 background

This text has white color on #4A8194 background.


Related colors

Complementary color

Complementary color for #hex is #B57E6B.


I love getcolorcode.com

Triadic colors

1 #944A81 and #81944A with #4A8194 are triadic colors.

2 #94814A and #814A94 with #4A8194 are triadic colors.