COLOR #4A6072

HEX: #4A6072 RGB: (74,96,114)

Color info

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

RGB color model

#4A6072 color RGB value is (74,96,114).

RGB: (74,96,114) (29%, 38%, 45%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 114 of 255 = 45%

74
96
114

R + G + B ~ 37%. #4A6072 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 96 + 114 = 284 (100%)
R 74 of 284 ~ 26.06%
G 96 of 284 ~ 33.8%
B 114 of 284 ~ 40.14'%

%26.06
%33.8
%40.14

CMYK color model

#4A6072 color CMYK value is (35,16,0,55).

  • cyan value is 35.09%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (35,16,0,55)
C35M16Y0K55 (35%, 16%, 0%, 55%)
(0.35 / 0.16 / 0.00 / 0.55)

CMYK percentages

%35.09
%15.79
%0
%55.29

Codes

Color #4A6072 in popluar color models

4A 60 72
RGB 74 96 114
HSL 207° 21.28% 36.86%
HSB/HSV 207° 35.09% 44.71%
CMYK 35.09% 15.79% 0.00%
55.29%

Color #4A6072 in popluar number systems.

HEX 4A 60 72
Decimal 74 96 114
Binary 1001010 1100000 1110010
Octal 112 140 162

Shades and tints

Shades of #4A6072

#4A6072
(74,96,114)
#445868
(68,88,104)
#3E505E
(62,80,94)
#384854
(56,72,84)
#32404A
(50,64,74)
#2C3840
(44,56,64)
#263036
(38,48,54)
#20282C
(32,40,44)
#1A2022
(26,32,34)
#141818
(20,24,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #4A6072

#4A6072
(74,96,114)
#5A6E7E
(90,110,126)
#6A7C8A
(106,124,138)
#7A8A96
(122,138,150)
#8A98A2
(138,152,162)
#9AA6AE
(154,166,174)
#AAB4BA
(170,180,186)
#BAC2C6
(186,194,198)
#CAD0D2
(202,208,210)
#DADEDE
(218,222,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6072; }

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

This text font color is #4A6072.

Background Color

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

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

This div background color is #4A6072.

Border color

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

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

This div border color is #4A6072.

Opacity

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

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

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

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

This text has shadow with #4A6072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6072.

Preview

Color preview on black background

This text has color #4A6072 on black background.


Color preview on white background

This text has color #4A6072 on white background.


Black color preview on #4A6072 background

This text has black color on #4A6072 background.


White color preview on #4A6072 background

This text has white color on #4A6072 background.


Related colors

Complementary color

Complementary color for #hex is #B59F8D.


I love getcolorcode.com

Triadic colors

1 #724A60 and #60724A with #4A6072 are triadic colors.

2 #72604A and #604A72 with #4A6072 are triadic colors.