#4280A7

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

Shades of Steel Blue #4280A7

Tints of Steel Blue #4280A7

Color information

#4280A7 (or 0x4280A7) is unknown color: approx Steel Blue. HEX triplet: 42, 80 and A7. RGB value is (66,128,167). Sum of RGB (Red+Green+Blue) = 66+128+167=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #4280A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280A7 is #BD7F58. Grayscale: #717171. Windows color (decimal): -12418905 or 10977346. OLE color: 10977346.

HSL color Cylindrical-coordinate representation of color #4280A7: hue angle of 203.17º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4280A7 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66128167-
CMYK0.600.2300.35
HSL203.17º43.35%45.69%-
HSV(B)203.17º60.48%65.49%-
XYZ16.9419.3939.41-
YUV113.91157.9693.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=18.28%
G=35.46%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661281670.600.2300.35203.1743.3545.69
Hex4280A73C17023cb2b2e
Octal10220024774270433135356
Binary1000010100000001010011111110010111010001111001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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