#427DAB

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

Shades of Steel Blue #427DAB

Tints of Steel Blue #427DAB

Color information

#427DAB (or 0x427DAB) is unknown color: approx Steel Blue. HEX triplet: 42, 7D and AB. RGB value is (66,125,171). Sum of RGB (Red+Green+Blue) = 66+125+171=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #427DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DAB is #BD8254. Grayscale: #707070. Windows color (decimal): -12419669 or 11238722. OLE color: 11238722.

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

Color convert

RGB66125171-
CMYK0.610.2700.33
HSL206.29º44.3%46.47%-
HSV(B)206.29º61.4%67.06%-
XYZ16.9318.7741.26-
YUV112.6160.9594.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=18.23%
G=34.53%
B=47.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661251710.610.2700.33206.2944.346.47
Hex427DAB3D1B021ce2c2e
Octal10217525375330413165456
Binary100001011111011010101111110111011010000111001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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