COLOR #427D99

HEX: #427D99 RGB: (66,125,153)

Color info

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

RGB color model

#427D99 color RGB value is (66,125,153).

RGB: (66,125,153) (26%, 49%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 153 of 255 = 60%

66
125
153

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

Portions of RGB colors in percentages

R + G + B = 66 + 125 + 153 = 344 (100%)
R 66 of 344 ~ 19.19%
G 125 of 344 ~ 36.34%
B 153 of 344 ~ 44.48'%

%19.19
%36.34
%44.48

CMYK color model

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

  • cyan value is 56.86%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%

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

CMYK percentages

%56.86
%18.3
%0
%40

Codes

Color #427D99 in popluar color models

42 7D 99
RGB 66 125 153
HSL 199° 39.73% 42.94%
HSB/HSV 199° 56.86% 60.00%
CMYK 56.86% 18.30% 0.00%
40.00%

Color #427D99 in popluar number systems.

HEX 42 7D 99
Decimal 66 125 153
Binary 1000010 1111101 10011001
Octal 102 175 231

Shades and tints

Shades of #427D99

#427D99
(66,125,153)
#3C728C
(60,114,140)
#36677F
(54,103,127)
#305C72
(48,92,114)
#2A5165
(42,81,101)
#244658
(36,70,88)
#1E3B4B
(30,59,75)
#18303E
(24,48,62)
#122531
(18,37,49)
#0C1A24
(12,26,36)
#060F17
(6,15,23)
#000000
(0,0,0)

Tints of #427D99

#427D99
(66,125,153)
#5388A2
(83,136,162)
#6493AB
(100,147,171)
#759EB4
(117,158,180)
#86A9BD
(134,169,189)
#97B4C6
(151,180,198)
#A8BFCF
(168,191,207)
#B9CAD8
(185,202,216)
#CAD5E1
(202,213,225)
#DBE0EA
(219,224,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427D99 color. Also use rgb(66,125,153) instead hex code.

Text Font Color

.myTextColor { color: #427D99; }

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

This text font color is #427D99.

Background Color

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

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

This div background color is #427D99.

Border color

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

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

This div border color is #427D99.

Opacity

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

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

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

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

This text has shadow with #427D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427D99.

Preview

Color preview on black background

This text has color #427D99 on black background.


Color preview on white background

This text has color #427D99 on white background.


Black color preview on #427D99 background

This text has black color on #427D99 background.


White color preview on #427D99 background

This text has white color on #427D99 background.


Related colors

Complementary color

Complementary color for #hex is #BD8266.


I love getcolorcode.com

Triadic colors

1 #99427D and #7D9942 with #427D99 are triadic colors.

2 #997D42 and #7D4299 with #427D99 are triadic colors.