#427AC0

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

Shades of Steel Blue #427AC0

Tints of Steel Blue #427AC0

Color information

#427AC0 (or 0x427AC0) is unknown color: approx Steel Blue. HEX triplet: 42, 7A and C0. RGB value is (66,122,192). Sum of RGB (Red+Green+Blue) = 66+122+192=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #427AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AC0 is #BD853F. Grayscale: #707070. Windows color (decimal): -12420416 or 12614210. OLE color: 12614210.

HSL color Cylindrical-coordinate representation of color #427AC0: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427AC0 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66122192-
CMYK0.660.3600.25
HSL213.33º50%50.59%-
HSV(B)213.33º65.62%75.29%-
XYZ18.7218.8852.53-
YUV113.24172.4594.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=17.37%
G=32.11%
B=50.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661221920.660.3600.25213.335050.59
Hex427AC04224019d53233
Octal102172300102440313256263
Binary1000010111101011000000100001010010001100111010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,192); }

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

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

 a { background-color: rgb(66,122,192); }

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

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

 span { border-color: rgb(66,122,192); }

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