COLOR #4A686F

HEX: #4A686F
RGB: (74,104,111)

Color info

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

RGB color model

#4A686F color RGB value is (74,104,111).

  • red value is 74;
  • green value is 104;
  • blue value is 111.
RGB:
(74,104,111)
(29%,41%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 104 of 255 = 41%
B 111 of 255 = 44%

74
104
111

R + G + B ~ 38%. #4A686F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 104 + 111 = 289 (100%)
R 74 of 289 ~ 25.61%
G 104 of 289 ~ 35.99%
B 111 of 289 ~ 38.41%

%25.61
%35.99
%38.41

CMYK color model

#4A686F color CMYK value is (33,6,0,56).

  • cyan value is 33.33%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(33,6,0,56)
C33M6Y0K56 
(33%,6%,0%,56%)
(0.33/0.06/0.00/0.56)	

CMYK percentages

%33.33
%6.31
%0
%56.47

Codes

Color #4A686F in popluar color models

4A686F
RGB74104111
HSL191°20.00%36.27%
HSB/HSV191°33.33%43.53%
CMYK33.33%6.31%0.00%
56.47%

Color #4A686F in popluar number systems.

HEX4A686F
Decimal74104111
Binary100101011010001101111
Octal112150157

Shades and tints

Shades of #4A686F

#4A686F
(74,104,111)
#445F65
(68,95,101)
#3E565B
(62,86,91)
#384D51
(56,77,81)
#324447
(50,68,71)
#2C3B3D
(44,59,61)
#263233
(38,50,51)
#202929
(32,41,41)
#1A201F
(26,32,31)
#141715
(20,23,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A686F

#4A686F
(74,104,111)
#5A757C
(90,117,124)
#6A8289
(106,130,137)
#7A8F96
(122,143,150)
#8A9CA3
(138,156,163)
#9AA9B0
(154,169,176)
#AAB6BD
(170,182,189)
#BAC3CA
(186,195,202)
#CAD0D7
(202,208,215)
#DADDE4
(218,221,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A686F color. Also use rgb(74,104,111) instead hex code.

Text Font Color

.myTextColor { color: #4A686F; }

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

This text font color is #4A686F.


Background Color

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

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

This div background color is #4A686F.


Border color

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

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

This div border color is #4A686F.


Opacity

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

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

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

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

This text has shadow with #4A686F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A686F on black background.


Color preview on white background

This text has color #4A686F on white background.



Black color preview on #4A686F background

This text has black color on #4A686F background.


White color preview on #4A686F background

This text has white color on #4A686F background.