COLOR #4B97C6

HEX: #4B97C6
RGB: (75,151,198)

Color info

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

RGB color model

#4B97C6 color RGB value is (75,151,198).

  • red value is 75;
  • green value is 151;
  • blue value is 198.
RGB:
(75,151,198)
(29%,59%,78%)

RGB channels and saturation

R 75 of 255 = 29%
G 151 of 255 = 59%
B 198 of 255 = 78%

75
151
198

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

Portions of RGB colors in percentages

R + G + B =
75 + 151 + 198 = 424 (100%)
R 75 of 424 ~ 17.69%
G 151 of 424 ~ 35.61%
B 198 of 424 ~ 46.7%

%17.69
%35.61
%46.7

CMYK color model

#4B97C6 color CMYK value is (62,24,0,22).

  • cyan value is 62.12%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(62,24,0,22)
C62M24Y0K22 
(62%,24%,0%,22%)
(0.62/0.24/0.00/0.22)	

CMYK percentages

%62.12
%23.74
%0
%22.35

Codes

Color #4B97C6 in popluar color models

4B97C6
RGB75151198
HSL203°51.90%53.53%
HSB/HSV203°62.12%77.65%
CMYK62.12%23.74%0.00%
22.35%

Color #4B97C6 in popluar number systems.

HEX4B97C6
Decimal75151198
Binary10010111001011111000110
Octal113227306

Shades and tints

Shades of #4B97C6

#4B97C6
(75,151,198)
#458AB4
(69,138,180)
#3F7DA2
(63,125,162)
#397090
(57,112,144)
#33637E
(51,99,126)
#2D566C
(45,86,108)
#27495A
(39,73,90)
#213C48
(33,60,72)
#1B2F36
(27,47,54)
#152224
(21,34,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #4B97C6

#4B97C6
(75,151,198)
#5BA0CB
(91,160,203)
#6BA9D0
(107,169,208)
#7BB2D5
(123,178,213)
#8BBBDA
(139,187,218)
#9BC4DF
(155,196,223)
#ABCDE4
(171,205,228)
#BBD6E9
(187,214,233)
#CBDFEE
(203,223,238)
#DBE8F3
(219,232,243)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B97C6 color. Also use rgb(75,151,198) instead hex code.

Text Font Color

.myTextColor { color: #4B97C6; }

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

This text font color is #4B97C6.


Background Color

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

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

This div background color is #4B97C6.


Border color

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

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

This div border color is #4B97C6.


Opacity

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

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

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

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

This text has shadow with #4B97C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B97C6 on black background.


Color preview on white background

This text has color #4B97C6 on white background.



Black color preview on #4B97C6 background

This text has black color on #4B97C6 background.


White color preview on #4B97C6 background

This text has white color on #4B97C6 background.