COLOR #4A6D74

HEX: #4A6D74
RGB: (74,109,116)

Color info

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

RGB color model

#4A6D74 color RGB value is (74,109,116).

  • red value is 74;
  • green value is 109;
  • blue value is 116.
RGB:
(74,109,116)
(29%,43%,45%)

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 116 of 255 = 45%

74
109
116

R + G + B ~ 39%. #4A6D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 116 = 299 (100%)
R 74 of 299 ~ 24.75%
G 109 of 299 ~ 36.45%
B 116 of 299 ~ 38.8%

%24.75
%36.45
%38.8

CMYK color model

#4A6D74 color CMYK value is (36,6,0,55).

  • cyan value is 36.21%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(36,6,0,55)
C36M6Y0K55 
(36%,6%,0%,55%)
(0.36/0.06/0.00/0.55)	

CMYK percentages

%36.21
%6.03
%0
%54.51

Codes

Color #4A6D74 in popluar color models

4A6D74
RGB74109116
HSL190°22.11%37.25%
HSB/HSV190°36.21%45.49%
CMYK36.21%6.03%0.00%
54.51%

Color #4A6D74 in popluar number systems.

HEX4A6D74
Decimal74109116
Binary100101011011011110100
Octal112155164

Shades and tints

Shades of #4A6D74

#4A6D74
(74,109,116)
#44646A
(68,100,106)
#3E5B60
(62,91,96)
#385256
(56,82,86)
#32494C
(50,73,76)
#2C4042
(44,64,66)
#263738
(38,55,56)
#202E2E
(32,46,46)
#1A2524
(26,37,36)
#141C1A
(20,28,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #4A6D74

#4A6D74
(74,109,116)
#5A7A80
(90,122,128)
#6A878C
(106,135,140)
#7A9498
(122,148,152)
#8AA1A4
(138,161,164)
#9AAEB0
(154,174,176)
#AABBBC
(170,187,188)
#BAC8C8
(186,200,200)
#CAD5D4
(202,213,212)
#DAE2E0
(218,226,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6D74 color. Also use rgb(74,109,116) instead hex code.

Text Font Color

.myTextColor { color: #4A6D74; }

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

This text font color is #4A6D74.


Background Color

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

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

This div background color is #4A6D74.


Border color

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

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

This div border color is #4A6D74.


Opacity

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

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

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

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

This text has shadow with #4A6D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6D74 on black background.


Color preview on white background

This text has color #4A6D74 on white background.



Black color preview on #4A6D74 background

This text has black color on #4A6D74 background.


White color preview on #4A6D74 background

This text has white color on #4A6D74 background.