COLOR #4A6264

HEX: #4A6264 RGB: (74,98,100)

Color info

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

RGB color model

#4A6264 color RGB value is (74,98,100).

RGB: (74,98,100) (29%, 38%, 39%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 100 of 255 = 39%

74
98
100

R + G + B ~ 35%. #4A6264 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 98 + 100 = 272 (100%)
R 74 of 272 ~ 27.21%
G 98 of 272 ~ 36.03%
B 100 of 272 ~ 36.76'%

%27.21
%36.03
%36.76

CMYK color model

#4A6264 color CMYK value is (26,2,0,61).

  • cyan value is 26.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (26,2,0,61)
C26M2Y0K61 (26%, 2%, 0%, 61%)
(0.26 / 0.02 / 0.00 / 0.61)

CMYK percentages

%26
%2
%0
%60.78

Codes

Color #4A6264 in popluar color models

4A 62 64
RGB 74 98 100
HSL 185° 14.94% 34.12%
HSB/HSV 185° 26.00% 39.22%
CMYK 26.00% 2.00% 0.00%
60.78%

Color #4A6264 in popluar number systems.

HEX 4A 62 64
Decimal 74 98 100
Binary 1001010 1100010 1100100
Octal 112 142 144

Shades and tints

Shades of #4A6264

#4A6264
(74,98,100)
#445A5B
(68,90,91)
#3E5252
(62,82,82)
#384A49
(56,74,73)
#324240
(50,66,64)
#2C3A37
(44,58,55)
#26322E
(38,50,46)
#202A25
(32,42,37)
#1A221C
(26,34,28)
#141A13
(20,26,19)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #4A6264

#4A6264
(74,98,100)
#5A7072
(90,112,114)
#6A7E80
(106,126,128)
#7A8C8E
(122,140,142)
#8A9A9C
(138,154,156)
#9AA8AA
(154,168,170)
#AAB6B8
(170,182,184)
#BAC4C6
(186,196,198)
#CAD2D4
(202,210,212)
#DAE0E2
(218,224,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6264; }

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

This text font color is #4A6264.

Background Color

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

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

This div background color is #4A6264.

Border color

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

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

This div border color is #4A6264.

Opacity

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

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

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

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

This text has shadow with #4A6264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6264.

Preview

Color preview on black background

This text has color #4A6264 on black background.


Color preview on white background

This text has color #4A6264 on white background.


Black color preview on #4A6264 background

This text has black color on #4A6264 background.


White color preview on #4A6264 background

This text has white color on #4A6264 background.


Related colors

Complementary color

Complementary color for #hex is #B59D9B.


I love getcolorcode.com

Triadic colors

1 #644A62 and #62644A with #4A6264 are triadic colors.

2 #64624A and #624A64 with #4A6264 are triadic colors.