COLOR #4A7F8A

HEX: #4A7F8A RGB: (74,127,138)

Color info

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

RGB color model

#4A7F8A color RGB value is (74,127,138).

RGB: (74,127,138) (29%, 50%, 54%)

RGB channels and saturation

R 74 of 255 = 29%
G 127 of 255 = 50%
B 138 of 255 = 54%

74
127
138

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

Portions of RGB colors in percentages

R + G + B = 74 + 127 + 138 = 339 (100%)
R 74 of 339 ~ 21.83%
G 127 of 339 ~ 37.46%
B 138 of 339 ~ 40.71'%

%21.83
%37.46
%40.71

CMYK color model

#4A7F8A color CMYK value is (46,8,0,46).

  • cyan value is 46.38%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (46,8,0,46) C46M8Y0K46 (46%,8%,0%,46%) (0.46/0.08/0.00/0.46) 

CMYK percentages

%46.38
%7.97
%0
%45.88

Codes

Color #4A7F8A in popluar color models

4A 7F 8A
RGB 74 127 138
HSL 190° 30.19% 41.57%
HSB/HSV 190° 46.38% 54.12%
CMYK 46.38% 7.97% 0.00%
45.88%

Color #4A7F8A in popluar number systems.

HEX 4A 7F 8A
Decimal 74 127 138
Binary 1001010 1111111 10001010
Octal 112 177 212

Shades and tints

Shades of #4A7F8A

#4A7F8A
(74,127,138)
#44747E
(68,116,126)
#3E6972
(62,105,114)
#385E66
(56,94,102)
#32535A
(50,83,90)
#2C484E
(44,72,78)
#263D42
(38,61,66)
#203236
(32,50,54)
#1A272A
(26,39,42)
#141C1E
(20,28,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #4A7F8A

#4A7F8A
(74,127,138)
#5A8A94
(90,138,148)
#6A959E
(106,149,158)
#7AA0A8
(122,160,168)
#8AABB2
(138,171,178)
#9AB6BC
(154,182,188)
#AAC1C6
(170,193,198)
#BACCD0
(186,204,208)
#CAD7DA
(202,215,218)
#DAE2E4
(218,226,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7F8A color. Also use rgb(74,127,138) instead hex code.

Text Font Color

.myTextColor { color: #4A7F8A; }

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

This text font color is #4A7F8A.

Background Color

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

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

This div background color is #4A7F8A.

Border color

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

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

This div border color is #4A7F8A.

Opacity

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

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

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

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

This text has shadow with #4A7F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7F8A.

Preview

Color preview on black background

This text has color #4A7F8A on black background.


Color preview on white background

This text has color #4A7F8A on white background.


Black color preview on #4A7F8A background

This text has black color on #4A7F8A background.


White color preview on #4A7F8A background

This text has white color on #4A7F8A background.


Related colors

Complementary color

Complementary color for #hex is #B58075.


I love getcolorcode.com

Triadic colors

1 #8A4A7F and #7F8A4A with #4A7F8A are triadic colors.

2 #8A7F4A and #7F4A8A with #4A7F8A are triadic colors.