COLOR #4A6778

HEX: #4A6778
RGB: (74,103,120)

Color info

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

RGB color model

#4A6778 color RGB value is (74,103,120).

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

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 120 of 255 = 47%

74
103
120

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 120 = 297 (100%)
R 74 of 297 ~ 24.92%
G 103 of 297 ~ 34.68%
B 120 of 297 ~ 40.4%

%24.92
%34.68
%40.4

CMYK color model

#4A6778 color CMYK value is (38,14,0,53).

  • cyan value is 38.33%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,14,0,53)
C38M14Y0K53 
(38%,14%,0%,53%)
(0.38/0.14/0.00/0.53)	

CMYK percentages

%38.33
%14.17
%0
%52.94

Codes

Color #4A6778 in popluar color models

4A6778
RGB74103120
HSL202°23.71%38.04%
HSB/HSV202°38.33%47.06%
CMYK38.33%14.17%0.00%
52.94%

Color #4A6778 in popluar number systems.

HEX4A6778
Decimal74103120
Binary100101011001111111000
Octal112147170

Shades and tints

Shades of #4A6778

#4A6778
(74,103,120)
#445E6E
(68,94,110)
#3E5564
(62,85,100)
#384C5A
(56,76,90)
#324350
(50,67,80)
#2C3A46
(44,58,70)
#26313C
(38,49,60)
#202832
(32,40,50)
#1A1F28
(26,31,40)
#14161E
(20,22,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #4A6778

#4A6778
(74,103,120)
#5A7484
(90,116,132)
#6A8190
(106,129,144)
#7A8E9C
(122,142,156)
#8A9BA8
(138,155,168)
#9AA8B4
(154,168,180)
#AAB5C0
(170,181,192)
#BAC2CC
(186,194,204)
#CACFD8
(202,207,216)
#DADCE4
(218,220,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6778; }

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

This text font color is #4A6778.


Background Color

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

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

This div background color is #4A6778.


Border color

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

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

This div border color is #4A6778.


Opacity

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

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

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

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

This text has shadow with #4A6778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6778 on black background.


Color preview on white background

This text has color #4A6778 on white background.



Black color preview on #4A6778 background

This text has black color on #4A6778 background.


White color preview on #4A6778 background

This text has white color on #4A6778 background.