COLOR #4A7A85

HEX: #4A7A85
RGB: (74,122,133)

Color info

#4A7A85 contains red, green and blue colors in about the same proportion. Web safe color of #4A7A85 is #336699 (or #369).

RGB color model

#4A7A85 color RGB value is (74,122,133).

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

RGB channels and saturation

R 74 of 255 = 29%
G 122 of 255 = 48%
B 133 of 255 = 52%

74
122
133

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

Portions of RGB colors in percentages

R + G + B =
74 + 122 + 133 = 329 (100%)
R 74 of 329 ~ 22.49%
G 122 of 329 ~ 37.08%
B 133 of 329 ~ 40.43%

%22.49
%37.08
%40.43

CMYK color model

#4A7A85 color CMYK value is (44,8,0,48).

  • cyan value is 44.36%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(44,8,0,48)
C44M8Y0K48 
(44%,8%,0%,48%)
(0.44/0.08/0.00/0.48)	

CMYK percentages

%44.36
%8.27
%0
%47.84

Codes

Color #4A7A85 in popluar color models

4A7A85
RGB74122133
HSL191°28.50%40.59%
HSB/HSV191°44.36%52.16%
CMYK44.36%8.27%0.00%
47.84%

Color #4A7A85 in popluar number systems.

HEX4A7A85
Decimal74122133
Binary1001010111101010000101
Octal112172205

Shades and tints

Shades of #4A7A85

#4A7A85
(74,122,133)
#446F79
(68,111,121)
#3E646D
(62,100,109)
#385961
(56,89,97)
#324E55
(50,78,85)
#2C4349
(44,67,73)
#26383D
(38,56,61)
#202D31
(32,45,49)
#1A2225
(26,34,37)
#141719
(20,23,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #4A7A85

#4A7A85
(74,122,133)
#5A8690
(90,134,144)
#6A929B
(106,146,155)
#7A9EA6
(122,158,166)
#8AAAB1
(138,170,177)
#9AB6BC
(154,182,188)
#AAC2C7
(170,194,199)
#BACED2
(186,206,210)
#CADADD
(202,218,221)
#DAE6E8
(218,230,232)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7A85; }

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

This text font color is #4A7A85.


Background Color

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

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

This div background color is #4A7A85.


Border color

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

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

This div border color is #4A7A85.


Opacity

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

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

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

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

This text has shadow with #4A7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7A85 on black background.


Color preview on white background

This text has color #4A7A85 on white background.



Black color preview on #4A7A85 background

This text has black color on #4A7A85 background.


White color preview on #4A7A85 background

This text has white color on #4A7A85 background.