#4480AA

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

Shades of Steel Blue #4480AA

Tints of Steel Blue #4480AA

Color information

#4480AA (or 0x4480AA) is unknown color: approx Steel Blue. HEX triplet: 44, 80 and AA. RGB value is (68,128,170). Sum of RGB (Red+Green+Blue) = 68+128+170=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #4480AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4480AA is #BB7F55. Grayscale: #727272. Windows color (decimal): -12287830 or 11173956. OLE color: 11173956.

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

Color convert

RGB68128170-
CMYK0.60.2500.33
HSL204.71º42.86%46.67%-
HSV(B)204.71º60%66.67%-
XYZ17.3619.5740.89-
YUV114.85159.1294.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=18.58%
G=34.97%
B=46.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681281700.60.2500.33204.7142.8646.67
Hex4480AA3C19021cd2b2f
Octal10420025274310413155357
Binary1000100100000001010101011110011001010000111001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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