#4572B1

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

Shades of Steel Blue #4572B1

Tints of Steel Blue #4572B1

Color information

#4572B1 (or 0x4572B1) is unknown color: approx Steel Blue. HEX triplet: 45, 72 and B1. RGB value is (69,114,177). Sum of RGB (Red+Green+Blue) = 69+114+177=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #4572B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4572B1 is #BA8D4E. Grayscale: #6B6B6B. Windows color (decimal): -12225871 or 11629125. OLE color: 11629125.

HSL color Cylindrical-coordinate representation of color #4572B1: hue angle of 215º 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 #4572B1 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69114177-
CMYK0.610.3600.31
HSL215º43.9%48.24%-
HSV(B)215º61.02%69.41%-
XYZ16.4116.4743.91-
YUV107.73167.09100.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=19.17%
G=31.67%
B=49.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691141770.610.3600.3121543.948.24
Hex4572B13D2401Fd72c30
Octal10516226175440373275460
Binary100010111100101011000111110110010001111111010111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4572B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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