COLOR #4599B3

HEX: #4599B3 RGB: (69,153,179)

Color info

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

RGB color model

#4599B3 color RGB value is (69,153,179).

RGB: (69,153,179) (27%, 60%, 70%)

RGB channels and saturation

R 69 of 255 = 27%
G 153 of 255 = 60%
B 179 of 255 = 70%

69
153
179

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

Portions of RGB colors in percentages

R + G + B = 69 + 153 + 179 = 401 (100%)
R 69 of 401 ~ 17.21%
G 153 of 401 ~ 38.15%
B 179 of 401 ~ 44.64'%

%17.21
%38.15
%44.64

CMYK color model

#4599B3 color CMYK value is (61,15,0,30).

  • cyan value is 61.45%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (61,15,0,30)
C61M15Y0K30 (61%, 15%, 0%, 30%)
(0.61 / 0.15 / 0.00 / 0.30)

CMYK percentages

%61.45
%14.53
%0
%29.8

Codes

Color #4599B3 in popluar color models

45 99 B3
RGB 69 153 179
HSL 194° 44.35% 48.63%
HSB/HSV 194° 61.45% 70.20%
CMYK 61.45% 14.53% 0.00%
29.80%

Color #4599B3 in popluar number systems.

HEX 45 99 B3
Decimal 69 153 179
Binary 1000101 10011001 10110011
Octal 105 231 263

Shades and tints

Shades of #4599B3

#4599B3
(69,153,179)
#3F8CA3
(63,140,163)
#397F93
(57,127,147)
#337283
(51,114,131)
#2D6573
(45,101,115)
#275863
(39,88,99)
#214B53
(33,75,83)
#1B3E43
(27,62,67)
#153133
(21,49,51)
#0F2423
(15,36,35)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #4599B3

#4599B3
(69,153,179)
#55A2B9
(85,162,185)
#65ABBF
(101,171,191)
#75B4C5
(117,180,197)
#85BDCB
(133,189,203)
#95C6D1
(149,198,209)
#A5CFD7
(165,207,215)
#B5D8DD
(181,216,221)
#C5E1E3
(197,225,227)
#D5EAE9
(213,234,233)
#E5F3EF
(229,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4599B3 color. Also use rgb(69,153,179) instead hex code.

Text Font Color

.myTextColor { color: #4599B3; }

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

This text font color is #4599B3.

Background Color

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

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

This div background color is #4599B3.

Border color

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

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

This div border color is #4599B3.

Opacity

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

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

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

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

This text has shadow with #4599B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4599B3.

Preview

Color preview on black background

This text has color #4599B3 on black background.


Color preview on white background

This text has color #4599B3 on white background.


Black color preview on #4599B3 background

This text has black color on #4599B3 background.


White color preview on #4599B3 background

This text has white color on #4599B3 background.


Related colors

Complementary color

Complementary color for #hex is #BA664C.


I love getcolorcode.com

Triadic colors

1 #B34599 and #99B345 with #4599B3 are triadic colors.

2 #B39945 and #9945B3 with #4599B3 are triadic colors.