#4574B9

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

Shades of Steel Blue #4574B9

Tints of Steel Blue #4574B9

Color information

#4574B9 (or 0x4574B9) is unknown color: approx Steel Blue. HEX triplet: 45, 74 and B9. RGB value is (69,116,185). Sum of RGB (Red+Green+Blue) = 69+116+185=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #4574B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574B9 is #BA8B46. Grayscale: #6D6D6D. Windows color (decimal): -12225351 or 12153925. OLE color: 12153925.

HSL color Cylindrical-coordinate representation of color #4574B9: hue angle of 215.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4574B9 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69116185-
CMYK0.630.3700.27
HSL215.69º45.67%49.8%-
HSV(B)215.69º62.7%72.55%-
XYZ17.4617.2648.31-
YUV109.81170.4398.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 185 (72.66% from 255) = 50%
R=18.65%
G=31.35%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691161850.630.3700.27215.6945.6749.8
Hex4574B93F2501Bd82e32
Octal10516427177450333305662
Binary100010111101001011100111111110010101101111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4574B9; }

 p { color: rgb(69,116,185); }

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

<style>
 a { background-color: #4574B9; }

 a { background-color: rgb(69,116,185); }

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

<style>
 span { border-color: #4574B9; }

 span { border-color: rgb(69,116,185); }

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