COLOR #4A6473

HEX: #4A6473 RGB: (74,100,115)

Color info

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

RGB color model

#4A6473 color RGB value is (74,100,115).

RGB: (74,100,115) (29%, 39%, 45%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 115 of 255 = 45%

74
100
115

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

Portions of RGB colors in percentages

R + G + B = 74 + 100 + 115 = 289 (100%)
R 74 of 289 ~ 25.61%
G 100 of 289 ~ 34.6%
B 115 of 289 ~ 39.79'%

%25.61
%34.6
%39.79

CMYK color model

#4A6473 color CMYK value is (36,13,0,55).

  • cyan value is 35.65%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (36,13,0,55)
C36M13Y0K55 (36%, 13%, 0%, 55%)
(0.36 / 0.13 / 0.00 / 0.55)

CMYK percentages

%35.65
%13.04
%0
%54.9

Codes

Color #4A6473 in popluar color models

4A 64 73
RGB 74 100 115
HSL 202° 21.69% 37.06%
HSB/HSV 202° 35.65% 45.10%
CMYK 35.65% 13.04% 0.00%
54.90%

Color #4A6473 in popluar number systems.

HEX 4A 64 73
Decimal 74 100 115
Binary 1001010 1100100 1110011
Octal 112 144 163

Shades and tints

Shades of #4A6473

#4A6473
(74,100,115)
#445B69
(68,91,105)
#3E525F
(62,82,95)
#384955
(56,73,85)
#32404B
(50,64,75)
#2C3741
(44,55,65)
#262E37
(38,46,55)
#20252D
(32,37,45)
#1A1C23
(26,28,35)
#141319
(20,19,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #4A6473

#4A6473
(74,100,115)
#5A727F
(90,114,127)
#6A808B
(106,128,139)
#7A8E97
(122,142,151)
#8A9CA3
(138,156,163)
#9AAAAF
(154,170,175)
#AAB8BB
(170,184,187)
#BAC6C7
(186,198,199)
#CAD4D3
(202,212,211)
#DAE2DF
(218,226,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6473; }

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

This text font color is #4A6473.

Background Color

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

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

This div background color is #4A6473.

Border color

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

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

This div border color is #4A6473.

Opacity

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

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

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

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

This text has shadow with #4A6473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6473.

Preview

Color preview on black background

This text has color #4A6473 on black background.


Color preview on white background

This text has color #4A6473 on white background.


Black color preview on #4A6473 background

This text has black color on #4A6473 background.


White color preview on #4A6473 background

This text has white color on #4A6473 background.


Related colors

Complementary color

Complementary color for #hex is #B59B8C.


I love getcolorcode.com

Triadic colors

1 #734A64 and #64734A with #4A6473 are triadic colors.

2 #73644A and #644A73 with #4A6473 are triadic colors.