#4580AB

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

Shades of Steel Blue #4580AB

Tints of Steel Blue #4580AB

Color information

#4580AB (or 0x4580AB) is unknown color: approx Steel Blue. HEX triplet: 45, 80 and AB. RGB value is (69,128,171). Sum of RGB (Red+Green+Blue) = 69+128+171=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4580AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4580AB is #BA7F54. Grayscale: #737373. Windows color (decimal): -12222293 or 11239493. OLE color: 11239493.

HSL color Cylindrical-coordinate representation of color #4580AB: hue angle of 205.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4580AB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69128171-
CMYK0.600.2500.33
HSL205.29º42.5%47.06%-
HSV(B)205.29º59.65%67.06%-
XYZ17.5219.6441.4-
YUV115.26159.4595-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=18.75%
G=34.78%
B=46.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691281710.600.2500.33205.2942.547.06
Hex4580AB3C19021cd2a2f
Octal10520025374310413155257
Binary1000101100000001010101111110011001010000111001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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