COLOR #4284C2

HEX: #4284C2
RGB: (66,132,194)

Color info

#4284C2 contains mainly blue color. Web safe color of #4284C2 is #3399CC (or #39C).

RGB color model

#4284C2 color RGB value is (66,132,194).

  • red value is 66;
  • green value is 132;
  • blue value is 194.
RGB:
(66,132,194)
(26%,52%,76%)

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 194 of 255 = 76%

66
132
194

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

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 194 = 392 (100%)
R 66 of 392 ~ 16.84%
G 132 of 392 ~ 33.67%
B 194 of 392 ~ 49.49%

%16.84
%33.67
%49.49

CMYK color model

#4284C2 color CMYK value is (66,32,0,24).

  • cyan value is 65.98%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(66,32,0,24)
C66M32Y0K24 
(66%,32%,0%,24%)
(0.66/0.32/0.00/0.24)	

CMYK percentages

%65.98
%31.96
%0
%23.92

Codes

Color #4284C2 in popluar color models

4284C2
RGB66132194
HSL209°51.20%50.98%
HSB/HSV209°65.98%76.08%
CMYK65.98%31.96%0.00%
23.92%

Color #4284C2 in popluar number systems.

HEX4284C2
Decimal66132194
Binary10000101000010011000010
Octal102204302

Shades and tints

Shades of #4284C2

#4284C2
(66,132,194)
#3C78B1
(60,120,177)
#366CA0
(54,108,160)
#30608F
(48,96,143)
#2A547E
(42,84,126)
#24486D
(36,72,109)
#1E3C5C
(30,60,92)
#18304B
(24,48,75)
#12243A
(18,36,58)
#0C1829
(12,24,41)
#060C18
(6,12,24)
#000000
(0,0,0)

Tints of #4284C2

#4284C2
(66,132,194)
#538FC7
(83,143,199)
#649ACC
(100,154,204)
#75A5D1
(117,165,209)
#86B0D6
(134,176,214)
#97BBDB
(151,187,219)
#A8C6E0
(168,198,224)
#B9D1E5
(185,209,229)
#CADCEA
(202,220,234)
#DBE7EF
(219,231,239)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4284C2 color. Also use rgb(66,132,194) instead hex code.

Text Font Color

.myTextColor { color: #4284C2; }

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

This text font color is #4284C2.


Background Color

.myBgColor { background-color: #4284C2; }

<div style="background-color:#4284C2">Inner text</div>

This div background color is #4284C2.


Border color

.myBorderColor { border: 1px solid #4284C2; }

<div style="border:3px solid #4284C2">Div</div>

This div border color is #4284C2.


Opacity

.myOpacity80 { color: #4284C2; opacity: 0.8; }

<p style="color:#4284C2;opacity:0.8;">80%</p>

Text with #4284C2 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 #4284C2;}

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

This text has shadow with #4284C2 color.

.textShadow {text-shadow: 3px 3px 1px #4284C2, 3px 3px 1px red;}

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

This text has shadow with #4284C2 primary color and red secondary color.


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

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

This text has shadow with #4284C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4284C2 on black background.


Color preview on white background

This text has color #4284C2 on white background.



Black color preview on #4284C2 background

This text has black color on #4284C2 background.


White color preview on #4284C2 background

This text has white color on #4284C2 background.