COLOR #4A6366

HEX: #4A6366 RGB: (74,99,102)

Color info

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

RGB color model

#4A6366 color RGB value is (74,99,102).

RGB: (74,99,102) (29%, 39%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 102 of 255 = 40%

74
99
102

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

Portions of RGB colors in percentages

R + G + B = 74 + 99 + 102 = 275 (100%)
R 74 of 275 ~ 26.91%
G 99 of 275 ~ 36%
B 102 of 275 ~ 37.09'%

%26.91
%36
%37.09

CMYK color model

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

  • cyan value is 27.45%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%

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

CMYK percentages

%27.45
%2.94
%0
%60

Codes

Color #4A6366 in popluar color models

4A 63 66
RGB 74 99 102
HSL 186° 15.91% 34.51%
HSB/HSV 186° 27.45% 40.00%
CMYK 27.45% 2.94% 0.00%
60.00%

Color #4A6366 in popluar number systems.

HEX 4A 63 66
Decimal 74 99 102
Binary 1001010 1100011 1100110
Octal 112 143 146

Shades and tints

Shades of #4A6366

#4A6366
(74,99,102)
#445A5D
(68,90,93)
#3E5154
(62,81,84)
#38484B
(56,72,75)
#323F42
(50,63,66)
#2C3639
(44,54,57)
#262D30
(38,45,48)
#202427
(32,36,39)
#1A1B1E
(26,27,30)
#141215
(20,18,21)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A6366

#4A6366
(74,99,102)
#5A7173
(90,113,115)
#6A7F80
(106,127,128)
#7A8D8D
(122,141,141)
#8A9B9A
(138,155,154)
#9AA9A7
(154,169,167)
#AAB7B4
(170,183,180)
#BAC5C1
(186,197,193)
#CAD3CE
(202,211,206)
#DAE1DB
(218,225,219)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6366 color. Also use rgb(74,99,102) instead hex code.

Text Font Color

.myTextColor { color: #4A6366; }

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

This text font color is #4A6366.

Background Color

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

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

This div background color is #4A6366.

Border color

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

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

This div border color is #4A6366.

Opacity

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

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

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

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

This text has shadow with #4A6366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6366.

Preview

Color preview on black background

This text has color #4A6366 on black background.


Color preview on white background

This text has color #4A6366 on white background.


Black color preview on #4A6366 background

This text has black color on #4A6366 background.


White color preview on #4A6366 background

This text has white color on #4A6366 background.


Related colors

Complementary color

Complementary color for #hex is #B59C99.


I love getcolorcode.com

Triadic colors

1 #664A63 and #63664A with #4A6366 are triadic colors.

2 #66634A and #634A66 with #4A6366 are triadic colors.