COLOR #4188BB

HEX: #4188BB
RGB: (65,136,187)

Color info

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

RGB color model

#4188BB color RGB value is (65,136,187).

  • red value is 65;
  • green value is 136;
  • blue value is 187.
RGB:
(65,136,187)
(25%,53%,73%)

RGB channels and saturation

R 65 of 255 = 25%
G 136 of 255 = 53%
B 187 of 255 = 73%

65
136
187

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

Portions of RGB colors in percentages

R + G + B =
65 + 136 + 187 = 388 (100%)
R 65 of 388 ~ 16.75%
G 136 of 388 ~ 35.05%
B 187 of 388 ~ 48.2%

%16.75
%35.05
%48.2

CMYK color model

#4188BB color CMYK value is (65,27,0,27).

  • cyan value is 65.24%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(65,27,0,27)
C65M27Y0K27 
(65%,27%,0%,27%)
(0.65/0.27/0.00/0.27)	

CMYK percentages

%65.24
%27.27
%0
%26.67

Codes

Color #4188BB in popluar color models

4188BB
RGB65136187
HSL205°48.41%49.41%
HSB/HSV205°65.24%73.33%
CMYK65.24%27.27%0.00%
26.67%

Color #4188BB in popluar number systems.

HEX4188BB
Decimal65136187
Binary10000011000100010111011
Octal101210273

Shades and tints

Shades of #4188BB

#4188BB
(65,136,187)
#3C7CAA
(60,124,170)
#377099
(55,112,153)
#326488
(50,100,136)
#2D5877
(45,88,119)
#284C66
(40,76,102)
#234055
(35,64,85)
#1E3444
(30,52,68)
#192833
(25,40,51)
#141C22
(20,28,34)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #4188BB

#4188BB
(65,136,187)
#5292C1
(82,146,193)
#639CC7
(99,156,199)
#74A6CD
(116,166,205)
#85B0D3
(133,176,211)
#96BAD9
(150,186,217)
#A7C4DF
(167,196,223)
#B8CEE5
(184,206,229)
#C9D8EB
(201,216,235)
#DAE2F1
(218,226,241)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4188BB color. Also use rgb(65,136,187) instead hex code.

Text Font Color

.myTextColor { color: #4188BB; }

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

This text font color is #4188BB.


Background Color

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

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

This div background color is #4188BB.


Border color

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

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

This div border color is #4188BB.


Opacity

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

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

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

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

This text has shadow with #4188BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4188BB on black background.


Color preview on white background

This text has color #4188BB on white background.



Black color preview on #4188BB background

This text has black color on #4188BB background.


White color preview on #4188BB background

This text has white color on #4188BB background.