COLOR #4A7280

HEX: #4A7280 RGB: (74,114,128)

Color info

#4A7280 contains red, green and blue colors in about the same proportion. Web safe color of #4A7280 is #336666 (or #366).

RGB color model

#4A7280 color RGB value is (74,114,128).

RGB: (74,114,128) (29%, 45%, 50%)

RGB channels and saturation

R 74 of 255 = 29%
G 114 of 255 = 45%
B 128 of 255 = 50%

74
114
128

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

Portions of RGB colors in percentages

R + G + B = 74 + 114 + 128 = 316 (100%)
R 74 of 316 ~ 23.42%
G 114 of 316 ~ 36.08%
B 128 of 316 ~ 40.51'%

%23.42
%36.08
%40.51

CMYK color model

#4A7280 color CMYK value is (42,11,0,50).

  • cyan value is 42.19%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (42,11,0,50)
C42M11Y0K50 (42%, 11%, 0%, 50%)
(0.42 / 0.11 / 0.00 / 0.50)

CMYK percentages

%42.19
%10.94
%0
%49.8

Codes

Color #4A7280 in popluar color models

4A 72 80
RGB 74 114 128
HSL 196° 26.73% 39.61%
HSB/HSV 196° 42.19% 50.20%
CMYK 42.19% 10.94% 0.00%
49.80%

Color #4A7280 in popluar number systems.

HEX 4A 72 80
Decimal 74 114 128
Binary 1001010 1110010 10000000
Octal 112 162 200

Shades and tints

Shades of #4A7280

#4A7280
(74,114,128)
#446875
(68,104,117)
#3E5E6A
(62,94,106)
#38545F
(56,84,95)
#324A54
(50,74,84)
#2C4049
(44,64,73)
#26363E
(38,54,62)
#202C33
(32,44,51)
#1A2228
(26,34,40)
#14181D
(20,24,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #4A7280

#4A7280
(74,114,128)
#5A7E8B
(90,126,139)
#6A8A96
(106,138,150)
#7A96A1
(122,150,161)
#8AA2AC
(138,162,172)
#9AAEB7
(154,174,183)
#AABAC2
(170,186,194)
#BAC6CD
(186,198,205)
#CAD2D8
(202,210,216)
#DADEE3
(218,222,227)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7280 color. Also use rgb(74,114,128) instead hex code.

Text Font Color

.myTextColor { color: #4A7280; }

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

This text font color is #4A7280.

Background Color

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

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

This div background color is #4A7280.

Border color

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

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

This div border color is #4A7280.

Opacity

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

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

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

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

This text has shadow with #4A7280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7280.

Preview

Color preview on black background

This text has color #4A7280 on black background.


Color preview on white background

This text has color #4A7280 on white background.


Black color preview on #4A7280 background

This text has black color on #4A7280 background.


White color preview on #4A7280 background

This text has white color on #4A7280 background.


Related colors

Complementary color

Complementary color for #hex is #B58D7F.


I love getcolorcode.com

Triadic colors

1 #804A72 and #72804A with #4A7280 are triadic colors.

2 #80724A and #724A80 with #4A7280 are triadic colors.