COLOR #4A6566

HEX: #4A6566 RGB: (74,101,102)

Color info

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

RGB color model

#4A6566 color RGB value is (74,101,102).

RGB: (74,101,102) (29%, 40%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 102 of 255 = 40%

74
101
102

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

Portions of RGB colors in percentages

R + G + B = 74 + 101 + 102 = 277 (100%)
R 74 of 277 ~ 26.71%
G 101 of 277 ~ 36.46%
B 102 of 277 ~ 36.82'%

%26.71
%36.46
%36.82

CMYK color model

#4A6566 color CMYK value is (27,1,0,60).

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

CMYK: (27,1,0,60)
C27M1Y0K60 (27%, 1%, 0%, 60%)
(0.27 / 0.01 / 0.00 / 0.60)

CMYK percentages

%27.45
%0.98
%0
%60

Codes

Color #4A6566 in popluar color models

4A 65 66
RGB 74 101 102
HSL 182° 15.91% 34.51%
HSB/HSV 182° 27.45% 40.00%
CMYK 27.45% 0.98% 0.00%
60.00%

Color #4A6566 in popluar number systems.

HEX 4A 65 66
Decimal 74 101 102
Binary 1001010 1100101 1100110
Octal 112 145 146

Shades and tints

Shades of #4A6566

#4A6566
(74,101,102)
#445C5D
(68,92,93)
#3E5354
(62,83,84)
#384A4B
(56,74,75)
#324142
(50,65,66)
#2C3839
(44,56,57)
#262F30
(38,47,48)
#202627
(32,38,39)
#1A1D1E
(26,29,30)
#141415
(20,20,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A6566

#4A6566
(74,101,102)
#5A7373
(90,115,115)
#6A8180
(106,129,128)
#7A8F8D
(122,143,141)
#8A9D9A
(138,157,154)
#9AABA7
(154,171,167)
#AAB9B4
(170,185,180)
#BAC7C1
(186,199,193)
#CAD5CE
(202,213,206)
#DAE3DB
(218,227,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6566; }

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

This text font color is #4A6566.

Background Color

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

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

This div background color is #4A6566.

Border color

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

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

This div border color is #4A6566.

Opacity

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

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

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

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

This text has shadow with #4A6566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6566.

Preview

Color preview on black background

This text has color #4A6566 on black background.


Color preview on white background

This text has color #4A6566 on white background.


Black color preview on #4A6566 background

This text has black color on #4A6566 background.


White color preview on #4A6566 background

This text has white color on #4A6566 background.


Related colors

Complementary color

Complementary color for #hex is #B59A99.


I love getcolorcode.com

Triadic colors

1 #664A65 and #65664A with #4A6566 are triadic colors.

2 #66654A and #654A66 with #4A6566 are triadic colors.