COLOR #4A79B0

HEX: #4A79B0 RGB: (74,121,176)

Color info

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

RGB color model

#4A79B0 color RGB value is (74,121,176).

RGB: (74,121,176) (29%, 47%, 69%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 176 of 255 = 69%

74
121
176

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

Portions of RGB colors in percentages

R + G + B = 74 + 121 + 176 = 371 (100%)
R 74 of 371 ~ 19.95%
G 121 of 371 ~ 32.61%
B 176 of 371 ~ 47.44'%

%19.95
%32.61
%47.44

CMYK color model

#4A79B0 color CMYK value is (58,31,0,31).

  • cyan value is 57.95%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (58,31,0,31)
C58M31Y0K31 (58%, 31%, 0%, 31%)
(0.58 / 0.31 / 0.00 / 0.31)

CMYK percentages

%57.95
%31.25
%0
%30.98

Codes

Color #4A79B0 in popluar color models

4A 79 B0
RGB 74 121 176
HSL 212° 40.80% 49.02%
HSB/HSV 212° 57.95% 69.02%
CMYK 57.95% 31.25% 0.00%
30.98%

Color #4A79B0 in popluar number systems.

HEX 4A 79 B0
Decimal 74 121 176
Binary 1001010 1111001 10110000
Octal 112 171 260

Shades and tints

Shades of #4A79B0

#4A79B0
(74,121,176)
#446EA0
(68,110,160)
#3E6390
(62,99,144)
#385880
(56,88,128)
#324D70
(50,77,112)
#2C4260
(44,66,96)
#263750
(38,55,80)
#202C40
(32,44,64)
#1A2130
(26,33,48)
#141620
(20,22,32)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #4A79B0

#4A79B0
(74,121,176)
#5A85B7
(90,133,183)
#6A91BE
(106,145,190)
#7A9DC5
(122,157,197)
#8AA9CC
(138,169,204)
#9AB5D3
(154,181,211)
#AAC1DA
(170,193,218)
#BACDE1
(186,205,225)
#CAD9E8
(202,217,232)
#DAE5EF
(218,229,239)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A79B0; }

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

This text font color is #4A79B0.

Background Color

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

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

This div background color is #4A79B0.

Border color

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

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

This div border color is #4A79B0.

Opacity

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

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

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

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

This text has shadow with #4A79B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A79B0.

Preview

Color preview on black background

This text has color #4A79B0 on black background.


Color preview on white background

This text has color #4A79B0 on white background.


Black color preview on #4A79B0 background

This text has black color on #4A79B0 background.


White color preview on #4A79B0 background

This text has white color on #4A79B0 background.


Related colors

Complementary color

Complementary color for #hex is #B5864F.


I love getcolorcode.com

Triadic colors

1 #B04A79 and #79B04A with #4A79B0 are triadic colors.

2 #B0794A and #794AB0 with #4A79B0 are triadic colors.