COLOR #4A6C7A

HEX: #4A6C7A
RGB: (74,108,122)

Color info

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

RGB color model

#4A6C7A color RGB value is (74,108,122).

  • red value is 74;
  • green value is 108;
  • blue value is 122.
RGB:
(74,108,122)
(29%,42%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 108 of 255 = 42%
B 122 of 255 = 48%

74
108
122

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

Portions of RGB colors in percentages

R + G + B =
74 + 108 + 122 = 304 (100%)
R 74 of 304 ~ 24.34%
G 108 of 304 ~ 35.53%
B 122 of 304 ~ 40.13%

%24.34
%35.53
%40.13

CMYK color model

#4A6C7A color CMYK value is (39,11,0,52).

  • cyan value is 39.34%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,11,0,52)
C39M11Y0K52 
(39%,11%,0%,52%)
(0.39/0.11/0.00/0.52)	

CMYK percentages

%39.34
%11.48
%0
%52.16

Codes

Color #4A6C7A in popluar color models

4A6C7A
RGB74108122
HSL198°24.49%38.43%
HSB/HSV198°39.34%47.84%
CMYK39.34%11.48%0.00%
52.16%

Color #4A6C7A in popluar number systems.

HEX4A6C7A
Decimal74108122
Binary100101011011001111010
Octal112154172

Shades and tints

Shades of #4A6C7A

#4A6C7A
(74,108,122)
#44636F
(68,99,111)
#3E5A64
(62,90,100)
#385159
(56,81,89)
#32484E
(50,72,78)
#2C3F43
(44,63,67)
#263638
(38,54,56)
#202D2D
(32,45,45)
#1A2422
(26,36,34)
#141B17
(20,27,23)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #4A6C7A

#4A6C7A
(74,108,122)
#5A7986
(90,121,134)
#6A8692
(106,134,146)
#7A939E
(122,147,158)
#8AA0AA
(138,160,170)
#9AADB6
(154,173,182)
#AABAC2
(170,186,194)
#BAC7CE
(186,199,206)
#CAD4DA
(202,212,218)
#DAE1E6
(218,225,230)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6C7A color. Also use rgb(74,108,122) instead hex code.

Text Font Color

.myTextColor { color: #4A6C7A; }

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

This text font color is #4A6C7A.


Background Color

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

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

This div background color is #4A6C7A.


Border color

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

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

This div border color is #4A6C7A.


Opacity

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

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

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

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

This text has shadow with #4A6C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6C7A on black background.


Color preview on white background

This text has color #4A6C7A on white background.



Black color preview on #4A6C7A background

This text has black color on #4A6C7A background.


White color preview on #4A6C7A background

This text has white color on #4A6C7A background.