COLOR #4B7888

HEX: #4B7888 RGB: (75,120,136)

Color info

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

RGB color model

#4B7888 color RGB value is (75,120,136).

RGB: (75,120,136) (29%, 47%, 53%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 136 of 255 = 53%

75
120
136

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

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 136 = 331 (100%)
R 75 of 331 ~ 22.66%
G 120 of 331 ~ 36.25%
B 136 of 331 ~ 41.09'%

%22.66
%36.25
%41.09

CMYK color model

#4B7888 color CMYK value is (45,12,0,47).

  • cyan value is 44.85%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (45,12,0,47) C45M12Y0K47 (45%,12%,0%,47%) (0.45/0.12/0.00/0.47) 

CMYK percentages

%44.85
%11.76
%0
%46.67

Codes

Color #4B7888 in popluar color models

4B 78 88
RGB 75 120 136
HSL 196° 28.91% 41.37%
HSB/HSV 196° 44.85% 53.33%
CMYK 44.85% 11.76% 0.00%
46.67%

Color #4B7888 in popluar number systems.

HEX 4B 78 88
Decimal 75 120 136
Binary 1001011 1111000 10001000
Octal 113 170 210

Shades and tints

Shades of #4B7888

#4B7888
(75,120,136)
#456E7C
(69,110,124)
#3F6470
(63,100,112)
#395A64
(57,90,100)
#335058
(51,80,88)
#2D464C
(45,70,76)
#273C40
(39,60,64)
#213234
(33,50,52)
#1B2828
(27,40,40)
#151E1C
(21,30,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #4B7888

#4B7888
(75,120,136)
#5B8492
(91,132,146)
#6B909C
(107,144,156)
#7B9CA6
(123,156,166)
#8BA8B0
(139,168,176)
#9BB4BA
(155,180,186)
#ABC0C4
(171,192,196)
#BBCCCE
(187,204,206)
#CBD8D8
(203,216,216)
#DBE4E2
(219,228,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7888 color. Also use rgb(75,120,136) instead hex code.

Text Font Color

.myTextColor { color: #4B7888; }

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

This text font color is #4B7888.

Background Color

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

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

This div background color is #4B7888.

Border color

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

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

This div border color is #4B7888.

Opacity

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

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

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

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

This text has shadow with #4B7888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7888.

Preview

Color preview on black background

This text has color #4B7888 on black background.


Color preview on white background

This text has color #4B7888 on white background.


Black color preview on #4B7888 background

This text has black color on #4B7888 background.


White color preview on #4B7888 background

This text has white color on #4B7888 background.


Related colors

Complementary color

Complementary color for #hex is #B48777.


I love getcolorcode.com

Triadic colors

1 #884B78 and #78884B with #4B7888 are triadic colors.

2 #88784B and #784B88 with #4B7888 are triadic colors.