COLOR #427C9D

HEX: #427C9D
RGB: (66,124,157)

Color info

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

RGB color model

#427C9D color RGB value is (66,124,157).

  • red value is 66;
  • green value is 124;
  • blue value is 157.
RGB:
(66,124,157)
(26%,49%,62%)

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 157 of 255 = 62%

66
124
157

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

Portions of RGB colors in percentages

R + G + B =
66 + 124 + 157 = 347 (100%)
R 66 of 347 ~ 19.02%
G 124 of 347 ~ 35.73%
B 157 of 347 ~ 45.24%

%19.02
%35.73
%45.24

CMYK color model

#427C9D color CMYK value is (58,21,0,38).

  • cyan value is 57.96%
  • magenta value is 21.02%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(58,21,0,38)
C58M21Y0K38 
(58%,21%,0%,38%)
(0.58/0.21/0.00/0.38)	

CMYK percentages

%57.96
%21.02
%0
%38.43

Codes

Color #427C9D in popluar color models

427C9D
RGB66124157
HSL202°40.81%43.73%
HSB/HSV202°57.96%61.57%
CMYK57.96%21.02%0.00%
38.43%

Color #427C9D in popluar number systems.

HEX427C9D
Decimal66124157
Binary1000010111110010011101
Octal102174235

Shades and tints

Shades of #427C9D

#427C9D
(66,124,157)
#3C718F
(60,113,143)
#366681
(54,102,129)
#305B73
(48,91,115)
#2A5065
(42,80,101)
#244557
(36,69,87)
#1E3A49
(30,58,73)
#182F3B
(24,47,59)
#12242D
(18,36,45)
#0C191F
(12,25,31)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #427C9D

#427C9D
(66,124,157)
#5387A5
(83,135,165)
#6492AD
(100,146,173)
#759DB5
(117,157,181)
#86A8BD
(134,168,189)
#97B3C5
(151,179,197)
#A8BECD
(168,190,205)
#B9C9D5
(185,201,213)
#CAD4DD
(202,212,221)
#DBDFE5
(219,223,229)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427C9D; }

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

This text font color is #427C9D.


Background Color

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

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

This div background color is #427C9D.


Border color

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

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

This div border color is #427C9D.


Opacity

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

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

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

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

This text has shadow with #427C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427C9D on black background.


Color preview on white background

This text has color #427C9D on white background.



Black color preview on #427C9D background

This text has black color on #427C9D background.


White color preview on #427C9D background

This text has white color on #427C9D background.