#4480AB

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

Shades of Steel Blue #4480AB

Tints of Steel Blue #4480AB

Color information

#4480AB (or 0x4480AB) is unknown color: approx Steel Blue. HEX triplet: 44, 80 and AB. RGB value is (68,128,171). Sum of RGB (Red+Green+Blue) = 68+128+171=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4480AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4480AB is #BB7F54. Grayscale: #727272. Windows color (decimal): -12287829 or 11239492. OLE color: 11239492.

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

Color convert

RGB68128171-
CMYK0.600.2500.33
HSL205.05º43.1%46.86%-
HSV(B)205.05º60.23%67.06%-
XYZ17.4519.6141.39-
YUV114.96159.6294.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=18.53%
G=34.88%
B=46.59%

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
Decimal681281710.600.2500.33205.0543.146.86
Hex4480AB3C19021cd2b2f
Octal10420025374310413155357
Binary1000100100000001010101111110011001010000111001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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