COLOR #4382BD

HEX: #4382BD
RGB: (67,130,189)

Color info

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

RGB color model

#4382BD color RGB value is (67,130,189).

  • red value is 67;
  • green value is 130;
  • blue value is 189.
RGB:
(67,130,189)
(26%,51%,74%)

RGB channels and saturation

R 67 of 255 = 26%
G 130 of 255 = 51%
B 189 of 255 = 74%

67
130
189

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

Portions of RGB colors in percentages

R + G + B =
67 + 130 + 189 = 386 (100%)
R 67 of 386 ~ 17.36%
G 130 of 386 ~ 33.68%
B 189 of 386 ~ 48.96%

%17.36
%33.68
%48.96

CMYK color model

#4382BD color CMYK value is (65,31,0,26).

  • cyan value is 64.55%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(65,31,0,26)
C65M31Y0K26 
(65%,31%,0%,26%)
(0.65/0.31/0.00/0.26)	

CMYK percentages

%64.55
%31.22
%0
%25.88

Codes

Color #4382BD in popluar color models

4382BD
RGB67130189
HSL209°48.03%50.20%
HSB/HSV209°64.55%74.12%
CMYK64.55%31.22%0.00%
25.88%

Color #4382BD in popluar number systems.

HEX4382BD
Decimal67130189
Binary10000111000001010111101
Octal103202275

Shades and tints

Shades of #4382BD

#4382BD
(67,130,189)
#3D77AC
(61,119,172)
#376C9B
(55,108,155)
#31618A
(49,97,138)
#2B5679
(43,86,121)
#254B68
(37,75,104)
#1F4057
(31,64,87)
#193546
(25,53,70)
#132A35
(19,42,53)
#0D1F24
(13,31,36)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #4382BD

#4382BD
(67,130,189)
#548DC3
(84,141,195)
#6598C9
(101,152,201)
#76A3CF
(118,163,207)
#87AED5
(135,174,213)
#98B9DB
(152,185,219)
#A9C4E1
(169,196,225)
#BACFE7
(186,207,231)
#CBDAED
(203,218,237)
#DCE5F3
(220,229,243)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4382BD color. Also use rgb(67,130,189) instead hex code.

Text Font Color

.myTextColor { color: #4382BD; }

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

This text font color is #4382BD.


Background Color

.myBgColor { background-color: #4382BD; }

<div style="background-color:#4382BD">Inner text</div>

This div background color is #4382BD.


Border color

.myBorderColor { border: 1px solid #4382BD; }

<div style="border:3px solid #4382BD">Div</div>

This div border color is #4382BD.


Opacity

.myOpacity80 { color: #4382BD; opacity: 0.8; }

<p style="color:#4382BD;opacity:0.8;">80%</p>

Text with #4382BD 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 #4382BD;}

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

This text has shadow with #4382BD color.

.textShadow {text-shadow: 3px 3px 1px #4382BD, 3px 3px 1px red;}

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

This text has shadow with #4382BD primary color and red secondary color.


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

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

This text has shadow with #4382BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4382BD on black background.


Color preview on white background

This text has color #4382BD on white background.



Black color preview on #4382BD background

This text has black color on #4382BD background.


White color preview on #4382BD background

This text has white color on #4382BD background.