COLOR #4A737C

HEX: #4A737C
RGB: (74,115,124)

Color info

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

RGB color model

#4A737C color RGB value is (74,115,124).

  • red value is 74;
  • green value is 115;
  • blue value is 124.
RGB:
(74,115,124)
(29%,45%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 124 of 255 = 49%

74
115
124

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

Portions of RGB colors in percentages

R + G + B =
74 + 115 + 124 = 313 (100%)
R 74 of 313 ~ 23.64%
G 115 of 313 ~ 36.74%
B 124 of 313 ~ 39.62%

%23.64
%36.74
%39.62

CMYK color model

#4A737C color CMYK value is (40,7,0,51).

  • cyan value is 40.32%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(40,7,0,51)
C40M7Y0K51 
(40%,7%,0%,51%)
(0.40/0.07/0.00/0.51)	

CMYK percentages

%40.32
%7.26
%0
%51.37

Codes

Color #4A737C in popluar color models

4A737C
RGB74115124
HSL191°25.25%38.82%
HSB/HSV191°40.32%48.63%
CMYK40.32%7.26%0.00%
51.37%

Color #4A737C in popluar number systems.

HEX4A737C
Decimal74115124
Binary100101011100111111100
Octal112163174

Shades and tints

Shades of #4A737C

#4A737C
(74,115,124)
#446971
(68,105,113)
#3E5F66
(62,95,102)
#38555B
(56,85,91)
#324B50
(50,75,80)
#2C4145
(44,65,69)
#26373A
(38,55,58)
#202D2F
(32,45,47)
#1A2324
(26,35,36)
#141919
(20,25,25)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A737C

#4A737C
(74,115,124)
#5A7F87
(90,127,135)
#6A8B92
(106,139,146)
#7A979D
(122,151,157)
#8AA3A8
(138,163,168)
#9AAFB3
(154,175,179)
#AABBBE
(170,187,190)
#BAC7C9
(186,199,201)
#CAD3D4
(202,211,212)
#DADFDF
(218,223,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A737C; }

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

This text font color is #4A737C.


Background Color

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

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

This div background color is #4A737C.


Border color

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

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

This div border color is #4A737C.


Opacity

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

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

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

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

This text has shadow with #4A737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A737C on black background.


Color preview on white background

This text has color #4A737C on white background.



Black color preview on #4A737C background

This text has black color on #4A737C background.


White color preview on #4A737C background

This text has white color on #4A737C background.