#4580BC

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

Shades of Steel Blue #4580BC

Tints of Steel Blue #4580BC

Color information

#4580BC (or 0x4580BC) is unknown color: approx Steel Blue. HEX triplet: 45, 80 and BC. RGB value is (69,128,188). Sum of RGB (Red+Green+Blue) = 69+128+188=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4580BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580BC is #BA7F43. Grayscale: #747474. Windows color (decimal): -12222276 or 12353605. OLE color: 12353605.

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

Color convert

RGB69128188-
CMYK0.630.3200.26
HSL210.25º47.04%50.39%-
HSV(B)210.25º63.3%73.73%-
XYZ19.2520.3350.49-
YUV117.2167.9593.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=17.92%
G=33.25%
B=48.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691281880.630.3200.26210.2547.0450.39
Hex4580BC3F2001Ad22f32
Octal10520027477400323225762
Binary1000101100000001011110011111110000001101011010010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4580BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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