COLOR #4B98D4

HEX: #4B98D4
RGB: (75,152,212)

Color info

#4B98D4 contains mainly blue color. Web safe color of #4B98D4 is #3399CC (or #39C).

RGB color model

#4B98D4 color RGB value is (75,152,212).

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

RGB channels and saturation

R 75 of 255 = 29%
G 152 of 255 = 60%
B 212 of 255 = 83%

75
152
212

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

Portions of RGB colors in percentages

R + G + B =
75 + 152 + 212 = 439 (100%)
R 75 of 439 ~ 17.08%
G 152 of 439 ~ 34.62%
B 212 of 439 ~ 48.29%

%17.08
%34.62
%48.29

CMYK color model

#4B98D4 color CMYK value is (65,28,0,17).

  • cyan value is 64.62%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(65,28,0,17)
C65M28Y0K17 
(65%,28%,0%,17%)
(0.65/0.28/0.00/0.17)	

CMYK percentages

%64.62
%28.3
%0
%16.86

Codes

Color #4B98D4 in popluar color models

4B98D4
RGB75152212
HSL206°61.43%56.27%
HSB/HSV206°64.62%83.14%
CMYK64.62%28.30%0.00%
16.86%

Color #4B98D4 in popluar number systems.

HEX4B98D4
Decimal75152212
Binary10010111001100011010100
Octal113230324

Shades and tints

Shades of #4B98D4

#4B98D4
(75,152,212)
#458BC1
(69,139,193)
#3F7EAE
(63,126,174)
#39719B
(57,113,155)
#336488
(51,100,136)
#2D5775
(45,87,117)
#274A62
(39,74,98)
#213D4F
(33,61,79)
#1B303C
(27,48,60)
#152329
(21,35,41)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #4B98D4

#4B98D4
(75,152,212)
#5BA1D7
(91,161,215)
#6BAADA
(107,170,218)
#7BB3DD
(123,179,221)
#8BBCE0
(139,188,224)
#9BC5E3
(155,197,227)
#ABCEE6
(171,206,230)
#BBD7E9
(187,215,233)
#CBE0EC
(203,224,236)
#DBE9EF
(219,233,239)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B98D4; }

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

This text font color is #4B98D4.


Background Color

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

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

This div background color is #4B98D4.


Border color

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

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

This div border color is #4B98D4.


Opacity

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

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

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

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

This text has shadow with #4B98D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B98D4 on black background.


Color preview on white background

This text has color #4B98D4 on white background.



Black color preview on #4B98D4 background

This text has black color on #4B98D4 background.


White color preview on #4B98D4 background

This text has white color on #4B98D4 background.