#4570B3

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

Shades of Steel Blue #4570B3

Tints of Steel Blue #4570B3

Color information

#4570B3 (or 0x4570B3) is unknown color: approx Steel Blue. HEX triplet: 45, 70 and B3. RGB value is (69,112,179). Sum of RGB (Red+Green+Blue) = 69+112+179=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #4570B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570B3 is #BA8F4C. Grayscale: #6A6A6A. Windows color (decimal): -12226381 or 11759685. OLE color: 11759685.

HSL color Cylindrical-coordinate representation of color #4570B3: hue angle of 216.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4570B3 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB69112179-
CMYK0.610.3700.30
HSL216.55º44.35%48.63%-
HSV(B)216.55º61.45%70.2%-
XYZ16.3916.1144.89-
YUV106.78168.75101.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=19.17%
G=31.11%
B=49.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal691121790.610.3700.30216.5544.3548.63
Hex4570B33D2501Ed92c31
Octal10516026375450363315461
Binary100010111100001011001111110110010101111011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4570B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4570B3; }

 p { color: rgb(69,112,179); }

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

<style>
 a { background-color: #4570B3; }

 a { background-color: rgb(69,112,179); }

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

<style>
 span { border-color: #4570B3; }

 span { border-color: rgb(69,112,179); }

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