COLOR #4A5377

HEX: #4A5377
RGB: (74,83,119)

Color info

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

RGB color model

#4A5377 color RGB value is (74,83,119).

  • red value is 74;
  • green value is 83;
  • blue value is 119.
RGB:
(74,83,119)
(29%,33%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 119 of 255 = 47%

74
83
119

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 119 = 276 (100%)
R 74 of 276 ~ 26.81%
G 83 of 276 ~ 30.07%
B 119 of 276 ~ 43.12%

%26.81
%30.07
%43.12

CMYK color model

#4A5377 color CMYK value is (38,30,0,53).

  • cyan value is 37.82%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(38,30,0,53)
C38M30Y0K53 
(38%,30%,0%,53%)
(0.38/0.30/0.00/0.53)	

CMYK percentages

%37.82
%30.25
%0
%53.33

Codes

Color #4A5377 in popluar color models

4A5377
RGB7483119
HSL228°23.32%37.84%
HSB/HSV228°37.82%46.67%
CMYK37.82%30.25%0.00%
53.33%

Color #4A5377 in popluar number systems.

HEX4A5377
Decimal7483119
Binary100101010100111110111
Octal112123167

Shades and tints

Shades of #4A5377

#4A5377
(74,83,119)
#444C6D
(68,76,109)
#3E4563
(62,69,99)
#383E59
(56,62,89)
#32374F
(50,55,79)
#2C3045
(44,48,69)
#26293B
(38,41,59)
#202231
(32,34,49)
#1A1B27
(26,27,39)
#14141D
(20,20,29)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #4A5377

#4A5377
(74,83,119)
#5A6283
(90,98,131)
#6A718F
(106,113,143)
#7A809B
(122,128,155)
#8A8FA7
(138,143,167)
#9A9EB3
(154,158,179)
#AAADBF
(170,173,191)
#BABCCB
(186,188,203)
#CACBD7
(202,203,215)
#DADAE3
(218,218,227)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5377; }

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

This text font color is #4A5377.


Background Color

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

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

This div background color is #4A5377.


Border color

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

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

This div border color is #4A5377.


Opacity

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

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

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

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

This text has shadow with #4A5377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5377 on black background.


Color preview on white background

This text has color #4A5377 on white background.



Black color preview on #4A5377 background

This text has black color on #4A5377 background.


White color preview on #4A5377 background

This text has white color on #4A5377 background.