COLOR #4B88C2

HEX: #4B88C2
RGB: (75,136,194)

Color info

#4B88C2 contains mainly green and blue colors. Web safe color of #4B88C2 is #3399CC (or #39C).

RGB color model

#4B88C2 color RGB value is (75,136,194).

  • red value is 75;
  • green value is 136;
  • blue value is 194.
RGB:
(75,136,194)
(29%,53%,76%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 194 of 255 = 76%

75
136
194

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

Portions of RGB colors in percentages

R + G + B =
75 + 136 + 194 = 405 (100%)
R 75 of 405 ~ 18.52%
G 136 of 405 ~ 33.58%
B 194 of 405 ~ 47.9%

%18.52
%33.58
%47.9

CMYK color model

#4B88C2 color CMYK value is (61,30,0,24).

  • cyan value is 61.34%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(61,30,0,24)
C61M30Y0K24 
(61%,30%,0%,24%)
(0.61/0.30/0.00/0.24)	

CMYK percentages

%61.34
%29.9
%0
%23.92

Codes

Color #4B88C2 in popluar color models

4B88C2
RGB75136194
HSL209°49.38%52.75%
HSB/HSV209°61.34%76.08%
CMYK61.34%29.90%0.00%
23.92%

Color #4B88C2 in popluar number systems.

HEX4B88C2
Decimal75136194
Binary10010111000100011000010
Octal113210302

Shades and tints

Shades of #4B88C2

#4B88C2
(75,136,194)
#457CB1
(69,124,177)
#3F70A0
(63,112,160)
#39648F
(57,100,143)
#33587E
(51,88,126)
#2D4C6D
(45,76,109)
#27405C
(39,64,92)
#21344B
(33,52,75)
#1B283A
(27,40,58)
#151C29
(21,28,41)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #4B88C2

#4B88C2
(75,136,194)
#5B92C7
(91,146,199)
#6B9CCC
(107,156,204)
#7BA6D1
(123,166,209)
#8BB0D6
(139,176,214)
#9BBADB
(155,186,219)
#ABC4E0
(171,196,224)
#BBCEE5
(187,206,229)
#CBD8EA
(203,216,234)
#DBE2EF
(219,226,239)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B88C2; }

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

This text font color is #4B88C2.


Background Color

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

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

This div background color is #4B88C2.


Border color

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

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

This div border color is #4B88C2.


Opacity

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

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

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

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

This text has shadow with #4B88C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B88C2 on black background.


Color preview on white background

This text has color #4B88C2 on white background.



Black color preview on #4B88C2 background

This text has black color on #4B88C2 background.


White color preview on #4B88C2 background

This text has white color on #4B88C2 background.