#4573BC

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

Shades of Steel Blue #4573BC

Tints of Steel Blue #4573BC

Color information

#4573BC (or 0x4573BC) is unknown color: approx Steel Blue. HEX triplet: 45, 73 and BC. RGB value is (69,115,188). Sum of RGB (Red+Green+Blue) = 69+115+188=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4573BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BC is #BA8C43. Grayscale: #6D6D6D. Windows color (decimal): -12225604 or 12350277. OLE color: 12350277.

HSL color Cylindrical-coordinate representation of color #4573BC: hue angle of 216.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4573BC is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69115188-
CMYK0.630.3900.26
HSL216.81º47.04%50.39%-
HSV(B)216.81º63.3%73.73%-
XYZ17.6617.1649.96-
YUV109.57172.2699.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.55%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=18.55%
G=30.91%
B=50.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691151880.630.3900.26216.8147.0450.39
Hex4573BC3F2701Ad92f32
Octal10516327477470323315762
Binary100010111100111011110011111110011101101011011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4573BC; }

 p { color: rgb(69,115,188); }

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

<style>
 a { background-color: #4573BC; }

 a { background-color: rgb(69,115,188); }

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

<style>
 span { border-color: #4573BC; }

 span { border-color: rgb(69,115,188); }

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