COLOR #4A799C

HEX: #4A799C
RGB: (74,121,156)

Color info

#4A799C contains mainly green and blue colors. Web safe color of #4A799C is #336699 (or #369).

RGB color model

#4A799C color RGB value is (74,121,156).

  • red value is 74;
  • green value is 121;
  • blue value is 156.
RGB:
(74,121,156)
(29%,47%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 156 of 255 = 61%

74
121
156

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

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 156 = 351 (100%)
R 74 of 351 ~ 21.08%
G 121 of 351 ~ 34.47%
B 156 of 351 ~ 44.44%

%21.08
%34.47
%44.44

CMYK color model

#4A799C color CMYK value is (53,22,0,39).

  • cyan value is 52.56%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,22,0,39)
C53M22Y0K39 
(53%,22%,0%,39%)
(0.53/0.22/0.00/0.39)	

CMYK percentages

%52.56
%22.44
%0
%38.82

Codes

Color #4A799C in popluar color models

4A799C
RGB74121156
HSL206°35.65%45.10%
HSB/HSV206°52.56%61.18%
CMYK52.56%22.44%0.00%
38.82%

Color #4A799C in popluar number systems.

HEX4A799C
Decimal74121156
Binary1001010111100110011100
Octal112171234

Shades and tints

Shades of #4A799C

#4A799C
(74,121,156)
#446E8E
(68,110,142)
#3E6380
(62,99,128)
#385872
(56,88,114)
#324D64
(50,77,100)
#2C4256
(44,66,86)
#263748
(38,55,72)
#202C3A
(32,44,58)
#1A212C
(26,33,44)
#14161E
(20,22,30)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #4A799C

#4A799C
(74,121,156)
#5A85A5
(90,133,165)
#6A91AE
(106,145,174)
#7A9DB7
(122,157,183)
#8AA9C0
(138,169,192)
#9AB5C9
(154,181,201)
#AAC1D2
(170,193,210)
#BACDDB
(186,205,219)
#CAD9E4
(202,217,228)
#DAE5ED
(218,229,237)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A799C color. Also use rgb(74,121,156) instead hex code.

Text Font Color

.myTextColor { color: #4A799C; }

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

This text font color is #4A799C.


Background Color

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

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

This div background color is #4A799C.


Border color

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

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

This div border color is #4A799C.


Opacity

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

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

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

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

This text has shadow with #4A799C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A799C on black background.


Color preview on white background

This text has color #4A799C on white background.



Black color preview on #4A799C background

This text has black color on #4A799C background.


White color preview on #4A799C background

This text has white color on #4A799C background.