COLOR #4A7F83

HEX: #4A7F83 RGB: (74,127,131)

Color info

#4A7F83 contains red, green and blue colors in about the same proportion. Web safe color of #4A7F83 is #336699 (or #369).

RGB color model

#4A7F83 color RGB value is (74,127,131).

RGB: (74,127,131) (29%, 50%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 127 of 255 = 50%
B 131 of 255 = 51%

74
127
131

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

Portions of RGB colors in percentages

R + G + B = 74 + 127 + 131 = 332 (100%)
R 74 of 332 ~ 22.29%
G 127 of 332 ~ 38.25%
B 131 of 332 ~ 39.46'%

%22.29
%38.25
%39.46

CMYK color model

#4A7F83 color CMYK value is (44,3,0,49).

  • cyan value is 43.51%
  • magenta value is 3.05%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (44,3,0,49)
C44M3Y0K49 (44%, 3%, 0%, 49%)
(0.44 / 0.03 / 0.00 / 0.49)

CMYK percentages

%43.51
%3.05
%0
%48.63

Codes

Color #4A7F83 in popluar color models

4A 7F 83
RGB 74 127 131
HSL 184° 27.80% 40.20%
HSB/HSV 184° 43.51% 51.37%
CMYK 43.51% 3.05% 0.00%
48.63%

Color #4A7F83 in popluar number systems.

HEX 4A 7F 83
Decimal 74 127 131
Binary 1001010 1111111 10000011
Octal 112 177 203

Shades and tints

Shades of #4A7F83

#4A7F83
(74,127,131)
#447478
(68,116,120)
#3E696D
(62,105,109)
#385E62
(56,94,98)
#325357
(50,83,87)
#2C484C
(44,72,76)
#263D41
(38,61,65)
#203236
(32,50,54)
#1A272B
(26,39,43)
#141C20
(20,28,32)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #4A7F83

#4A7F83
(74,127,131)
#5A8A8E
(90,138,142)
#6A9599
(106,149,153)
#7AA0A4
(122,160,164)
#8AABAF
(138,171,175)
#9AB6BA
(154,182,186)
#AAC1C5
(170,193,197)
#BACCD0
(186,204,208)
#CAD7DB
(202,215,219)
#DAE2E6
(218,226,230)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7F83; }

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

This text font color is #4A7F83.

Background Color

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

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

This div background color is #4A7F83.

Border color

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

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

This div border color is #4A7F83.

Opacity

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

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

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

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

This text has shadow with #4A7F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7F83.

Preview

Color preview on black background

This text has color #4A7F83 on black background.


Color preview on white background

This text has color #4A7F83 on white background.


Black color preview on #4A7F83 background

This text has black color on #4A7F83 background.


White color preview on #4A7F83 background

This text has white color on #4A7F83 background.


Related colors

Complementary color

Complementary color for #hex is #B5807C.


I love getcolorcode.com

Triadic colors

1 #834A7F and #7F834A with #4A7F83 are triadic colors.

2 #837F4A and #7F4A83 with #4A7F83 are triadic colors.