COLOR #4A787D

HEX: #4A787D
RGB: (74,120,125)

Color info

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

RGB color model

#4A787D color RGB value is (74,120,125).

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

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 125 of 255 = 49%

74
120
125

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

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 125 = 319 (100%)
R 74 of 319 ~ 23.2%
G 120 of 319 ~ 37.62%
B 125 of 319 ~ 39.18%

%23.2
%37.62
%39.18

CMYK color model

#4A787D color CMYK value is (41,4,0,51).

  • cyan value is 40.80%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(41,4,0,51)
C41M4Y0K51 
(41%,4%,0%,51%)
(0.41/0.04/0.00/0.51)	

CMYK percentages

%40.8
%4
%0
%50.98

Codes

Color #4A787D in popluar color models

4A787D
RGB74120125
HSL186°25.63%39.02%
HSB/HSV186°40.80%49.02%
CMYK40.80%4.00%0.00%
50.98%

Color #4A787D in popluar number systems.

HEX4A787D
Decimal74120125
Binary100101011110001111101
Octal112170175

Shades and tints

Shades of #4A787D

#4A787D
(74,120,125)
#446E72
(68,110,114)
#3E6467
(62,100,103)
#385A5C
(56,90,92)
#325051
(50,80,81)
#2C4646
(44,70,70)
#263C3B
(38,60,59)
#203230
(32,50,48)
#1A2825
(26,40,37)
#141E1A
(20,30,26)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #4A787D

#4A787D
(74,120,125)
#5A8488
(90,132,136)
#6A9093
(106,144,147)
#7A9C9E
(122,156,158)
#8AA8A9
(138,168,169)
#9AB4B4
(154,180,180)
#AAC0BF
(170,192,191)
#BACCCA
(186,204,202)
#CAD8D5
(202,216,213)
#DAE4E0
(218,228,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A787D; }

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

This text font color is #4A787D.


Background Color

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

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

This div background color is #4A787D.


Border color

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

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

This div border color is #4A787D.


Opacity

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

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

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

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

This text has shadow with #4A787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A787D on black background.


Color preview on white background

This text has color #4A787D on white background.



Black color preview on #4A787D background

This text has black color on #4A787D background.


White color preview on #4A787D background

This text has white color on #4A787D background.