COLOR #4C7598

HEX: #4C7598
RGB: (76,117,152)

Color info

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

RGB color model

#4C7598 color RGB value is (76,117,152).

  • red value is 76;
  • green value is 117;
  • blue value is 152.
RGB:
(76,117,152)
(30%,46%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 152 of 255 = 60%

76
117
152

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

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 152 = 345 (100%)
R 76 of 345 ~ 22.03%
G 117 of 345 ~ 33.91%
B 152 of 345 ~ 44.06%

%22.03
%33.91
%44.06

CMYK color model

#4C7598 color CMYK value is (50,23,0,40).

  • cyan value is 50.00%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(50,23,0,40)
C50M23Y0K40 
(50%,23%,0%,40%)
(0.50/0.23/0.00/0.40)	

CMYK percentages

%50
%23.03
%0
%40.39

Codes

Color #4C7598 in popluar color models

4C7598
RGB76117152
HSL208°33.33%44.71%
HSB/HSV208°50.00%59.61%
CMYK50.00%23.03%0.00%
40.39%

Color #4C7598 in popluar number systems.

HEX4C7598
Decimal76117152
Binary1001100111010110011000
Octal114165230

Shades and tints

Shades of #4C7598

#4C7598
(76,117,152)
#466B8B
(70,107,139)
#40617E
(64,97,126)
#3A5771
(58,87,113)
#344D64
(52,77,100)
#2E4357
(46,67,87)
#28394A
(40,57,74)
#222F3D
(34,47,61)
#1C2530
(28,37,48)
#161B23
(22,27,35)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #4C7598

#4C7598
(76,117,152)
#5C81A1
(92,129,161)
#6C8DAA
(108,141,170)
#7C99B3
(124,153,179)
#8CA5BC
(140,165,188)
#9CB1C5
(156,177,197)
#ACBDCE
(172,189,206)
#BCC9D7
(188,201,215)
#CCD5E0
(204,213,224)
#DCE1E9
(220,225,233)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7598 color. Also use rgb(76,117,152) instead hex code.

Text Font Color

.myTextColor { color: #4C7598; }

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

This text font color is #4C7598.


Background Color

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

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

This div background color is #4C7598.


Border color

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

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

This div border color is #4C7598.


Opacity

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

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

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

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

This text has shadow with #4C7598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7598 on black background.


Color preview on white background

This text has color #4C7598 on white background.



Black color preview on #4C7598 background

This text has black color on #4C7598 background.


White color preview on #4C7598 background

This text has white color on #4C7598 background.