#426FB4

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

Shades of Steel Blue #426FB4

Tints of Steel Blue #426FB4

Color information

#426FB4 (or 0x426FB4) is unknown color: approx Steel Blue. HEX triplet: 42, 6F and B4. RGB value is (66,111,180). Sum of RGB (Red+Green+Blue) = 66+111+180=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #426FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FB4 is #BD904B. Grayscale: #696969. Windows color (decimal): -12423244 or 11824962. OLE color: 11824962.

HSL color Cylindrical-coordinate representation of color #426FB4: hue angle of 216.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426FB4 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66111180-
CMYK0.630.3800.29
HSL216.32º46.34%48.24%-
HSV(B)216.32º63.33%70.59%-
XYZ16.1715.8245.38-
YUV105.41170.0999.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=18.49%
G=31.09%
B=50.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661111800.630.3800.29216.3246.3448.24
Hex426FB43F2601Dd82e30
Octal10215726477460353305660
Binary100001011011111011010011111110011001110111011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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