COLOR #4187BA

HEX: #4187BA RGB: (65,135,186)

Color info

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

RGB color model

#4187BA color RGB value is (65,135,186).

RGB: (65,135,186) (25%, 53%, 73%)

RGB channels and saturation

R 65 of 255 = 25%
G 135 of 255 = 53%
B 186 of 255 = 73%

65
135
186

R + G + B ~ 50%. #4187BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 135 + 186 = 386 (100%)
R 65 of 386 ~ 16.84%
G 135 of 386 ~ 34.97%
B 186 of 386 ~ 48.19'%

%16.84
%34.97
%48.19

CMYK color model

#4187BA color CMYK value is (65,27,0,27).

  • cyan value is 65.05%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (65,27,0,27)
C65M27Y0K27 (65%, 27%, 0%, 27%)
(0.65 / 0.27 / 0.00 / 0.27)

CMYK percentages

%65.05
%27.42
%0
%27.06

Codes

Color #4187BA in popluar color models

41 87 BA
RGB 65 135 186
HSL 205° 48.21% 49.22%
HSB/HSV 205° 65.05% 72.94%
CMYK 65.05% 27.42% 0.00%
27.06%

Color #4187BA in popluar number systems.

HEX 41 87 BA
Decimal 65 135 186
Binary 1000001 10000111 10111010
Octal 101 207 272

Shades and tints

Shades of #4187BA

#4187BA
(65,135,186)
#3C7BAA
(60,123,170)
#376F9A
(55,111,154)
#32638A
(50,99,138)
#2D577A
(45,87,122)
#284B6A
(40,75,106)
#233F5A
(35,63,90)
#1E334A
(30,51,74)
#19273A
(25,39,58)
#141B2A
(20,27,42)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #4187BA

#4187BA
(65,135,186)
#5291C0
(82,145,192)
#639BC6
(99,155,198)
#74A5CC
(116,165,204)
#85AFD2
(133,175,210)
#96B9D8
(150,185,216)
#A7C3DE
(167,195,222)
#B8CDE4
(184,205,228)
#C9D7EA
(201,215,234)
#DAE1F0
(218,225,240)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4187BA color. Also use rgb(65,135,186) instead hex code.

Text Font Color

.myTextColor { color: #4187BA; }

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

This text font color is #4187BA.

Background Color

.myBgColor { background-color: #4187BA; }

<div style="background-color:#4187BA">Inner text</div>

This div background color is #4187BA.

Border color

.myBorderColor { border: 1px solid #4187BA; }

<div style="border:3px solid #4187BA">Div</div>

This div border color is #4187BA.

Opacity

.myOpacity80 { color: #4187BA; opacity: 0.8; }

<p style="color:#4187BA;opacity:0.8;">80%</p>

Text with #4187BA 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 #4187BA;}

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

This text has shadow with #4187BA color.


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

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

This text has shadow with #4187BA primary color and red secondary color.


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

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

This text has shadow with #4187BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4187BA.

Preview

Color preview on black background

This text has color #4187BA on black background.


Color preview on white background

This text has color #4187BA on white background.


Black color preview on #4187BA background

This text has black color on #4187BA background.


White color preview on #4187BA background

This text has white color on #4187BA background.


Related colors

Complementary color

Complementary color for #hex is #BE7845.


I love getcolorcode.com

Triadic colors

1 #BA4187 and #87BA41 with #4187BA are triadic colors.

2 #BA8741 and #8741BA with #4187BA are triadic colors.