COLOR #4A718E

HEX: #4A718E
RGB: (74,113,142)

Color info

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

RGB color model

#4A718E color RGB value is (74,113,142).

  • red value is 74;
  • green value is 113;
  • blue value is 142.
RGB:
(74,113,142)
(29%,44%,56%)

RGB channels and saturation

R 74 of 255 = 29%
G 113 of 255 = 44%
B 142 of 255 = 56%

74
113
142

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

Portions of RGB colors in percentages

R + G + B =
74 + 113 + 142 = 329 (100%)
R 74 of 329 ~ 22.49%
G 113 of 329 ~ 34.35%
B 142 of 329 ~ 43.16%

%22.49
%34.35
%43.16

CMYK color model

#4A718E color CMYK value is (48,20,0,44).

  • cyan value is 47.89%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(48,20,0,44)
C48M20Y0K44 
(48%,20%,0%,44%)
(0.48/0.20/0.00/0.44)	

CMYK percentages

%47.89
%20.42
%0
%44.31

Codes

Color #4A718E in popluar color models

4A718E
RGB74113142
HSL206°31.48%42.35%
HSB/HSV206°47.89%55.69%
CMYK47.89%20.42%0.00%
44.31%

Color #4A718E in popluar number systems.

HEX4A718E
Decimal74113142
Binary1001010111000110001110
Octal112161216

Shades and tints

Shades of #4A718E

#4A718E
(74,113,142)
#446782
(68,103,130)
#3E5D76
(62,93,118)
#38536A
(56,83,106)
#32495E
(50,73,94)
#2C3F52
(44,63,82)
#263546
(38,53,70)
#202B3A
(32,43,58)
#1A212E
(26,33,46)
#141722
(20,23,34)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #4A718E

#4A718E
(74,113,142)
#5A7D98
(90,125,152)
#6A89A2
(106,137,162)
#7A95AC
(122,149,172)
#8AA1B6
(138,161,182)
#9AADC0
(154,173,192)
#AAB9CA
(170,185,202)
#BAC5D4
(186,197,212)
#CAD1DE
(202,209,222)
#DADDE8
(218,221,232)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A718E color. Also use rgb(74,113,142) instead hex code.

Text Font Color

.myTextColor { color: #4A718E; }

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

This text font color is #4A718E.


Background Color

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

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

This div background color is #4A718E.


Border color

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

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

This div border color is #4A718E.


Opacity

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

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

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

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

This text has shadow with #4A718E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A718E on black background.


Color preview on white background

This text has color #4A718E on white background.



Black color preview on #4A718E background

This text has black color on #4A718E background.


White color preview on #4A718E background

This text has white color on #4A718E background.