COLOR #427890

HEX: #427890
RGB: (66,120,144)

Color info

#427890 contains mainly green and blue colors. Web safe color of #427890 is #336699 (or #369).

RGB color model

#427890 color RGB value is (66,120,144).

  • red value is 66;
  • green value is 120;
  • blue value is 144.
RGB:
(66,120,144)
(26%,47%,56%)

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 144 of 255 = 56%

66
120
144

R + G + B ~ 43%. #427890 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 144 = 330 (100%)
R 66 of 330 ~ 20%
G 120 of 330 ~ 36.36%
B 144 of 330 ~ 43.64%

%20
%36.36
%43.64

CMYK color model

#427890 color CMYK value is (54,17,0,44).

  • cyan value is 54.17%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(54,17,0,44)
C54M17Y0K44 
(54%,17%,0%,44%)
(0.54/0.17/0.00/0.44)	

CMYK percentages

%54.17
%16.67
%0
%43.53

Codes

Color #427890 in popluar color models

427890
RGB66120144
HSL198°37.14%41.18%
HSB/HSV198°54.17%56.47%
CMYK54.17%16.67%0.00%
43.53%

Color #427890 in popluar number systems.

HEX427890
Decimal66120144
Binary1000010111100010010000
Octal102170220

Shades and tints

Shades of #427890

#427890
(66,120,144)
#3C6E83
(60,110,131)
#366476
(54,100,118)
#305A69
(48,90,105)
#2A505C
(42,80,92)
#24464F
(36,70,79)
#1E3C42
(30,60,66)
#183235
(24,50,53)
#122828
(18,40,40)
#0C1E1B
(12,30,27)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #427890

#427890
(66,120,144)
#53849A
(83,132,154)
#6490A4
(100,144,164)
#759CAE
(117,156,174)
#86A8B8
(134,168,184)
#97B4C2
(151,180,194)
#A8C0CC
(168,192,204)
#B9CCD6
(185,204,214)
#CAD8E0
(202,216,224)
#DBE4EA
(219,228,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427890 color. Also use rgb(66,120,144) instead hex code.

Text Font Color

.myTextColor { color: #427890; }

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

This text font color is #427890.


Background Color

.myBgColor { background-color: #427890; }

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

This div background color is #427890.


Border color

.myBorderColor { border: 1px solid #427890; }

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

This div border color is #427890.


Opacity

.myOpacity80 { color: #427890; opacity: 0.8; }

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

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

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

This text has shadow with #427890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427890 on black background.


Color preview on white background

This text has color #427890 on white background.



Black color preview on #427890 background

This text has black color on #427890 background.


White color preview on #427890 background

This text has white color on #427890 background.