#4578BA

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

Shades of Steel Blue #4578BA

Tints of Steel Blue #4578BA

Color information

#4578BA (or 0x4578BA) is unknown color: approx Steel Blue. HEX triplet: 45, 78 and BA. RGB value is (69,120,186). Sum of RGB (Red+Green+Blue) = 69+120+186=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4578BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4578BA is #BA8745. Grayscale: #6F6F6F. Windows color (decimal): -12224326 or 12220485. OLE color: 12220485.

HSL color Cylindrical-coordinate representation of color #4578BA: hue angle of 213.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4578BA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69120186-
CMYK0.630.3500.27
HSL213.85º45.88%50%-
HSV(B)213.85º62.9%72.94%-
XYZ18.0318.2449.03-
YUV112.28169.697.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=18.4%
G=32%
B=49.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691201860.630.3500.27213.8545.8850
Hex4578BA3F2301Bd62e32
Octal10517027277430333265662
Binary100010111110001011101011111110001101101111010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4578BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4578BA; }

 p { color: rgb(69,120,186); }

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

<style>
 a { background-color: #4578BA; }

 a { background-color: rgb(69,120,186); }

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

<style>
 span { border-color: #4578BA; }

 span { border-color: rgb(69,120,186); }

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