#4280AB

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

Shades of Steel Blue #4280AB

Tints of Steel Blue #4280AB

Color information

#4280AB (or 0x4280AB) is unknown color: approx Steel Blue. HEX triplet: 42, 80 and AB. RGB value is (66,128,171). Sum of RGB (Red+Green+Blue) = 66+128+171=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4280AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280AB is #BD7F54. Grayscale: #727272. Windows color (decimal): -12418901 or 11239490. OLE color: 11239490.

HSL color Cylindrical-coordinate representation of color #4280AB: hue angle of 204.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4280AB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66128171-
CMYK0.610.2500.33
HSL204.57º44.3%46.47%-
HSV(B)204.57º61.4%67.06%-
XYZ17.3219.5441.39-
YUV114.36159.9693.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=18.08%
G=35.07%
B=46.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661281710.610.2500.33204.5744.346.47
Hex4280AB3D19021cd2c2e
Octal10220025375310413155456
Binary1000010100000001010101111110111001010000111001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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