COLOR #4B96BA

HEX: #4B96BA
RGB: (75,150,186)

Color info

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

RGB color model

#4B96BA color RGB value is (75,150,186).

  • red value is 75;
  • green value is 150;
  • blue value is 186.
RGB:
(75,150,186)
(29%,59%,73%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 186 of 255 = 73%

75
150
186

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

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 186 = 411 (100%)
R 75 of 411 ~ 18.25%
G 150 of 411 ~ 36.5%
B 186 of 411 ~ 45.26%

%18.25
%36.5
%45.26

CMYK color model

#4B96BA color CMYK value is (60,19,0,27).

  • cyan value is 59.68%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(60,19,0,27)
C60M19Y0K27 
(60%,19%,0%,27%)
(0.60/0.19/0.00/0.27)	

CMYK percentages

%59.68
%19.35
%0
%27.06

Codes

Color #4B96BA in popluar color models

4B96BA
RGB75150186
HSL199°44.58%51.18%
HSB/HSV199°59.68%72.94%
CMYK59.68%19.35%0.00%
27.06%

Color #4B96BA in popluar number systems.

HEX4B96BA
Decimal75150186
Binary10010111001011010111010
Octal113226272

Shades and tints

Shades of #4B96BA

#4B96BA
(75,150,186)
#4589AA
(69,137,170)
#3F7C9A
(63,124,154)
#396F8A
(57,111,138)
#33627A
(51,98,122)
#2D556A
(45,85,106)
#27485A
(39,72,90)
#213B4A
(33,59,74)
#1B2E3A
(27,46,58)
#15212A
(21,33,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #4B96BA

#4B96BA
(75,150,186)
#5B9FC0
(91,159,192)
#6BA8C6
(107,168,198)
#7BB1CC
(123,177,204)
#8BBAD2
(139,186,210)
#9BC3D8
(155,195,216)
#ABCCDE
(171,204,222)
#BBD5E4
(187,213,228)
#CBDEEA
(203,222,234)
#DBE7F0
(219,231,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B96BA color. Also use rgb(75,150,186) instead hex code.

Text Font Color

.myTextColor { color: #4B96BA; }

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

This text font color is #4B96BA.


Background Color

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

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

This div background color is #4B96BA.


Border color

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

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

This div border color is #4B96BA.


Opacity

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

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

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

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

This text has shadow with #4B96BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B96BA on black background.


Color preview on white background

This text has color #4B96BA on white background.



Black color preview on #4B96BA background

This text has black color on #4B96BA background.


White color preview on #4B96BA background

This text has white color on #4B96BA background.