#4581AB

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

Shades of Steel Blue #4581AB

Tints of Steel Blue #4581AB

Color information

#4581AB (or 0x4581AB) is unknown color: approx Steel Blue. HEX triplet: 45, 81 and AB. RGB value is (69,129,171). Sum of RGB (Red+Green+Blue) = 69+129+171=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4581AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4581AB is #BA7E54. Grayscale: #737373. Windows color (decimal): -12222037 or 11239749. OLE color: 11239749.

HSL color Cylindrical-coordinate representation of color #4581AB: hue angle of 204.71º 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 #4581AB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69129171-
CMYK0.600.2500.33
HSL204.71º42.5%47.06%-
HSV(B)204.71º59.65%67.06%-
XYZ17.6619.9141.44-
YUV115.85159.1294.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=18.70%
G=34.96%
B=46.34%

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
Decimal691291710.600.2500.33204.7142.547.06
Hex4581AB3C19021cd2a2f
Octal10520125374310413155257
Binary1000101100000011010101111110011001010000111001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4581AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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