COLOR #4A6477

HEX: #4A6477 RGB: (74,100,119)

Color info

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

RGB color model

#4A6477 color RGB value is (74,100,119).

RGB: (74,100,119) (29%, 39%, 47%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 119 of 255 = 47%

74
100
119

R + G + B ~ 38%. #4A6477 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 100 + 119 = 293 (100%)
R 74 of 293 ~ 25.26%
G 100 of 293 ~ 34.13%
B 119 of 293 ~ 40.61'%

%25.26
%34.13
%40.61

CMYK color model

#4A6477 color CMYK value is (38,16,0,53).

  • cyan value is 37.82%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (38,16,0,53)
C38M16Y0K53 (38%, 16%, 0%, 53%)
(0.38 / 0.16 / 0.00 / 0.53)

CMYK percentages

%37.82
%15.97
%0
%53.33

Codes

Color #4A6477 in popluar color models

4A 64 77
RGB 74 100 119
HSL 205° 23.32% 37.84%
HSB/HSV 205° 37.82% 46.67%
CMYK 37.82% 15.97% 0.00%
53.33%

Color #4A6477 in popluar number systems.

HEX 4A 64 77
Decimal 74 100 119
Binary 1001010 1100100 1110111
Octal 112 144 167

Shades and tints

Shades of #4A6477

#4A6477
(74,100,119)
#445B6D
(68,91,109)
#3E5263
(62,82,99)
#384959
(56,73,89)
#32404F
(50,64,79)
#2C3745
(44,55,69)
#262E3B
(38,46,59)
#202531
(32,37,49)
#1A1C27
(26,28,39)
#14131D
(20,19,29)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #4A6477

#4A6477
(74,100,119)
#5A7283
(90,114,131)
#6A808F
(106,128,143)
#7A8E9B
(122,142,155)
#8A9CA7
(138,156,167)
#9AAAB3
(154,170,179)
#AAB8BF
(170,184,191)
#BAC6CB
(186,198,203)
#CAD4D7
(202,212,215)
#DAE2E3
(218,226,227)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6477; }

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

This text font color is #4A6477.

Background Color

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

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

This div background color is #4A6477.

Border color

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

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

This div border color is #4A6477.

Opacity

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

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

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

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

This text has shadow with #4A6477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6477.

Preview

Color preview on black background

This text has color #4A6477 on black background.


Color preview on white background

This text has color #4A6477 on white background.


Black color preview on #4A6477 background

This text has black color on #4A6477 background.


White color preview on #4A6477 background

This text has white color on #4A6477 background.


Related colors

Complementary color

Complementary color for #hex is #B59B88.


I love getcolorcode.com

Triadic colors

1 #774A64 and #64774A with #4A6477 are triadic colors.

2 #77644A and #644A77 with #4A6477 are triadic colors.