#4575AA

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

Shades of Steel Blue #4575AA

Tints of Steel Blue #4575AA

Color information

#4575AA (or 0x4575AA) is unknown color: approx Steel Blue. HEX triplet: 45, 75 and AA. RGB value is (69,117,170). Sum of RGB (Red+Green+Blue) = 69+117+170=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #4575AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AA is #BA8A55. Grayscale: #6C6C6C. Windows color (decimal): -12225110 or 11171141. OLE color: 11171141.

HSL color Cylindrical-coordinate representation of color #4575AA: hue angle of 211.49º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4575AA is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69117170-
CMYK0.590.3100.33
HSL211.49º42.26%46.86%-
HSV(B)211.49º59.41%66.67%-
XYZ16.0716.8940.44-
YUV108.69162.699.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=19.38%
G=32.87%
B=47.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691171700.590.3100.33211.4942.2646.86
Hex4575AA3B1F021d32a2f
Octal10516525273370413235257
Binary100010111101011010101011101111111010000111010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,117,170); }

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

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

 a { background-color: rgb(69,117,170); }

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

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

 span { border-color: rgb(69,117,170); }

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