COLOR #427898

HEX: #427898
RGB: (66,120,152)

Color info

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

RGB color model

#427898 color RGB value is (66,120,152).

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

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 152 of 255 = 60%

66
120
152

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

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 152 = 338 (100%)
R 66 of 338 ~ 19.53%
G 120 of 338 ~ 35.5%
B 152 of 338 ~ 44.97%

%19.53
%35.5
%44.97

CMYK color model

#427898 color CMYK value is (57,21,0,40).

  • cyan value is 56.58%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(57,21,0,40)
C57M21Y0K40 
(57%,21%,0%,40%)
(0.57/0.21/0.00/0.40)	

CMYK percentages

%56.58
%21.05
%0
%40.39

Codes

Color #427898 in popluar color models

427898
RGB66120152
HSL202°39.45%42.75%
HSB/HSV202°56.58%59.61%
CMYK56.58%21.05%0.00%
40.39%

Color #427898 in popluar number systems.

HEX427898
Decimal66120152
Binary1000010111100010011000
Octal102170230

Shades and tints

Shades of #427898

#427898
(66,120,152)
#3C6E8B
(60,110,139)
#36647E
(54,100,126)
#305A71
(48,90,113)
#2A5064
(42,80,100)
#244657
(36,70,87)
#1E3C4A
(30,60,74)
#18323D
(24,50,61)
#122830
(18,40,48)
#0C1E23
(12,30,35)
#061416
(6,20,22)
#000000
(0,0,0)

Tints of #427898

#427898
(66,120,152)
#5384A1
(83,132,161)
#6490AA
(100,144,170)
#759CB3
(117,156,179)
#86A8BC
(134,168,188)
#97B4C5
(151,180,197)
#A8C0CE
(168,192,206)
#B9CCD7
(185,204,215)
#CAD8E0
(202,216,224)
#DBE4E9
(219,228,233)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427898; }

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

This text font color is #427898.


Background Color

.myBgColor { background-color: #427898; }

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

This div background color is #427898.


Border color

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

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

This div border color is #427898.


Opacity

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

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

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

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

This text has shadow with #427898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427898 on black background.


Color preview on white background

This text has color #427898 on white background.



Black color preview on #427898 background

This text has black color on #427898 background.


White color preview on #427898 background

This text has white color on #427898 background.