COLOR #427487

HEX: #427487
RGB: (66,116,135)

Color info

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

RGB color model

#427487 color RGB value is (66,116,135).

  • red value is 66;
  • green value is 116;
  • blue value is 135.
RGB:
(66,116,135)
(26%,45%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 135 of 255 = 53%

66
116
135

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

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 135 = 317 (100%)
R 66 of 317 ~ 20.82%
G 116 of 317 ~ 36.59%
B 135 of 317 ~ 42.59%

%20.82
%36.59
%42.59

CMYK color model

#427487 color CMYK value is (51,14,0,47).

  • cyan value is 51.11%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(51,14,0,47)
C51M14Y0K47 
(51%,14%,0%,47%)
(0.51/0.14/0.00/0.47)	

CMYK percentages

%51.11
%14.07
%0
%47.06

Codes

Color #427487 in popluar color models

427487
RGB66116135
HSL197°34.33%39.41%
HSB/HSV197°51.11%52.94%
CMYK51.11%14.07%0.00%
47.06%

Color #427487 in popluar number systems.

HEX427487
Decimal66116135
Binary1000010111010010000111
Octal102164207

Shades and tints

Shades of #427487

#427487
(66,116,135)
#3C6A7B
(60,106,123)
#36606F
(54,96,111)
#305663
(48,86,99)
#2A4C57
(42,76,87)
#24424B
(36,66,75)
#1E383F
(30,56,63)
#182E33
(24,46,51)
#122427
(18,36,39)
#0C1A1B
(12,26,27)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #427487

#427487
(66,116,135)
#538091
(83,128,145)
#648C9B
(100,140,155)
#7598A5
(117,152,165)
#86A4AF
(134,164,175)
#97B0B9
(151,176,185)
#A8BCC3
(168,188,195)
#B9C8CD
(185,200,205)
#CAD4D7
(202,212,215)
#DBE0E1
(219,224,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427487 color. Also use rgb(66,116,135) instead hex code.

Text Font Color

.myTextColor { color: #427487; }

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

This text font color is #427487.


Background Color

.myBgColor { background-color: #427487; }

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

This div background color is #427487.


Border color

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

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

This div border color is #427487.


Opacity

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

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

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

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

This text has shadow with #427487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427487 on black background.


Color preview on white background

This text has color #427487 on white background.



Black color preview on #427487 background

This text has black color on #427487 background.


White color preview on #427487 background

This text has white color on #427487 background.