COLOR #4194BB

HEX: #4194BB
RGB: (65,148,187)

Color info

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

RGB color model

#4194BB color RGB value is (65,148,187).

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

RGB channels and saturation

R 65 of 255 = 25%
G 148 of 255 = 58%
B 187 of 255 = 73%

65
148
187

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

Portions of RGB colors in percentages

R + G + B =
65 + 148 + 187 = 400 (100%)
R 65 of 400 ~ 16.25%
G 148 of 400 ~ 37%
B 187 of 400 ~ 46.75%

%16.25
%37
%46.75

CMYK color model

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

  • cyan value is 65.24%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(65,21,0,27)
C65M21Y0K27 
(65%,21%,0%,27%)
(0.65/0.21/0.00/0.27)	

CMYK percentages

%65.24
%20.86
%0
%26.67

Codes

Color #4194BB in popluar color models

4194BB
RGB65148187
HSL199°48.41%49.41%
HSB/HSV199°65.24%73.33%
CMYK65.24%20.86%0.00%
26.67%

Color #4194BB in popluar number systems.

HEX4194BB
Decimal65148187
Binary10000011001010010111011
Octal101224273

Shades and tints

Shades of #4194BB

#4194BB
(65,148,187)
#3C87AA
(60,135,170)
#377A99
(55,122,153)
#326D88
(50,109,136)
#2D6077
(45,96,119)
#285366
(40,83,102)
#234655
(35,70,85)
#1E3944
(30,57,68)
#192C33
(25,44,51)
#141F22
(20,31,34)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #4194BB

#4194BB
(65,148,187)
#529DC1
(82,157,193)
#63A6C7
(99,166,199)
#74AFCD
(116,175,205)
#85B8D3
(133,184,211)
#96C1D9
(150,193,217)
#A7CADF
(167,202,223)
#B8D3E5
(184,211,229)
#C9DCEB
(201,220,235)
#DAE5F1
(218,229,241)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4194BB; }

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

This text font color is #4194BB.


Background Color

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

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

This div background color is #4194BB.


Border color

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

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

This div border color is #4194BB.


Opacity

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

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

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

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

This text has shadow with #4194BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4194BB on black background.


Color preview on white background

This text has color #4194BB on white background.



Black color preview on #4194BB background

This text has black color on #4194BB background.


White color preview on #4194BB background

This text has white color on #4194BB background.