COLOR #4A6265

HEX: #4A6265 RGB: (74,98,101)

Color info

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

RGB color model

#4A6265 color RGB value is (74,98,101).

RGB: (74,98,101) (29%, 38%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 101 of 255 = 40%

74
98
101

R + G + B ~ 36%. #4A6265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 98 + 101 = 273 (100%)
R 74 of 273 ~ 27.11%
G 98 of 273 ~ 35.9%
B 101 of 273 ~ 37'%

%27.11
%35.9
%37

CMYK color model

#4A6265 color CMYK value is (27,3,0,60).

  • cyan value is 26.73%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (27,3,0,60)
C27M3Y0K60 (27%, 3%, 0%, 60%)
(0.27 / 0.03 / 0.00 / 0.60)

CMYK percentages

%26.73
%2.97
%0
%60.39

Codes

Color #4A6265 in popluar color models

4A 62 65
RGB 74 98 101
HSL 187° 15.43% 34.31%
HSB/HSV 187° 26.73% 39.61%
CMYK 26.73% 2.97% 0.00%
60.39%

Color #4A6265 in popluar number systems.

HEX 4A 62 65
Decimal 74 98 101
Binary 1001010 1100010 1100101
Octal 112 142 145

Shades and tints

Shades of #4A6265

#4A6265
(74,98,101)
#445A5C
(68,90,92)
#3E5253
(62,82,83)
#384A4A
(56,74,74)
#324241
(50,66,65)
#2C3A38
(44,58,56)
#26322F
(38,50,47)
#202A26
(32,42,38)
#1A221D
(26,34,29)
#141A14
(20,26,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #4A6265

#4A6265
(74,98,101)
#5A7073
(90,112,115)
#6A7E81
(106,126,129)
#7A8C8F
(122,140,143)
#8A9A9D
(138,154,157)
#9AA8AB
(154,168,171)
#AAB6B9
(170,182,185)
#BAC4C7
(186,196,199)
#CAD2D5
(202,210,213)
#DAE0E3
(218,224,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6265 color. Also use rgb(74,98,101) instead hex code.

Text Font Color

.myTextColor { color: #4A6265; }

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

This text font color is #4A6265.

Background Color

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

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

This div background color is #4A6265.

Border color

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

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

This div border color is #4A6265.

Opacity

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

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

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

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

This text has shadow with #4A6265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6265.

Preview

Color preview on black background

This text has color #4A6265 on black background.


Color preview on white background

This text has color #4A6265 on white background.


Black color preview on #4A6265 background

This text has black color on #4A6265 background.


White color preview on #4A6265 background

This text has white color on #4A6265 background.


Related colors

Complementary color

Complementary color for #hex is #B59D9A.


I love getcolorcode.com

Triadic colors

1 #654A62 and #62654A with #4A6265 are triadic colors.

2 #65624A and #624A65 with #4A6265 are triadic colors.