COLOR #4A5764

HEX: #4A5764 RGB: (74,87,100)

Color info

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

RGB color model

#4A5764 color RGB value is (74,87,100).

RGB: (74,87,100) (29%, 34%, 39%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 100 of 255 = 39%

74
87
100

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

Portions of RGB colors in percentages

R + G + B = 74 + 87 + 100 = 261 (100%)
R 74 of 261 ~ 28.35%
G 87 of 261 ~ 33.33%
B 100 of 261 ~ 38.31'%

%28.35
%33.33
%38.31

CMYK color model

#4A5764 color CMYK value is (26,13,0,61).

  • cyan value is 26.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (26,13,0,61) C26M13Y0K61 (26%,13%,0%,61%) (0.26/0.13/0.00/0.61) 

CMYK percentages

%26
%13
%0
%60.78

Codes

Color #4A5764 in popluar color models

4A 57 64
RGB 74 87 100
HSL 210° 14.94% 34.12%
HSB/HSV 210° 26.00% 39.22%
CMYK 26.00% 13.00% 0.00%
60.78%

Color #4A5764 in popluar number systems.

HEX 4A 57 64
Decimal 74 87 100
Binary 1001010 1010111 1100100
Octal 112 127 144

Shades and tints

Shades of #4A5764

#4A5764
(74,87,100)
#44505B
(68,80,91)
#3E4952
(62,73,82)
#384249
(56,66,73)
#323B40
(50,59,64)
#2C3437
(44,52,55)
#262D2E
(38,45,46)
#202625
(32,38,37)
#1A1F1C
(26,31,28)
#141813
(20,24,19)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #4A5764

#4A5764
(74,87,100)
#5A6672
(90,102,114)
#6A7580
(106,117,128)
#7A848E
(122,132,142)
#8A939C
(138,147,156)
#9AA2AA
(154,162,170)
#AAB1B8
(170,177,184)
#BAC0C6
(186,192,198)
#CACFD4
(202,207,212)
#DADEE2
(218,222,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5764; }

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

This text font color is #4A5764.

Background Color

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

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

This div background color is #4A5764.

Border color

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

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

This div border color is #4A5764.

Opacity

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

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

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

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

This text has shadow with #4A5764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5764.

Preview

Color preview on black background

This text has color #4A5764 on black background.


Color preview on white background

This text has color #4A5764 on white background.


Black color preview on #4A5764 background

This text has black color on #4A5764 background.


White color preview on #4A5764 background

This text has white color on #4A5764 background.


Related colors

Complementary color

Complementary color for #hex is #B5A89B.


I love getcolorcode.com

Triadic colors

1 #644A57 and #57644A with #4A5764 are triadic colors.

2 #64574A and #574A64 with #4A5764 are triadic colors.