#4585B1

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

Shades of Steel Blue #4585B1

Tints of Steel Blue #4585B1

Color information

#4585B1 (or 0x4585B1) is unknown color: approx Steel Blue. HEX triplet: 45, 85 and B1. RGB value is (69,133,177). Sum of RGB (Red+Green+Blue) = 69+133+177=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #4585B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4585B1 is #BA7A4E. Grayscale: #767676. Windows color (decimal): -12221007 or 11633989. OLE color: 11633989.

HSL color Cylindrical-coordinate representation of color #4585B1: hue angle of 204.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4585B1 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69133177-
CMYK0.610.2500.31
HSL204.44º43.9%48.24%-
HSV(B)204.44º61.02%69.41%-
XYZ18.7821.2144.7-
YUV118.88160.892.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=18.21%
G=35.09%
B=46.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691331770.610.2500.31204.4443.948.24
Hex4585B13D1901Fcc2c30
Octal10520526175310373145460
Binary100010110000101101100011111011100101111111001100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4585B1; }

 p { color: rgb(69,133,177); }

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

<style>
 a { background-color: #4585B1; }

 a { background-color: rgb(69,133,177); }

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

<style>
 span { border-color: #4585B1; }

 span { border-color: rgb(69,133,177); }

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