#426FBA

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

Shades of Steel Blue #426FBA

Tints of Steel Blue #426FBA

Color information

#426FBA (or 0x426FBA) is unknown color: approx Steel Blue. HEX triplet: 42, 6F and BA. RGB value is (66,111,186). Sum of RGB (Red+Green+Blue) = 66+111+186=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #426FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FBA is #BD9045. Grayscale: #696969. Windows color (decimal): -12423238 or 12218178. OLE color: 12218178.

HSL color Cylindrical-coordinate representation of color #426FBA: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426FBA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66111186-
CMYK0.650.4000.27
HSL217.5º47.62%49.41%-
HSV(B)217.5º64.52%72.94%-
XYZ16.7916.0748.67-
YUV106.1173.0999.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=18.18%
G=30.58%
B=51.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661111860.650.4000.27217.547.6249.41
Hex426FBA412801Bda3031
Octal102157272101500333326061
Binary1000010110111110111010100000110100001101111011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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