COLOR #4A5366

HEX: #4A5366 RGB: (74,83,102)

Color info

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

RGB color model

#4A5366 color RGB value is (74,83,102).

RGB: (74,83,102) (29%, 33%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 102 of 255 = 40%

74
83
102

R + G + B ~ 34%. #4A5366 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 83 + 102 = 259 (100%)
R 74 of 259 ~ 28.57%
G 83 of 259 ~ 32.05%
B 102 of 259 ~ 39.38'%

%28.57
%32.05
%39.38

CMYK color model

#4A5366 color CMYK value is (27,19,0,60).

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

CMYK: (27,19,0,60)
C27M19Y0K60 (27%, 19%, 0%, 60%)
(0.27 / 0.19 / 0.00 / 0.60)

CMYK percentages

%27.45
%18.63
%0
%60

Codes

Color #4A5366 in popluar color models

4A 53 66
RGB 74 83 102
HSL 221° 15.91% 34.51%
HSB/HSV 221° 27.45% 40.00%
CMYK 27.45% 18.63% 0.00%
60.00%

Color #4A5366 in popluar number systems.

HEX 4A 53 66
Decimal 74 83 102
Binary 1001010 1010011 1100110
Octal 112 123 146

Shades and tints

Shades of #4A5366

#4A5366
(74,83,102)
#444C5D
(68,76,93)
#3E4554
(62,69,84)
#383E4B
(56,62,75)
#323742
(50,55,66)
#2C3039
(44,48,57)
#262930
(38,41,48)
#202227
(32,34,39)
#1A1B1E
(26,27,30)
#141415
(20,20,21)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #4A5366

#4A5366
(74,83,102)
#5A6273
(90,98,115)
#6A7180
(106,113,128)
#7A808D
(122,128,141)
#8A8F9A
(138,143,154)
#9A9EA7
(154,158,167)
#AAADB4
(170,173,180)
#BABCC1
(186,188,193)
#CACBCE
(202,203,206)
#DADADB
(218,218,219)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5366; }

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

This text font color is #4A5366.

Background Color

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

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

This div background color is #4A5366.

Border color

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

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

This div border color is #4A5366.

Opacity

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

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

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

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

This text has shadow with #4A5366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5366.

Preview

Color preview on black background

This text has color #4A5366 on black background.


Color preview on white background

This text has color #4A5366 on white background.


Black color preview on #4A5366 background

This text has black color on #4A5366 background.


White color preview on #4A5366 background

This text has white color on #4A5366 background.


Related colors

Complementary color

Complementary color for #hex is #B5AC99.


I love getcolorcode.com

Triadic colors

1 #664A53 and #53664A with #4A5366 are triadic colors.

2 #66534A and #534A66 with #4A5366 are triadic colors.