COLOR #4A5975

HEX: #4A5975 RGB: (74,89,117)

Color info

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

RGB color model

#4A5975 color RGB value is (74,89,117).

RGB: (74,89,117) (29%, 35%, 46%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 117 of 255 = 46%

74
89
117

R + G + B ~ 37%. #4A5975 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 89 + 117 = 280 (100%)
R 74 of 280 ~ 26.43%
G 89 of 280 ~ 31.79%
B 117 of 280 ~ 41.79'%

%26.43
%31.79
%41.79

CMYK color model

#4A5975 color CMYK value is (37,24,0,54).

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

CMYK: (37,24,0,54)
C37M24Y0K54 (37%, 24%, 0%, 54%)
(0.37 / 0.24 / 0.00 / 0.54)

CMYK percentages

%36.75
%23.93
%0
%54.12

Codes

Color #4A5975 in popluar color models

4A 59 75
RGB 74 89 117
HSL 219° 22.51% 37.45%
HSB/HSV 219° 36.75% 45.88%
CMYK 36.75% 23.93% 0.00%
54.12%

Color #4A5975 in popluar number systems.

HEX 4A 59 75
Decimal 74 89 117
Binary 1001010 1011001 1110101
Octal 112 131 165

Shades and tints

Shades of #4A5975

#4A5975
(74,89,117)
#44516B
(68,81,107)
#3E4961
(62,73,97)
#384157
(56,65,87)
#32394D
(50,57,77)
#2C3143
(44,49,67)
#262939
(38,41,57)
#20212F
(32,33,47)
#1A1925
(26,25,37)
#14111B
(20,17,27)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #4A5975

#4A5975
(74,89,117)
#5A6881
(90,104,129)
#6A778D
(106,119,141)
#7A8699
(122,134,153)
#8A95A5
(138,149,165)
#9AA4B1
(154,164,177)
#AAB3BD
(170,179,189)
#BAC2C9
(186,194,201)
#CAD1D5
(202,209,213)
#DAE0E1
(218,224,225)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5975; }

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

This text font color is #4A5975.

Background Color

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

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

This div background color is #4A5975.

Border color

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

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

This div border color is #4A5975.

Opacity

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

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

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

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

This text has shadow with #4A5975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5975.

Preview

Color preview on black background

This text has color #4A5975 on black background.


Color preview on white background

This text has color #4A5975 on white background.


Black color preview on #4A5975 background

This text has black color on #4A5975 background.


White color preview on #4A5975 background

This text has white color on #4A5975 background.


Related colors

Complementary color

Complementary color for #hex is #B5A68A.


I love getcolorcode.com

Triadic colors

1 #754A59 and #59754A with #4A5975 are triadic colors.

2 #75594A and #594A75 with #4A5975 are triadic colors.