COLOR #4B7D8C

HEX: #4B7D8C RGB: (75,125,140)

Color info

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

RGB color model

#4B7D8C color RGB value is (75,125,140).

RGB: (75,125,140) (29%, 49%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 125 of 255 = 49%
B 140 of 255 = 55%

75
125
140

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

Portions of RGB colors in percentages

R + G + B = 75 + 125 + 140 = 340 (100%)
R 75 of 340 ~ 22.06%
G 125 of 340 ~ 36.76%
B 140 of 340 ~ 41.18'%

%22.06
%36.76
%41.18

CMYK color model

#4B7D8C color CMYK value is (46,11,0,45).

  • cyan value is 46.43%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (46,11,0,45)
C46M11Y0K45 (46%, 11%, 0%, 45%)
(0.46 / 0.11 / 0.00 / 0.45)

CMYK percentages

%46.43
%10.71
%0
%45.1

Codes

Color #4B7D8C in popluar color models

4B 7D 8C
RGB 75 125 140
HSL 194° 30.23% 42.16%
HSB/HSV 194° 46.43% 54.90%
CMYK 46.43% 10.71% 0.00%
45.10%

Color #4B7D8C in popluar number systems.

HEX 4B 7D 8C
Decimal 75 125 140
Binary 1001011 1111101 10001100
Octal 113 175 214

Shades and tints

Shades of #4B7D8C

#4B7D8C
(75,125,140)
#457280
(69,114,128)
#3F6774
(63,103,116)
#395C68
(57,92,104)
#33515C
(51,81,92)
#2D4650
(45,70,80)
#273B44
(39,59,68)
#213038
(33,48,56)
#1B252C
(27,37,44)
#151A20
(21,26,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #4B7D8C

#4B7D8C
(75,125,140)
#5B8896
(91,136,150)
#6B93A0
(107,147,160)
#7B9EAA
(123,158,170)
#8BA9B4
(139,169,180)
#9BB4BE
(155,180,190)
#ABBFC8
(171,191,200)
#BBCAD2
(187,202,210)
#CBD5DC
(203,213,220)
#DBE0E6
(219,224,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7D8C color. Also use rgb(75,125,140) instead hex code.

Text Font Color

.myTextColor { color: #4B7D8C; }

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

This text font color is #4B7D8C.

Background Color

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

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

This div background color is #4B7D8C.

Border color

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

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

This div border color is #4B7D8C.

Opacity

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

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

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

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

This text has shadow with #4B7D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7D8C.

Preview

Color preview on black background

This text has color #4B7D8C on black background.


Color preview on white background

This text has color #4B7D8C on white background.


Black color preview on #4B7D8C background

This text has black color on #4B7D8C background.


White color preview on #4B7D8C background

This text has white color on #4B7D8C background.


Related colors

Complementary color

Complementary color for #hex is #B48273.


I love getcolorcode.com

Triadic colors

1 #8C4B7D and #7D8C4B with #4B7D8C are triadic colors.

2 #8C7D4B and #7D4B8C with #4B7D8C are triadic colors.