COLOR #4A869D

HEX: #4A869D
RGB: (74,134,157)

Color info

#4A869D contains mainly green and blue colors. Web safe color of #4A869D is #339999 (or #399).

RGB color model

#4A869D color RGB value is (74,134,157).

  • red value is 74;
  • green value is 134;
  • blue value is 157.
RGB:
(74,134,157)
(29%,53%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 157 of 255 = 62%

74
134
157

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

Portions of RGB colors in percentages

R + G + B =
74 + 134 + 157 = 365 (100%)
R 74 of 365 ~ 20.27%
G 134 of 365 ~ 36.71%
B 157 of 365 ~ 43.01%

%20.27
%36.71
%43.01

CMYK color model

#4A869D color CMYK value is (53,15,0,38).

  • cyan value is 52.87%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(53,15,0,38)
C53M15Y0K38 
(53%,15%,0%,38%)
(0.53/0.15/0.00/0.38)	

CMYK percentages

%52.87
%14.65
%0
%38.43

Codes

Color #4A869D in popluar color models

4A869D
RGB74134157
HSL197°35.93%45.29%
HSB/HSV197°52.87%61.57%
CMYK52.87%14.65%0.00%
38.43%

Color #4A869D in popluar number systems.

HEX4A869D
Decimal74134157
Binary10010101000011010011101
Octal112206235

Shades and tints

Shades of #4A869D

#4A869D
(74,134,157)
#447A8F
(68,122,143)
#3E6E81
(62,110,129)
#386273
(56,98,115)
#325665
(50,86,101)
#2C4A57
(44,74,87)
#263E49
(38,62,73)
#20323B
(32,50,59)
#1A262D
(26,38,45)
#141A1F
(20,26,31)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A869D

#4A869D
(74,134,157)
#5A91A5
(90,145,165)
#6A9CAD
(106,156,173)
#7AA7B5
(122,167,181)
#8AB2BD
(138,178,189)
#9ABDC5
(154,189,197)
#AAC8CD
(170,200,205)
#BAD3D5
(186,211,213)
#CADEDD
(202,222,221)
#DAE9E5
(218,233,229)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A869D color. Also use rgb(74,134,157) instead hex code.

Text Font Color

.myTextColor { color: #4A869D; }

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

This text font color is #4A869D.


Background Color

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

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

This div background color is #4A869D.


Border color

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

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

This div border color is #4A869D.


Opacity

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

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

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

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

This text has shadow with #4A869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A869D on black background.


Color preview on white background

This text has color #4A869D on white background.



Black color preview on #4A869D background

This text has black color on #4A869D background.


White color preview on #4A869D background

This text has white color on #4A869D background.