COLOR #4A5863

HEX: #4A5863 RGB: (74,88,99)

Color info

#4A5863 contains red, green and blue colors in about the same proportion. Web safe color of #4A5863 is #336666 (or #366).

RGB color model

#4A5863 color RGB value is (74,88,99).

RGB: (74,88,99) (29%, 35%, 39%)

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 99 of 255 = 39%

74
88
99

R + G + B ~ 34%. #4A5863 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 88 + 99 = 261 (100%)
R 74 of 261 ~ 28.35%
G 88 of 261 ~ 33.72%
B 99 of 261 ~ 37.93'%

%28.35
%33.72
%37.93

CMYK color model

#4A5863 color CMYK value is (25,11,0,61).

  • cyan value is 25.25%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (25,11,0,61)
C25M11Y0K61 (25%, 11%, 0%, 61%)
(0.25 / 0.11 / 0.00 / 0.61)

CMYK percentages

%25.25
%11.11
%0
%61.18

Codes

Color #4A5863 in popluar color models

4A 58 63
RGB 74 88 99
HSL 206° 14.45% 33.92%
HSB/HSV 206° 25.25% 38.82%
CMYK 25.25% 11.11% 0.00%
61.18%

Color #4A5863 in popluar number systems.

HEX 4A 58 63
Decimal 74 88 99
Binary 1001010 1011000 1100011
Octal 112 130 143

Shades and tints

Shades of #4A5863

#4A5863
(74,88,99)
#44505A
(68,80,90)
#3E4851
(62,72,81)
#384048
(56,64,72)
#32383F
(50,56,63)
#2C3036
(44,48,54)
#26282D
(38,40,45)
#202024
(32,32,36)
#1A181B
(26,24,27)
#141012
(20,16,18)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #4A5863

#4A5863
(74,88,99)
#5A6771
(90,103,113)
#6A767F
(106,118,127)
#7A858D
(122,133,141)
#8A949B
(138,148,155)
#9AA3A9
(154,163,169)
#AAB2B7
(170,178,183)
#BAC1C5
(186,193,197)
#CAD0D3
(202,208,211)
#DADFE1
(218,223,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5863 color. Also use rgb(74,88,99) instead hex code.

Text Font Color

.myTextColor { color: #4A5863; }

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

This text font color is #4A5863.

Background Color

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

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

This div background color is #4A5863.

Border color

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

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

This div border color is #4A5863.

Opacity

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

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

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

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

This text has shadow with #4A5863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5863.

Preview

Color preview on black background

This text has color #4A5863 on black background.


Color preview on white background

This text has color #4A5863 on white background.


Black color preview on #4A5863 background

This text has black color on #4A5863 background.


White color preview on #4A5863 background

This text has white color on #4A5863 background.


Related colors

Complementary color

Complementary color for #hex is #B5A79C.


I love getcolorcode.com

Triadic colors

1 #634A58 and #58634A with #4A5863 are triadic colors.

2 #63584A and #584A63 with #4A5863 are triadic colors.