COLOR #4C758B

HEX: #4C758B
RGB: (76,117,139)

Color info

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

RGB color model

#4C758B color RGB value is (76,117,139).

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

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 139 of 255 = 55%

76
117
139

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

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 139 = 332 (100%)
R 76 of 332 ~ 22.89%
G 117 of 332 ~ 35.24%
B 139 of 332 ~ 41.87%

%22.89
%35.24
%41.87

CMYK color model

#4C758B color CMYK value is (45,16,0,45).

  • cyan value is 45.32%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,16,0,45)
C45M16Y0K45 
(45%,16%,0%,45%)
(0.45/0.16/0.00/0.45)	

CMYK percentages

%45.32
%15.83
%0
%45.49

Codes

Color #4C758B in popluar color models

4C758B
RGB76117139
HSL201°29.30%42.16%
HSB/HSV201°45.32%54.51%
CMYK45.32%15.83%0.00%
45.49%

Color #4C758B in popluar number systems.

HEX4C758B
Decimal76117139
Binary1001100111010110001011
Octal114165213

Shades and tints

Shades of #4C758B

#4C758B
(76,117,139)
#466B7F
(70,107,127)
#406173
(64,97,115)
#3A5767
(58,87,103)
#344D5B
(52,77,91)
#2E434F
(46,67,79)
#283943
(40,57,67)
#222F37
(34,47,55)
#1C252B
(28,37,43)
#161B1F
(22,27,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #4C758B

#4C758B
(76,117,139)
#5C8195
(92,129,149)
#6C8D9F
(108,141,159)
#7C99A9
(124,153,169)
#8CA5B3
(140,165,179)
#9CB1BD
(156,177,189)
#ACBDC7
(172,189,199)
#BCC9D1
(188,201,209)
#CCD5DB
(204,213,219)
#DCE1E5
(220,225,229)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C758B; }

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

This text font color is #4C758B.


Background Color

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

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

This div background color is #4C758B.


Border color

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

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

This div border color is #4C758B.


Opacity

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

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

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

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

This text has shadow with #4C758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C758B on black background.


Color preview on white background

This text has color #4C758B on white background.



Black color preview on #4C758B background

This text has black color on #4C758B background.


White color preview on #4C758B background

This text has white color on #4C758B background.