COLOR #4A8299

HEX: #4A8299
RGB: (74,130,153)

Color info

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

RGB color model

#4A8299 color RGB value is (74,130,153).

  • red value is 74;
  • green value is 130;
  • blue value is 153.
RGB:
(74,130,153)
(29%,51%,60%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 153 of 255 = 60%

74
130
153

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

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 153 = 357 (100%)
R 74 of 357 ~ 20.73%
G 130 of 357 ~ 36.41%
B 153 of 357 ~ 42.86%

%20.73
%36.41
%42.86

CMYK color model

#4A8299 color CMYK value is (52,15,0,40).

  • cyan value is 51.63%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(52,15,0,40)
C52M15Y0K40 
(52%,15%,0%,40%)
(0.52/0.15/0.00/0.40)	

CMYK percentages

%51.63
%15.03
%0
%40

Codes

Color #4A8299 in popluar color models

4A8299
RGB74130153
HSL197°34.80%44.51%
HSB/HSV197°51.63%60.00%
CMYK51.63%15.03%0.00%
40.00%

Color #4A8299 in popluar number systems.

HEX4A8299
Decimal74130153
Binary10010101000001010011001
Octal112202231

Shades and tints

Shades of #4A8299

#4A8299
(74,130,153)
#44778C
(68,119,140)
#3E6C7F
(62,108,127)
#386172
(56,97,114)
#325665
(50,86,101)
#2C4B58
(44,75,88)
#26404B
(38,64,75)
#20353E
(32,53,62)
#1A2A31
(26,42,49)
#141F24
(20,31,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #4A8299

#4A8299
(74,130,153)
#5A8DA2
(90,141,162)
#6A98AB
(106,152,171)
#7AA3B4
(122,163,180)
#8AAEBD
(138,174,189)
#9AB9C6
(154,185,198)
#AAC4CF
(170,196,207)
#BACFD8
(186,207,216)
#CADAE1
(202,218,225)
#DAE5EA
(218,229,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8299 color. Also use rgb(74,130,153) instead hex code.

Text Font Color

.myTextColor { color: #4A8299; }

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

This text font color is #4A8299.


Background Color

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

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

This div background color is #4A8299.


Border color

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

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

This div border color is #4A8299.


Opacity

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

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

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

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

This text has shadow with #4A8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8299 on black background.


Color preview on white background

This text has color #4A8299 on white background.



Black color preview on #4A8299 background

This text has black color on #4A8299 background.


White color preview on #4A8299 background

This text has white color on #4A8299 background.