#4575B4

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

Shades of Steel Blue #4575B4

Tints of Steel Blue #4575B4

Color information

#4575B4 (or 0x4575B4) is unknown color: approx Steel Blue. HEX triplet: 45, 75 and B4. RGB value is (69,117,180). Sum of RGB (Red+Green+Blue) = 69+117+180=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #4575B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575B4 is #BA8A4B. Grayscale: #6D6D6D. Windows color (decimal): -12225100 or 11826501. OLE color: 11826501.

HSL color Cylindrical-coordinate representation of color #4575B4: hue angle of 214.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4575B4 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69117180-
CMYK0.620.3500.29
HSL214.05º44.58%48.82%-
HSV(B)214.05º61.67%70.59%-
XYZ17.0517.2845.62-
YUV109.83167.698.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 180 (70.70% from 255) = 49.18%
R=18.85%
G=31.97%
B=49.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691171800.620.3500.29214.0544.5848.82
Hex4575B43E2301Dd62d31
Octal10516526476430353265561
Binary100010111101011011010011111010001101110111010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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