#426FC0

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

Shades of Steel Blue #426FC0

Tints of Steel Blue #426FC0

Color information

#426FC0 (or 0x426FC0) is unknown color: approx Steel Blue. HEX triplet: 42, 6F and C0. RGB value is (66,111,192). Sum of RGB (Red+Green+Blue) = 66+111+192=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #426FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FC0 is #BD903F. Grayscale: #6A6A6A. Windows color (decimal): -12423232 or 12611394. OLE color: 12611394.

HSL color Cylindrical-coordinate representation of color #426FC0: hue angle of 218.57º 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 #426FC0 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66111192-
CMYK0.660.4200.25
HSL218.57º50%50.59%-
HSV(B)218.57º65.62%75.29%-
XYZ17.4516.3352.1-
YUV106.78176.0998.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=17.89%
G=30.08%
B=52.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661111920.660.4200.25218.575050.59
Hex426FC0422A019db3233
Octal102157300102520313336263
Binary1000010110111111000000100001010101001100111011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426FC0; }

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

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

<style>
 a { background-color: #426FC0; }

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

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

<style>
 span { border-color: #426FC0; }

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

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