COLOR #4796B2

HEX: #4796B2
RGB: (71,150,178)

Color info

#4796B2 contains mainly green and blue colors. Web safe color of #4796B2 is #339999 (or #399).

RGB color model

#4796B2 color RGB value is (71,150,178).

  • red value is 71;
  • green value is 150;
  • blue value is 178.
RGB:
(71,150,178)
(28%,59%,70%)

RGB channels and saturation

R 71 of 255 = 28%
G 150 of 255 = 59%
B 178 of 255 = 70%

71
150
178

R + G + B ~ 52%. #4796B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 150 + 178 = 399 (100%)
R 71 of 399 ~ 17.79%
G 150 of 399 ~ 37.59%
B 178 of 399 ~ 44.61%

%17.79
%37.59
%44.61

CMYK color model

#4796B2 color CMYK value is (60,16,0,30).

  • cyan value is 60.11%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(60,16,0,30)
C60M16Y0K30 
(60%,16%,0%,30%)
(0.60/0.16/0.00/0.30)	

CMYK percentages

%60.11
%15.73
%0
%30.2

Codes

Color #4796B2 in popluar color models

4796B2
RGB71150178
HSL196°42.97%48.82%
HSB/HSV196°60.11%69.80%
CMYK60.11%15.73%0.00%
30.20%

Color #4796B2 in popluar number systems.

HEX4796B2
Decimal71150178
Binary10001111001011010110010
Octal107226262

Shades and tints

Shades of #4796B2

#4796B2
(71,150,178)
#4189A2
(65,137,162)
#3B7C92
(59,124,146)
#356F82
(53,111,130)
#2F6272
(47,98,114)
#295562
(41,85,98)
#234852
(35,72,82)
#1D3B42
(29,59,66)
#172E32
(23,46,50)
#112122
(17,33,34)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #4796B2

#4796B2
(71,150,178)
#579FB9
(87,159,185)
#67A8C0
(103,168,192)
#77B1C7
(119,177,199)
#87BACE
(135,186,206)
#97C3D5
(151,195,213)
#A7CCDC
(167,204,220)
#B7D5E3
(183,213,227)
#C7DEEA
(199,222,234)
#D7E7F1
(215,231,241)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4796B2 color. Also use rgb(71,150,178) instead hex code.

Text Font Color

.myTextColor { color: #4796B2; }

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

This text font color is #4796B2.


Background Color

.myBgColor { background-color: #4796B2; }

<div style="background-color:#4796B2">Inner text</div>

This div background color is #4796B2.


Border color

.myBorderColor { border: 1px solid #4796B2; }

<div style="border:3px solid #4796B2">Div</div>

This div border color is #4796B2.


Opacity

.myOpacity80 { color: #4796B2; opacity: 0.8; }

<p style="color:#4796B2;opacity:0.8;">80%</p>

Text with #4796B2 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 #4796B2;}

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

This text has shadow with #4796B2 color.

.textShadow {text-shadow: 3px 3px 1px #4796B2, 3px 3px 1px red;}

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

This text has shadow with #4796B2 primary color and red secondary color.


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

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

This text has shadow with #4796B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4796B2 on black background.


Color preview on white background

This text has color #4796B2 on white background.



Black color preview on #4796B2 background

This text has black color on #4796B2 background.


White color preview on #4796B2 background

This text has white color on #4796B2 background.