COLOR #4C598F

HEX: #4C598F RGB: (76,89,143)

Color info

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

RGB color model

#4C598F color RGB value is (76,89,143).

RGB: (76,89,143) (30%, 35%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 143 of 255 = 56%

76
89
143

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

Portions of RGB colors in percentages

R + G + B = 76 + 89 + 143 = 308 (100%)
R 76 of 308 ~ 24.68%
G 89 of 308 ~ 28.9%
B 143 of 308 ~ 46.43'%

%24.68
%28.9
%46.43

CMYK color model

#4C598F color CMYK value is (47,38,0,44).

  • cyan value is 46.85%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (47,38,0,44) C47M38Y0K44 (47%,38%,0%,44%) (0.47/0.38/0.00/0.44) 

CMYK percentages

%46.85
%37.76
%0
%43.92

Codes

Color #4C598F in popluar color models

4C 59 8F
RGB 76 89 143
HSL 228° 30.59% 42.94%
HSB/HSV 228° 46.85% 56.08%
CMYK 46.85% 37.76% 0.00%
43.92%

Color #4C598F in popluar number systems.

HEX 4C 59 8F
Decimal 76 89 143
Binary 1001100 1011001 10001111
Octal 114 131 217

Shades and tints

Shades of #4C598F

#4C598F
(76,89,143)
#465182
(70,81,130)
#404975
(64,73,117)
#3A4168
(58,65,104)
#34395B
(52,57,91)
#2E314E
(46,49,78)
#282941
(40,41,65)
#222134
(34,33,52)
#1C1927
(28,25,39)
#16111A
(22,17,26)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C598F

#4C598F
(76,89,143)
#5C6899
(92,104,153)
#6C77A3
(108,119,163)
#7C86AD
(124,134,173)
#8C95B7
(140,149,183)
#9CA4C1
(156,164,193)
#ACB3CB
(172,179,203)
#BCC2D5
(188,194,213)
#CCD1DF
(204,209,223)
#DCE0E9
(220,224,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C598F color. Also use rgb(76,89,143) instead hex code.

Text Font Color

.myTextColor { color: #4C598F; }

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

This text font color is #4C598F.

Background Color

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

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

This div background color is #4C598F.

Border color

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

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

This div border color is #4C598F.

Opacity

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

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

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

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

This text has shadow with #4C598F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C598F.

Preview

Color preview on black background

This text has color #4C598F on black background.


Color preview on white background

This text has color #4C598F on white background.


Black color preview on #4C598F background

This text has black color on #4C598F background.


White color preview on #4C598F background

This text has white color on #4C598F background.


Related colors

Complementary color

Complementary color for #hex is #B3A670.


I love getcolorcode.com

Triadic colors

1 #8F4C59 and #598F4C with #4C598F are triadic colors.

2 #8F594C and #594C8F with #4C598F are triadic colors.