#427EA9

Color #427EA9 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #427EA9

Tints of Steel Blue #427EA9

Color information

#427EA9 (or 0x427EA9) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and A9. RGB value is (66,126,169). Sum of RGB (Red+Green+Blue) = 66+126+169=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #427EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427EA9 is #BD8156. Grayscale: #707070. Windows color (decimal): -12419415 or 11107906. OLE color: 11107906.

HSL color Cylindrical-coordinate representation of color #427EA9: hue angle of 205.05º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427EA9 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB66126169-
CMYK0.610.2500.34
HSL205.05º43.83%46.08%-
HSV(B)205.05º60.95%66.27%-
XYZ16.8718.9440.3-
YUV112.96159.6294.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=18.28%
G=34.90%
B=46.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal661261690.610.2500.34205.0543.8346.08
Hex427EA93D19022cd2c2e
Octal10217625175310423155456
Binary100001011111101010100111110111001010001011001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427EA9; }

 p { color: rgb(66,126,169); }

 H1.HeaderClassName
 {
   color: #427EA9;
 }
 .AnyTagClassName
 {
   color: #427EA9;
 }
</style>
background-color css

<style>
 a { background-color: #427EA9; }

 a { background-color: rgb(66,126,169); }

 div.DivClassName
 {
   background-color: #427EA9;
 }
 .BgClassName
 {
   background-color: #427EA9;
 }
</style>
border-color css

<style>
 span { border-color: #427EA9; }

 span { border-color: rgb(66,126,169); }

 td.TdClassName
 {
   border-color: #427EA9;
 }
 .TagClassName
 {
   border-color: #427EA9;
 }
</style>