COLOR #4A6A7C

HEX: #4A6A7C RGB: (74,106,124)

Color info

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

RGB color model

#4A6A7C color RGB value is (74,106,124).

RGB: (74,106,124) (29%, 42%, 49%)

RGB channels and saturation

R 74 of 255 = 29%
G 106 of 255 = 42%
B 124 of 255 = 49%

74
106
124

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

Portions of RGB colors in percentages

R + G + B = 74 + 106 + 124 = 304 (100%)
R 74 of 304 ~ 24.34%
G 106 of 304 ~ 34.87%
B 124 of 304 ~ 40.79'%

%24.34
%34.87
%40.79

CMYK color model

#4A6A7C color CMYK value is (40,15,0,51).

  • cyan value is 40.32%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (40,15,0,51) C40M15Y0K51 (40%,15%,0%,51%) (0.40/0.15/0.00/0.51) 

CMYK percentages

%40.32
%14.52
%0
%51.37

Codes

Color #4A6A7C in popluar color models

4A 6A 7C
RGB 74 106 124
HSL 202° 25.25% 38.82%
HSB/HSV 202° 40.32% 48.63%
CMYK 40.32% 14.52% 0.00%
51.37%

Color #4A6A7C in popluar number systems.

HEX 4A 6A 7C
Decimal 74 106 124
Binary 1001010 1101010 1111100
Octal 112 152 174

Shades and tints

Shades of #4A6A7C

#4A6A7C
(74,106,124)
#446171
(68,97,113)
#3E5866
(62,88,102)
#384F5B
(56,79,91)
#324650
(50,70,80)
#2C3D45
(44,61,69)
#26343A
(38,52,58)
#202B2F
(32,43,47)
#1A2224
(26,34,36)
#141919
(20,25,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #4A6A7C

#4A6A7C
(74,106,124)
#5A7787
(90,119,135)
#6A8492
(106,132,146)
#7A919D
(122,145,157)
#8A9EA8
(138,158,168)
#9AABB3
(154,171,179)
#AAB8BE
(170,184,190)
#BAC5C9
(186,197,201)
#CAD2D4
(202,210,212)
#DADFDF
(218,223,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6A7C color. Also use rgb(74,106,124) instead hex code.

Text Font Color

.myTextColor { color: #4A6A7C; }

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

This text font color is #4A6A7C.

Background Color

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

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

This div background color is #4A6A7C.

Border color

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

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

This div border color is #4A6A7C.

Opacity

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

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

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

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

This text has shadow with #4A6A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6A7C.

Preview

Color preview on black background

This text has color #4A6A7C on black background.


Color preview on white background

This text has color #4A6A7C on white background.


Black color preview on #4A6A7C background

This text has black color on #4A6A7C background.


White color preview on #4A6A7C background

This text has white color on #4A6A7C background.


Related colors

Complementary color

Complementary color for #hex is #B59583.


I love getcolorcode.com

Triadic colors

1 #7C4A6A and #6A7C4A with #4A6A7C are triadic colors.

2 #7C6A4A and #6A4A7C with #4A6A7C are triadic colors.