#4280BA

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

Shades of Steel Blue #4280BA

Tints of Steel Blue #4280BA

Color information

#4280BA (or 0x4280BA) is unknown color: approx Steel Blue. HEX triplet: 42, 80 and BA. RGB value is (66,128,186). Sum of RGB (Red+Green+Blue) = 66+128+186=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #4280BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BA is #BD7F45. Grayscale: #737373. Windows color (decimal): -12418886 or 12222530. OLE color: 12222530.

HSL color Cylindrical-coordinate representation of color #4280BA: hue angle of 209º 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 #4280BA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66128186-
CMYK0.650.3100.27
HSL209º47.62%49.41%-
HSV(B)209º64.52%72.94%-
XYZ18.8320.1449.35-
YUV116.07167.4692.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=17.37%
G=33.68%
B=48.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661281860.650.3100.2720947.6249.41
Hex4280BA411F01Bd13031
Octal102200272101370333216061
Binary1000010100000001011101010000011111101101111010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4280BA; }

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

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

<style>
 a { background-color: #4280BA; }

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

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

<style>
 span { border-color: #4280BA; }

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

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