COLOR #4089BB

HEX: #4089BB RGB: (64,137,187)

Color info

#4089BB contains mainly green and blue colors. Web safe color of #4089BB is #3399CC (or #39C).

RGB color model

#4089BB color RGB value is (64,137,187).

RGB: (64,137,187) (25%, 54%, 73%)

RGB channels and saturation

R 64 of 255 = 25%
G 137 of 255 = 54%
B 187 of 255 = 73%

64
137
187

R + G + B ~ 51%. #4089BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 137 + 187 = 388 (100%)
R 64 of 388 ~ 16.49%
G 137 of 388 ~ 35.31%
B 187 of 388 ~ 48.2'%

%16.49
%35.31
%48.2

CMYK color model

#4089BB color CMYK value is (66,27,0,27).

  • cyan value is 65.78%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (66,27,0,27)
C66M27Y0K27 (66%, 27%, 0%, 27%)
(0.66 / 0.27 / 0.00 / 0.27)

CMYK percentages

%65.78
%26.74
%0
%26.67

Codes

Color #4089BB in popluar color models

40 89 BB
RGB 64 137 187
HSL 204° 49.00% 49.22%
HSB/HSV 204° 65.78% 73.33%
CMYK 65.78% 26.74% 0.00%
26.67%

Color #4089BB in popluar number systems.

HEX 40 89 BB
Decimal 64 137 187
Binary 1000000 10001001 10111011
Octal 100 211 273

Shades and tints

Shades of #4089BB

#4089BB
(64,137,187)
#3B7DAA
(59,125,170)
#367199
(54,113,153)
#316588
(49,101,136)
#2C5977
(44,89,119)
#274D66
(39,77,102)
#224155
(34,65,85)
#1D3544
(29,53,68)
#182933
(24,41,51)
#131D22
(19,29,34)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #4089BB

#4089BB
(64,137,187)
#5193C1
(81,147,193)
#629DC7
(98,157,199)
#73A7CD
(115,167,205)
#84B1D3
(132,177,211)
#95BBD9
(149,187,217)
#A6C5DF
(166,197,223)
#B7CFE5
(183,207,229)
#C8D9EB
(200,217,235)
#D9E3F1
(217,227,241)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4089BB color. Also use rgb(64,137,187) instead hex code.

Text Font Color

.myTextColor { color: #4089BB; }

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

This text font color is #4089BB.

Background Color

.myBgColor { background-color: #4089BB; }

<div style="background-color:#4089BB">Inner text</div>

This div background color is #4089BB.

Border color

.myBorderColor { border: 1px solid #4089BB; }

<div style="border:3px solid #4089BB">Div</div>

This div border color is #4089BB.

Opacity

.myOpacity80 { color: #4089BB; opacity: 0.8; }

<p style="color:#4089BB;opacity:0.8;">80%</p>

Text with #4089BB 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 #4089BB;}

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

This text has shadow with #4089BB color.


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

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

This text has shadow with #4089BB primary color and red secondary color.


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

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

This text has shadow with #4089BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4089BB.

Preview

Color preview on black background

This text has color #4089BB on black background.


Color preview on white background

This text has color #4089BB on white background.


Black color preview on #4089BB background

This text has black color on #4089BB background.


White color preview on #4089BB background

This text has white color on #4089BB background.


Related colors

Complementary color

Complementary color for #hex is #BF7644.


I love getcolorcode.com

Triadic colors

1 #BB4089 and #89BB40 with #4089BB are triadic colors.

2 #BB8940 and #8940BB with #4089BB are triadic colors.