#4280AF

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

Shades of Steel Blue #4280AF

Tints of Steel Blue #4280AF

Color information

#4280AF (or 0x4280AF) is unknown color: approx Steel Blue. HEX triplet: 42, 80 and AF. RGB value is (66,128,175). Sum of RGB (Red+Green+Blue) = 66+128+175=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #4280AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280AF is #BD7F50. Grayscale: #727272. Windows color (decimal): -12418897 or 11501634. OLE color: 11501634.

HSL color Cylindrical-coordinate representation of color #4280AF: hue angle of 205.87º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4280AF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66128175-
CMYK0.620.2700.31
HSL205.87º45.23%47.25%-
HSV(B)205.87º62.29%68.63%-
XYZ17.719.6943.43-
YUV114.82161.9693.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=17.89%
G=34.69%
B=47.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661281750.620.2700.31205.8745.2347.25
Hex4280AF3E1B01Fce2d2f
Octal10220025776330373165557
Binary100001010000000101011111111101101101111111001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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