#427FAB

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

Shades of Steel Blue #427FAB

Tints of Steel Blue #427FAB

Color information

#427FAB (or 0x427FAB) is unknown color: approx Steel Blue. HEX triplet: 42, 7F and AB. RGB value is (66,127,171). Sum of RGB (Red+Green+Blue) = 66+127+171=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #427FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FAB is #BD8054. Grayscale: #717171. Windows color (decimal): -12419157 or 11239234. OLE color: 11239234.

HSL color Cylindrical-coordinate representation of color #427FAB: hue angle of 205.14º 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 #427FAB is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66127171-
CMYK0.610.2600.33
HSL205.14º44.3%46.47%-
HSV(B)205.14º61.4%67.06%-
XYZ17.1919.2841.34-
YUV113.78160.2993.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=18.13%
G=34.89%
B=46.98%

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
Decimal661271710.610.2600.33205.1444.346.47
Hex427FAB3D1A021cd2c2e
Octal10217725375320413155456
Binary100001011111111010101111110111010010000111001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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