#4570C0

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

Shades of Steel Blue #4570C0

Tints of Steel Blue #4570C0

Color information

#4570C0 (or 0x4570C0) is unknown color: approx Steel Blue. HEX triplet: 45, 70 and C0. RGB value is (69,112,192). Sum of RGB (Red+Green+Blue) = 69+112+192=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #4570C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570C0 is #BA8F3F. Grayscale: #6B6B6B. Windows color (decimal): -12226368 or 12611653. OLE color: 12611653.

HSL color Cylindrical-coordinate representation of color #4570C0: hue angle of 219.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4570C0 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69112192-
CMYK0.640.4200.25
HSL219.02º49.4%51.18%-
HSV(B)219.02º64.06%75.29%-
XYZ17.7616.6652.15-
YUV108.26175.25100-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 192 (75.39% from 255) = 51.47%
R=18.50%
G=30.03%
B=51.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691121920.640.4200.25219.0249.451.18
Hex4570C0402A019db3133
Octal105160300100520313336163
Binary1000101111000011000000100000010101001100111011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4570C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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