COLOR #4696B3

HEX: #4696B3 RGB: (70,150,179)

Color info

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

RGB color model

#4696B3 color RGB value is (70,150,179).

RGB: (70,150,179) (27%, 59%, 70%)

RGB channels and saturation

R 70 of 255 = 27%
G 150 of 255 = 59%
B 179 of 255 = 70%

70
150
179

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

Portions of RGB colors in percentages

R + G + B = 70 + 150 + 179 = 399 (100%)
R 70 of 399 ~ 17.54%
G 150 of 399 ~ 37.59%
B 179 of 399 ~ 44.86'%

%17.54
%37.59
%44.86

CMYK color model

#4696B3 color CMYK value is (61,16,0,30).

  • cyan value is 60.89%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (61,16,0,30) C61M16Y0K30 (61%,16%,0%,30%) (0.61/0.16/0.00/0.30) 

CMYK percentages

%60.89
%16.2
%0
%29.8

Codes

Color #4696B3 in popluar color models

46 96 B3
RGB 70 150 179
HSL 196° 43.78% 48.82%
HSB/HSV 196° 60.89% 70.20%
CMYK 60.89% 16.20% 0.00%
29.80%

Color #4696B3 in popluar number systems.

HEX 46 96 B3
Decimal 70 150 179
Binary 1000110 10010110 10110011
Octal 106 226 263

Shades and tints

Shades of #4696B3

#4696B3
(70,150,179)
#4089A3
(64,137,163)
#3A7C93
(58,124,147)
#346F83
(52,111,131)
#2E6273
(46,98,115)
#285563
(40,85,99)
#224853
(34,72,83)
#1C3B43
(28,59,67)
#162E33
(22,46,51)
#102123
(16,33,35)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #4696B3

#4696B3
(70,150,179)
#569FB9
(86,159,185)
#66A8BF
(102,168,191)
#76B1C5
(118,177,197)
#86BACB
(134,186,203)
#96C3D1
(150,195,209)
#A6CCD7
(166,204,215)
#B6D5DD
(182,213,221)
#C6DEE3
(198,222,227)
#D6E7E9
(214,231,233)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4696B3 color. Also use rgb(70,150,179) instead hex code.

Text Font Color

.myTextColor { color: #4696B3; }

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

This text font color is #4696B3.

Background Color

.myBgColor { background-color: #4696B3; }

<div style="background-color:#4696B3">Inner text</div>

This div background color is #4696B3.

Border color

.myBorderColor { border: 1px solid #4696B3; }

<div style="border:3px solid #4696B3">Div</div>

This div border color is #4696B3.

Opacity

.myOpacity80 { color: #4696B3; opacity: 0.8; }

<p style="color:#4696B3;opacity:0.8;">80%</p>

Text with #4696B3 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 #4696B3;}

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

This text has shadow with #4696B3 color.


.textShadow {text-shadow: 3px 3px 1px #4696B3', 3px 3px 1px red;}

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

This text has shadow with #4696B3 primary color and red secondary color.


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

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

This text has shadow with #4696B3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4696B3; -webkit-box-shadow: 1px 1px 3px 2px #4696B3; box-shadow:1px 1px 3px 2px #4696B3;">
Div content here
</div>

This div box has shadow with color #4696B3.

Preview

Color preview on black background

This text has color #4696B3 on black background.


Color preview on white background

This text has color #4696B3 on white background.


Black color preview on #4696B3 background

This text has black color on #4696B3 background.


White color preview on #4696B3 background

This text has white color on #4696B3 background.


Related colors

Complementary color

Complementary color for #hex is #B9694C.


I love getcolorcode.com

Triadic colors

1 #B34696 and #96B346 with #4696B3 are triadic colors.

2 #B39646 and #9646B3 with #4696B3 are triadic colors.