#4280BC

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

Shades of Steel Blue #4280BC

Tints of Steel Blue #4280BC

Color information

#4280BC (or 0x4280BC) is unknown color: approx Steel Blue. HEX triplet: 42, 80 and BC. RGB value is (66,128,188). Sum of RGB (Red+Green+Blue) = 66+128+188=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4280BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BC is #BD7F43. Grayscale: #747474. Windows color (decimal): -12418884 or 12353602. OLE color: 12353602.

HSL color Cylindrical-coordinate representation of color #4280BC: hue angle of 209.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4280BC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66128188-
CMYK0.650.3200.26
HSL209.51º48.03%49.8%-
HSV(B)209.51º64.89%73.73%-
XYZ19.0420.2350.48-
YUV116.3168.4692.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=17.28%
G=33.51%
B=49.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661281880.650.3200.26209.5148.0349.8
Hex4280BC412001Ad23032
Octal102200274101400323226062
Binary10000101000000010111100100000110000001101011010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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