#4576BA

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

Shades of Steel Blue #4576BA

Tints of Steel Blue #4576BA

Color information

#4576BA (or 0x4576BA) is unknown color: approx Steel Blue. HEX triplet: 45, 76 and BA. RGB value is (69,118,186). Sum of RGB (Red+Green+Blue) = 69+118+186=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4576BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576BA is #BA8945. Grayscale: #6E6E6E. Windows color (decimal): -12224838 or 12219973. OLE color: 12219973.

HSL color Cylindrical-coordinate representation of color #4576BA: hue angle of 214.87º 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 #4576BA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69118186-
CMYK0.630.3700.27
HSL214.87º45.88%50%-
HSV(B)214.87º62.9%72.94%-
XYZ17.817.7748.95-
YUV111.1170.2797.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=18.50%
G=31.64%
B=49.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691181860.630.3700.27214.8745.8850
Hex4576BA3F2501Bd72e32
Octal10516627277450333275662
Binary100010111101101011101011111110010101101111010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4576BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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