COLOR #4A578A

HEX: #4A578A
RGB: (74,87,138)

Color info

#4A578A contains mainly green and blue colors. Web safe color of #4A578A is #336699 (or #369).

RGB color model

#4A578A color RGB value is (74,87,138).

  • red value is 74;
  • green value is 87;
  • blue value is 138.
RGB:
(74,87,138)
(29%,34%,54%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 138 of 255 = 54%

74
87
138

R + G + B ~ 39%. #4A578A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 138 = 299 (100%)
R 74 of 299 ~ 24.75%
G 87 of 299 ~ 29.1%
B 138 of 299 ~ 46.15%

%24.75
%29.1
%46.15

CMYK color model

#4A578A color CMYK value is (46,37,0,46).

  • cyan value is 46.38%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(46,37,0,46)
C46M37Y0K46 
(46%,37%,0%,46%)
(0.46/0.37/0.00/0.46)	

CMYK percentages

%46.38
%36.96
%0
%45.88

Codes

Color #4A578A in popluar color models

4A578A
RGB7487138
HSL228°30.19%41.57%
HSB/HSV228°46.38%54.12%
CMYK46.38%36.96%0.00%
45.88%

Color #4A578A in popluar number systems.

HEX4A578A
Decimal7487138
Binary1001010101011110001010
Octal112127212

Shades and tints

Shades of #4A578A

#4A578A
(74,87,138)
#44507E
(68,80,126)
#3E4972
(62,73,114)
#384266
(56,66,102)
#323B5A
(50,59,90)
#2C344E
(44,52,78)
#262D42
(38,45,66)
#202636
(32,38,54)
#1A1F2A
(26,31,42)
#14181E
(20,24,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #4A578A

#4A578A
(74,87,138)
#5A6694
(90,102,148)
#6A759E
(106,117,158)
#7A84A8
(122,132,168)
#8A93B2
(138,147,178)
#9AA2BC
(154,162,188)
#AAB1C6
(170,177,198)
#BAC0D0
(186,192,208)
#CACFDA
(202,207,218)
#DADEE4
(218,222,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A578A; }

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

This text font color is #4A578A.


Background Color

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

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

This div background color is #4A578A.


Border color

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

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

This div border color is #4A578A.


Opacity

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

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

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

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

This text has shadow with #4A578A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A578A on black background.


Color preview on white background

This text has color #4A578A on white background.



Black color preview on #4A578A background

This text has black color on #4A578A background.


White color preview on #4A578A background

This text has white color on #4A578A background.