COLOR #4A748D

HEX: #4A748D RGB: (74,116,141)

Color info

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

RGB color model

#4A748D color RGB value is (74,116,141).

RGB: (74,116,141) (29%, 45%, 55%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 141 of 255 = 55%

74
116
141

R + G + B ~ 43%. #4A748D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 116 + 141 = 331 (100%)
R 74 of 331 ~ 22.36%
G 116 of 331 ~ 35.05%
B 141 of 331 ~ 42.6'%

%22.36
%35.05
%42.6

CMYK color model

#4A748D color CMYK value is (48,18,0,45).

  • cyan value is 47.52%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (48,18,0,45)
C48M18Y0K45 (48%, 18%, 0%, 45%)
(0.48 / 0.18 / 0.00 / 0.45)

CMYK percentages

%47.52
%17.73
%0
%44.71

Codes

Color #4A748D in popluar color models

4A 74 8D
RGB 74 116 141
HSL 202° 31.16% 42.16%
HSB/HSV 202° 47.52% 55.29%
CMYK 47.52% 17.73% 0.00%
44.71%

Color #4A748D in popluar number systems.

HEX 4A 74 8D
Decimal 74 116 141
Binary 1001010 1110100 10001101
Octal 112 164 215

Shades and tints

Shades of #4A748D

#4A748D
(74,116,141)
#446A81
(68,106,129)
#3E6075
(62,96,117)
#385669
(56,86,105)
#324C5D
(50,76,93)
#2C4251
(44,66,81)
#263845
(38,56,69)
#202E39
(32,46,57)
#1A242D
(26,36,45)
#141A21
(20,26,33)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #4A748D

#4A748D
(74,116,141)
#5A8097
(90,128,151)
#6A8CA1
(106,140,161)
#7A98AB
(122,152,171)
#8AA4B5
(138,164,181)
#9AB0BF
(154,176,191)
#AABCC9
(170,188,201)
#BAC8D3
(186,200,211)
#CAD4DD
(202,212,221)
#DAE0E7
(218,224,231)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A748D color. Also use rgb(74,116,141) instead hex code.

Text Font Color

.myTextColor { color: #4A748D; }

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

This text font color is #4A748D.

Background Color

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

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

This div background color is #4A748D.

Border color

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

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

This div border color is #4A748D.

Opacity

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

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

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

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

This text has shadow with #4A748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A748D.

Preview

Color preview on black background

This text has color #4A748D on black background.


Color preview on white background

This text has color #4A748D on white background.


Black color preview on #4A748D background

This text has black color on #4A748D background.


White color preview on #4A748D background

This text has white color on #4A748D background.


Related colors

Complementary color

Complementary color for #hex is #B58B72.


I love getcolorcode.com

Triadic colors

1 #8D4A74 and #748D4A with #4A748D are triadic colors.

2 #8D744A and #744A8D with #4A748D are triadic colors.