#4575B1

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

Shades of Steel Blue #4575B1

Tints of Steel Blue #4575B1

Color information

#4575B1 (or 0x4575B1) is unknown color: approx Steel Blue. HEX triplet: 45, 75 and B1. RGB value is (69,117,177). Sum of RGB (Red+Green+Blue) = 69+117+177=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #4575B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575B1 is #BA8A4E. Grayscale: #6D6D6D. Windows color (decimal): -12225103 or 11629893. OLE color: 11629893.

HSL color Cylindrical-coordinate representation of color #4575B1: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4575B1 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69117177-
CMYK0.610.3400.31
HSL213.33º43.9%48.24%-
HSV(B)213.33º61.02%69.41%-
XYZ16.7517.1644.02-
YUV109.49166.199.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=19.01%
G=32.23%
B=48.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691171770.610.3400.31213.3343.948.24
Hex4575B13D2201Fd52c30
Octal10516526175420373255460
Binary100010111101011011000111110110001001111111010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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