#427EAB

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

Shades of Steel Blue #427EAB

Tints of Steel Blue #427EAB

Color information

#427EAB (or 0x427EAB) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and AB. RGB value is (66,126,171). Sum of RGB (Red+Green+Blue) = 66+126+171=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #427EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427EAB is #BD8154. Grayscale: #707070. Windows color (decimal): -12419413 or 11238978. OLE color: 11238978.

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

Color convert

RGB66126171-
CMYK0.610.2600.33
HSL205.71º44.3%46.47%-
HSV(B)205.71º61.4%67.06%-
XYZ17.0619.0241.3-
YUV113.19160.6294.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=18.18%
G=34.71%
B=47.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661261710.610.2600.33205.7144.346.47
Hex427EAB3D1A021ce2c2e
Octal10217625375320413165456
Binary100001011111101010101111110111010010000111001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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