COLOR #4596B0

HEX: #4596B0
RGB: (69,150,176)

Color info

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

RGB color model

#4596B0 color RGB value is (69,150,176).

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

RGB channels and saturation

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

69
150
176

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

Portions of RGB colors in percentages

R + G + B =
69 + 150 + 176 = 395 (100%)
R 69 of 395 ~ 17.47%
G 150 of 395 ~ 37.97%
B 176 of 395 ~ 44.56%

%17.47
%37.97
%44.56

CMYK color model

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

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

CMYK percentages

%60.8
%14.77
%0
%30.98

Codes

Color #4596B0 in popluar color models

4596B0
RGB69150176
HSL195°43.67%48.04%
HSB/HSV195°60.80%69.02%
CMYK60.80%14.77%0.00%
30.98%

Color #4596B0 in popluar number systems.

HEX4596B0
Decimal69150176
Binary10001011001011010110000
Octal105226260

Shades and tints

Shades of #4596B0

#4596B0
(69,150,176)
#3F89A0
(63,137,160)
#397C90
(57,124,144)
#336F80
(51,111,128)
#2D6270
(45,98,112)
#275560
(39,85,96)
#214850
(33,72,80)
#1B3B40
(27,59,64)
#152E30
(21,46,48)
#0F2120
(15,33,32)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #4596B0

#4596B0
(69,150,176)
#559FB7
(85,159,183)
#65A8BE
(101,168,190)
#75B1C5
(117,177,197)
#85BACC
(133,186,204)
#95C3D3
(149,195,211)
#A5CCDA
(165,204,218)
#B5D5E1
(181,213,225)
#C5DEE8
(197,222,232)
#D5E7EF
(213,231,239)
#E5F0F6
(229,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4596B0; }

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

This text font color is #4596B0.


Background Color

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

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

This div background color is #4596B0.


Border color

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

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

This div border color is #4596B0.


Opacity

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

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

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

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

This text has shadow with #4596B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4596B0 on black background.


Color preview on white background

This text has color #4596B0 on white background.



Black color preview on #4596B0 background

This text has black color on #4596B0 background.


White color preview on #4596B0 background

This text has white color on #4596B0 background.