#4585BC

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

Shades of Steel Blue #4585BC

Tints of Steel Blue #4585BC

Color information

#4585BC (or 0x4585BC) is unknown color: approx Steel Blue. HEX triplet: 45, 85 and BC. RGB value is (69,133,188). Sum of RGB (Red+Green+Blue) = 69+133+188=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4585BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585BC is #BA7A43. Grayscale: #777777. Windows color (decimal): -12220996 or 12354885. OLE color: 12354885.

HSL color Cylindrical-coordinate representation of color #4585BC: hue angle of 207.73º 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 #4585BC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69133188-
CMYK0.630.2900.26
HSL207.73º47.04%50.39%-
HSV(B)207.73º63.3%73.73%-
XYZ19.9221.6750.71-
YUV120.13166.391.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=17.69%
G=34.10%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691331880.630.2900.26207.7347.0450.39
Hex4585BC3F1D01Ad02f32
Octal10520527477350323205762
Binary100010110000101101111001111111110101101011010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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