COLOR #4B98BD

HEX: #4B98BD
RGB: (75,152,189)

Color info

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

RGB color model

#4B98BD color RGB value is (75,152,189).

  • red value is 75;
  • green value is 152;
  • blue value is 189.
RGB:
(75,152,189)
(29%,60%,74%)

RGB channels and saturation

R 75 of 255 = 29%
G 152 of 255 = 60%
B 189 of 255 = 74%

75
152
189

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

Portions of RGB colors in percentages

R + G + B =
75 + 152 + 189 = 416 (100%)
R 75 of 416 ~ 18.03%
G 152 of 416 ~ 36.54%
B 189 of 416 ~ 45.43%

%18.03
%36.54
%45.43

CMYK color model

#4B98BD color CMYK value is (60,20,0,26).

  • cyan value is 60.32%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(60,20,0,26)
C60M20Y0K26 
(60%,20%,0%,26%)
(0.60/0.20/0.00/0.26)	

CMYK percentages

%60.32
%19.58
%0
%25.88

Codes

Color #4B98BD in popluar color models

4B98BD
RGB75152189
HSL199°46.34%51.76%
HSB/HSV199°60.32%74.12%
CMYK60.32%19.58%0.00%
25.88%

Color #4B98BD in popluar number systems.

HEX4B98BD
Decimal75152189
Binary10010111001100010111101
Octal113230275

Shades and tints

Shades of #4B98BD

#4B98BD
(75,152,189)
#458BAC
(69,139,172)
#3F7E9B
(63,126,155)
#39718A
(57,113,138)
#336479
(51,100,121)
#2D5768
(45,87,104)
#274A57
(39,74,87)
#213D46
(33,61,70)
#1B3035
(27,48,53)
#152324
(21,35,36)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #4B98BD

#4B98BD
(75,152,189)
#5BA1C3
(91,161,195)
#6BAAC9
(107,170,201)
#7BB3CF
(123,179,207)
#8BBCD5
(139,188,213)
#9BC5DB
(155,197,219)
#ABCEE1
(171,206,225)
#BBD7E7
(187,215,231)
#CBE0ED
(203,224,237)
#DBE9F3
(219,233,243)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B98BD color. Also use rgb(75,152,189) instead hex code.

Text Font Color

.myTextColor { color: #4B98BD; }

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

This text font color is #4B98BD.


Background Color

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

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

This div background color is #4B98BD.


Border color

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

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

This div border color is #4B98BD.


Opacity

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

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

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

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

This text has shadow with #4B98BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B98BD on black background.


Color preview on white background

This text has color #4B98BD on white background.



Black color preview on #4B98BD background

This text has black color on #4B98BD background.


White color preview on #4B98BD background

This text has white color on #4B98BD background.