COLOR #4A7B9A

HEX: #4A7B9A RGB: (74,123,154)

Color info

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

RGB color model

#4A7B9A color RGB value is (74,123,154).

RGB: (74,123,154) (29%, 48%, 60%)

RGB channels and saturation

R 74 of 255 = 29%
G 123 of 255 = 48%
B 154 of 255 = 60%

74
123
154

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

Portions of RGB colors in percentages

R + G + B = 74 + 123 + 154 = 351 (100%)
R 74 of 351 ~ 21.08%
G 123 of 351 ~ 35.04%
B 154 of 351 ~ 43.87'%

%21.08
%35.04
%43.87

CMYK color model

#4A7B9A color CMYK value is (52,20,0,40).

  • cyan value is 51.95%
  • magenta value is 20.13%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (52,20,0,40)
C52M20Y0K40 (52%, 20%, 0%, 40%)
(0.52 / 0.20 / 0.00 / 0.40)

CMYK percentages

%51.95
%20.13
%0
%39.61

Codes

Color #4A7B9A in popluar color models

4A 7B 9A
RGB 74 123 154
HSL 203° 35.09% 44.71%
HSB/HSV 203° 51.95% 60.39%
CMYK 51.95% 20.13% 0.00%
39.61%

Color #4A7B9A in popluar number systems.

HEX 4A 7B 9A
Decimal 74 123 154
Binary 1001010 1111011 10011010
Octal 112 173 232

Shades and tints

Shades of #4A7B9A

#4A7B9A
(74,123,154)
#44708C
(68,112,140)
#3E657E
(62,101,126)
#385A70
(56,90,112)
#324F62
(50,79,98)
#2C4454
(44,68,84)
#263946
(38,57,70)
#202E38
(32,46,56)
#1A232A
(26,35,42)
#14181C
(20,24,28)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #4A7B9A

#4A7B9A
(74,123,154)
#5A87A3
(90,135,163)
#6A93AC
(106,147,172)
#7A9FB5
(122,159,181)
#8AABBE
(138,171,190)
#9AB7C7
(154,183,199)
#AAC3D0
(170,195,208)
#BACFD9
(186,207,217)
#CADBE2
(202,219,226)
#DAE7EB
(218,231,235)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7B9A color. Also use rgb(74,123,154) instead hex code.

Text Font Color

.myTextColor { color: #4A7B9A; }

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

This text font color is #4A7B9A.

Background Color

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

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

This div background color is #4A7B9A.

Border color

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

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

This div border color is #4A7B9A.

Opacity

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

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

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

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

This text has shadow with #4A7B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7B9A.

Preview

Color preview on black background

This text has color #4A7B9A on black background.


Color preview on white background

This text has color #4A7B9A on white background.


Black color preview on #4A7B9A background

This text has black color on #4A7B9A background.


White color preview on #4A7B9A background

This text has white color on #4A7B9A background.


Related colors

Complementary color

Complementary color for #hex is #B58465.


I love getcolorcode.com

Triadic colors

1 #9A4A7B and #7B9A4A with #4A7B9A are triadic colors.

2 #9A7B4A and #7B4A9A with #4A7B9A are triadic colors.