COLOR #4A5575

HEX: #4A5575 RGB: (74,85,117)

Color info

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

RGB color model

#4A5575 color RGB value is (74,85,117).

RGB: (74,85,117) (29%, 33%, 46%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 117 of 255 = 46%

74
85
117

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

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 117 = 276 (100%)
R 74 of 276 ~ 26.81%
G 85 of 276 ~ 30.8%
B 117 of 276 ~ 42.39'%

%26.81
%30.8
%42.39

CMYK color model

#4A5575 color CMYK value is (37,27,0,54).

  • cyan value is 36.75%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (37,27,0,54)
C37M27Y0K54 (37%, 27%, 0%, 54%)
(0.37 / 0.27 / 0.00 / 0.54)

CMYK percentages

%36.75
%27.35
%0
%54.12

Codes

Color #4A5575 in popluar color models

4A 55 75
RGB 74 85 117
HSL 225° 22.51% 37.45%
HSB/HSV 225° 36.75% 45.88%
CMYK 36.75% 27.35% 0.00%
54.12%

Color #4A5575 in popluar number systems.

HEX 4A 55 75
Decimal 74 85 117
Binary 1001010 1010101 1110101
Octal 112 125 165

Shades and tints

Shades of #4A5575

#4A5575
(74,85,117)
#444E6B
(68,78,107)
#3E4761
(62,71,97)
#384057
(56,64,87)
#32394D
(50,57,77)
#2C3243
(44,50,67)
#262B39
(38,43,57)
#20242F
(32,36,47)
#1A1D25
(26,29,37)
#14161B
(20,22,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #4A5575

#4A5575
(74,85,117)
#5A6481
(90,100,129)
#6A738D
(106,115,141)
#7A8299
(122,130,153)
#8A91A5
(138,145,165)
#9AA0B1
(154,160,177)
#AAAFBD
(170,175,189)
#BABEC9
(186,190,201)
#CACDD5
(202,205,213)
#DADCE1
(218,220,225)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5575 color. Also use rgb(74,85,117) instead hex code.

Text Font Color

.myTextColor { color: #4A5575; }

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

This text font color is #4A5575.

Background Color

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

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

This div background color is #4A5575.

Border color

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

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

This div border color is #4A5575.

Opacity

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

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

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

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

This text has shadow with #4A5575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5575.

Preview

Color preview on black background

This text has color #4A5575 on black background.


Color preview on white background

This text has color #4A5575 on white background.


Black color preview on #4A5575 background

This text has black color on #4A5575 background.


White color preview on #4A5575 background

This text has white color on #4A5575 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA8A.


I love getcolorcode.com

Triadic colors

1 #754A55 and #55754A with #4A5575 are triadic colors.

2 #75554A and #554A75 with #4A5575 are triadic colors.