COLOR #4A696D

HEX: #4A696D RGB: (74,105,109)

Color info

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

RGB color model

#4A696D color RGB value is (74,105,109).

RGB: (74,105,109) (29%, 41%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 109 of 255 = 43%

74
105
109

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

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 109 = 288 (100%)
R 74 of 288 ~ 25.69%
G 105 of 288 ~ 36.46%
B 109 of 288 ~ 37.85'%

%25.69
%36.46
%37.85

CMYK color model

#4A696D color CMYK value is (32,4,0,57).

  • cyan value is 32.11%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (32,4,0,57)
C32M4Y0K57 (32%, 4%, 0%, 57%)
(0.32 / 0.04 / 0.00 / 0.57)

CMYK percentages

%32.11
%3.67
%0
%57.25

Codes

Color #4A696D in popluar color models

4A 69 6D
RGB 74 105 109
HSL 187° 19.13% 35.88%
HSB/HSV 187° 32.11% 42.75%
CMYK 32.11% 3.67% 0.00%
57.25%

Color #4A696D in popluar number systems.

HEX 4A 69 6D
Decimal 74 105 109
Binary 1001010 1101001 1101101
Octal 112 151 155

Shades and tints

Shades of #4A696D

#4A696D
(74,105,109)
#446064
(68,96,100)
#3E575B
(62,87,91)
#384E52
(56,78,82)
#324549
(50,69,73)
#2C3C40
(44,60,64)
#263337
(38,51,55)
#202A2E
(32,42,46)
#1A2125
(26,33,37)
#14181C
(20,24,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A696D

#4A696D
(74,105,109)
#5A767A
(90,118,122)
#6A8387
(106,131,135)
#7A9094
(122,144,148)
#8A9DA1
(138,157,161)
#9AAAAE
(154,170,174)
#AAB7BB
(170,183,187)
#BAC4C8
(186,196,200)
#CAD1D5
(202,209,213)
#DADEE2
(218,222,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A696D; }

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

This text font color is #4A696D.

Background Color

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

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

This div background color is #4A696D.

Border color

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

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

This div border color is #4A696D.

Opacity

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

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

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

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

This text has shadow with #4A696D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A696D.

Preview

Color preview on black background

This text has color #4A696D on black background.


Color preview on white background

This text has color #4A696D on white background.


Black color preview on #4A696D background

This text has black color on #4A696D background.


White color preview on #4A696D background

This text has white color on #4A696D background.


Related colors

Complementary color

Complementary color for #hex is #B59692.


I love getcolorcode.com

Triadic colors

1 #6D4A69 and #696D4A with #4A696D are triadic colors.

2 #6D694A and #694A6D with #4A696D are triadic colors.