COLOR #4B7E9B

HEX: #4B7E9B RGB: (75,126,155)

Color info

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

RGB color model

#4B7E9B color RGB value is (75,126,155).

RGB: (75,126,155) (29%, 49%, 61%)

RGB channels and saturation

R 75 of 255 = 29%
G 126 of 255 = 49%
B 155 of 255 = 61%

75
126
155

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

Portions of RGB colors in percentages

R + G + B = 75 + 126 + 155 = 356 (100%)
R 75 of 356 ~ 21.07%
G 126 of 356 ~ 35.39%
B 155 of 356 ~ 43.54'%

%21.07
%35.39
%43.54

CMYK color model

#4B7E9B color CMYK value is (52,19,0,39).

  • cyan value is 51.61%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (52,19,0,39)
C52M19Y0K39 (52%, 19%, 0%, 39%)
(0.52 / 0.19 / 0.00 / 0.39)

CMYK percentages

%51.61
%18.71
%0
%39.22

Codes

Color #4B7E9B in popluar color models

4B 7E 9B
RGB 75 126 155
HSL 202° 34.78% 45.10%
HSB/HSV 202° 51.61% 60.78%
CMYK 51.61% 18.71% 0.00%
39.22%

Color #4B7E9B in popluar number systems.

HEX 4B 7E 9B
Decimal 75 126 155
Binary 1001011 1111110 10011011
Octal 113 176 233

Shades and tints

Shades of #4B7E9B

#4B7E9B
(75,126,155)
#45738D
(69,115,141)
#3F687F
(63,104,127)
#395D71
(57,93,113)
#335263
(51,82,99)
#2D4755
(45,71,85)
#273C47
(39,60,71)
#213139
(33,49,57)
#1B262B
(27,38,43)
#151B1D
(21,27,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #4B7E9B

#4B7E9B
(75,126,155)
#5B89A4
(91,137,164)
#6B94AD
(107,148,173)
#7B9FB6
(123,159,182)
#8BAABF
(139,170,191)
#9BB5C8
(155,181,200)
#ABC0D1
(171,192,209)
#BBCBDA
(187,203,218)
#CBD6E3
(203,214,227)
#DBE1EC
(219,225,236)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7E9B color. Also use rgb(75,126,155) instead hex code.

Text Font Color

.myTextColor { color: #4B7E9B; }

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

This text font color is #4B7E9B.

Background Color

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

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

This div background color is #4B7E9B.

Border color

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

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

This div border color is #4B7E9B.

Opacity

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

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

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

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

This text has shadow with #4B7E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7E9B.

Preview

Color preview on black background

This text has color #4B7E9B on black background.


Color preview on white background

This text has color #4B7E9B on white background.


Black color preview on #4B7E9B background

This text has black color on #4B7E9B background.


White color preview on #4B7E9B background

This text has white color on #4B7E9B background.


Related colors

Complementary color

Complementary color for #hex is #B48164.


I love getcolorcode.com

Triadic colors

1 #9B4B7E and #7E9B4B with #4B7E9B are triadic colors.

2 #9B7E4B and #7E4B9B with #4B7E9B are triadic colors.