COLOR #427C98

HEX: #427C98 RGB: (66,124,152)

Color info

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

RGB color model

#427C98 color RGB value is (66,124,152).

RGB: (66,124,152) (26%, 49%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 152 of 255 = 60%

66
124
152

R + G + B ~ 45%. #427C98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 124 + 152 = 342 (100%)
R 66 of 342 ~ 19.3%
G 124 of 342 ~ 36.26%
B 152 of 342 ~ 44.44'%

%19.3
%36.26
%44.44

CMYK color model

#427C98 color CMYK value is (57,18,0,40).

  • cyan value is 56.58%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (57,18,0,40)
C57M18Y0K40 (57%, 18%, 0%, 40%)
(0.57 / 0.18 / 0.00 / 0.40)

CMYK percentages

%56.58
%18.42
%0
%40.39

Codes

Color #427C98 in popluar color models

42 7C 98
RGB 66 124 152
HSL 200° 39.45% 42.75%
HSB/HSV 200° 56.58% 59.61%
CMYK 56.58% 18.42% 0.00%
40.39%

Color #427C98 in popluar number systems.

HEX 42 7C 98
Decimal 66 124 152
Binary 1000010 1111100 10011000
Octal 102 174 230

Shades and tints

Shades of #427C98

#427C98
(66,124,152)
#3C718B
(60,113,139)
#36667E
(54,102,126)
#305B71
(48,91,113)
#2A5064
(42,80,100)
#244557
(36,69,87)
#1E3A4A
(30,58,74)
#182F3D
(24,47,61)
#122430
(18,36,48)
#0C1923
(12,25,35)
#060E16
(6,14,22)
#000000
(0,0,0)

Tints of #427C98

#427C98
(66,124,152)
#5387A1
(83,135,161)
#6492AA
(100,146,170)
#759DB3
(117,157,179)
#86A8BC
(134,168,188)
#97B3C5
(151,179,197)
#A8BECE
(168,190,206)
#B9C9D7
(185,201,215)
#CAD4E0
(202,212,224)
#DBDFE9
(219,223,233)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427C98; }

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

This text font color is #427C98.

Background Color

.myBgColor { background-color: #427C98; }

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

This div background color is #427C98.

Border color

.myBorderColor { border: 1px solid #427C98; }

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

This div border color is #427C98.

Opacity

.myOpacity80 { color: #427C98; opacity: 0.8; }

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

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

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

This text has shadow with #427C98 color.


.textShadow {text-shadow: 3px 3px 1px #427C98', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #427C98; -webkit-box-shadow: 1px 1px 3px 2px #427C98; box-shadow:1px 1px 3px 2px #427C98;">
Div content here
</div>

This div box has shadow with color #427C98.

Preview

Color preview on black background

This text has color #427C98 on black background.


Color preview on white background

This text has color #427C98 on white background.


Black color preview on #427C98 background

This text has black color on #427C98 background.


White color preview on #427C98 background

This text has white color on #427C98 background.


Related colors

Complementary color

Complementary color for #hex is #BD8367.


I love getcolorcode.com

Triadic colors

1 #98427C and #7C9842 with #427C98 are triadic colors.

2 #987C42 and #7C4298 with #427C98 are triadic colors.