#4573B8

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

Shades of Steel Blue #4573B8

Tints of Steel Blue #4573B8

Color information

#4573B8 (or 0x4573B8) is unknown color: approx Steel Blue. HEX triplet: 45, 73 and B8. RGB value is (69,115,184). Sum of RGB (Red+Green+Blue) = 69+115+184=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #4573B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573B8 is #BA8C47. Grayscale: #6C6C6C. Windows color (decimal): -12225608 or 12088133. OLE color: 12088133.

HSL color Cylindrical-coordinate representation of color #4573B8: hue angle of 216º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4573B8 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB69115184-
CMYK0.620.3800.28
HSL216º45.45%49.61%-
HSV(B)216º62.5%72.16%-
XYZ17.2416.9947.72-
YUV109.11170.2699.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 184 (72.27% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal691151840.620.3800.2821645.4549.61
Hex4573B83E2601Cd82d32
Octal10516327076460343305562
Binary100010111100111011100011111010011001110011011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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