#4575A9

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

Shades of Steel Blue #4575A9

Tints of Steel Blue #4575A9

Color information

#4575A9 (or 0x4575A9) is unknown color: approx Steel Blue. HEX triplet: 45, 75 and A9. RGB value is (69,117,169). Sum of RGB (Red+Green+Blue) = 69+117+169=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #4575A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575A9 is #BA8A56. Grayscale: #6C6C6C. Windows color (decimal): -12225111 or 11105605. OLE color: 11105605.

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

Color convert

RGB69117169-
CMYK0.590.3100.34
HSL211.2º42.02%46.67%-
HSV(B)211.2º59.17%66.27%-
XYZ15.9816.8539.95-
YUV108.58162.199.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 169 (66.41% from 255) = 47.61%
R=19.44%
G=32.96%
B=47.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691171690.590.3100.34211.242.0246.67
Hex4575A93B1F022d32a2f
Octal10516525173370423235257
Binary100010111101011010100111101111111010001011010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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