COLOR #4A6A78

HEX: #4A6A78
RGB: (74,106,120)

Color info

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

RGB color model

#4A6A78 color RGB value is (74,106,120).

  • red value is 74;
  • green value is 106;
  • blue value is 120.
RGB:
(74,106,120)
(29%,42%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 106 of 255 = 42%
B 120 of 255 = 47%

74
106
120

R + G + B ~ 39%. #4A6A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 106 + 120 = 300 (100%)
R 74 of 300 ~ 24.67%
G 106 of 300 ~ 35.33%
B 120 of 300 ~ 40%

%24.67
%35.33
%40

CMYK color model

#4A6A78 color CMYK value is (38,12,0,53).

  • cyan value is 38.33%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,12,0,53)
C38M12Y0K53 
(38%,12%,0%,53%)
(0.38/0.12/0.00/0.53)	

CMYK percentages

%38.33
%11.67
%0
%52.94

Codes

Color #4A6A78 in popluar color models

4A6A78
RGB74106120
HSL198°23.71%38.04%
HSB/HSV198°38.33%47.06%
CMYK38.33%11.67%0.00%
52.94%

Color #4A6A78 in popluar number systems.

HEX4A6A78
Decimal74106120
Binary100101011010101111000
Octal112152170

Shades and tints

Shades of #4A6A78

#4A6A78
(74,106,120)
#44616E
(68,97,110)
#3E5864
(62,88,100)
#384F5A
(56,79,90)
#324650
(50,70,80)
#2C3D46
(44,61,70)
#26343C
(38,52,60)
#202B32
(32,43,50)
#1A2228
(26,34,40)
#14191E
(20,25,30)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #4A6A78

#4A6A78
(74,106,120)
#5A7784
(90,119,132)
#6A8490
(106,132,144)
#7A919C
(122,145,156)
#8A9EA8
(138,158,168)
#9AABB4
(154,171,180)
#AAB8C0
(170,184,192)
#BAC5CC
(186,197,204)
#CAD2D8
(202,210,216)
#DADFE4
(218,223,228)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6A78; }

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

This text font color is #4A6A78.


Background Color

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

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

This div background color is #4A6A78.


Border color

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

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

This div border color is #4A6A78.


Opacity

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

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

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

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

This text has shadow with #4A6A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6A78 on black background.


Color preview on white background

This text has color #4A6A78 on white background.



Black color preview on #4A6A78 background

This text has black color on #4A6A78 background.


White color preview on #4A6A78 background

This text has white color on #4A6A78 background.