COLOR #4596B1

HEX: #4596B1
RGB: (69,150,177)

Color info

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

RGB color model

#4596B1 color RGB value is (69,150,177).

  • red value is 69;
  • green value is 150;
  • blue value is 177.
RGB:
(69,150,177)
(27%,59%,69%)

RGB channels and saturation

R 69 of 255 = 27%
G 150 of 255 = 59%
B 177 of 255 = 69%

69
150
177

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

Portions of RGB colors in percentages

R + G + B =
69 + 150 + 177 = 396 (100%)
R 69 of 396 ~ 17.42%
G 150 of 396 ~ 37.88%
B 177 of 396 ~ 44.7%

%17.42
%37.88
%44.7

CMYK color model

#4596B1 color CMYK value is (61,15,0,31).

  • cyan value is 61.02%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(61,15,0,31)
C61M15Y0K31 
(61%,15%,0%,31%)
(0.61/0.15/0.00/0.31)	

CMYK percentages

%61.02
%15.25
%0
%30.59

Codes

Color #4596B1 in popluar color models

4596B1
RGB69150177
HSL195°43.90%48.24%
HSB/HSV195°61.02%69.41%
CMYK61.02%15.25%0.00%
30.59%

Color #4596B1 in popluar number systems.

HEX4596B1
Decimal69150177
Binary10001011001011010110001
Octal105226261

Shades and tints

Shades of #4596B1

#4596B1
(69,150,177)
#3F89A1
(63,137,161)
#397C91
(57,124,145)
#336F81
(51,111,129)
#2D6271
(45,98,113)
#275561
(39,85,97)
#214851
(33,72,81)
#1B3B41
(27,59,65)
#152E31
(21,46,49)
#0F2121
(15,33,33)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #4596B1

#4596B1
(69,150,177)
#559FB8
(85,159,184)
#65A8BF
(101,168,191)
#75B1C6
(117,177,198)
#85BACD
(133,186,205)
#95C3D4
(149,195,212)
#A5CCDB
(165,204,219)
#B5D5E2
(181,213,226)
#C5DEE9
(197,222,233)
#D5E7F0
(213,231,240)
#E5F0F7
(229,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4596B1 color. Also use rgb(69,150,177) instead hex code.

Text Font Color

.myTextColor { color: #4596B1; }

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

This text font color is #4596B1.


Background Color

.myBgColor { background-color: #4596B1; }

<div style="background-color:#4596B1">Inner text</div>

This div background color is #4596B1.


Border color

.myBorderColor { border: 1px solid #4596B1; }

<div style="border:3px solid #4596B1">Div</div>

This div border color is #4596B1.


Opacity

.myOpacity80 { color: #4596B1; opacity: 0.8; }

<p style="color:#4596B1;opacity:0.8;">80%</p>

Text with #4596B1 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 #4596B1;}

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

This text has shadow with #4596B1 color.

.textShadow {text-shadow: 3px 3px 1px #4596B1, 3px 3px 1px red;}

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

This text has shadow with #4596B1 primary color and red secondary color.


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

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

This text has shadow with #4596B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4596B1 on black background.


Color preview on white background

This text has color #4596B1 on white background.



Black color preview on #4596B1 background

This text has black color on #4596B1 background.


White color preview on #4596B1 background

This text has white color on #4596B1 background.