#4571AF

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

Shades of Steel Blue #4571AF

Tints of Steel Blue #4571AF

Color information

#4571AF (or 0x4571AF) is unknown color: approx Steel Blue. HEX triplet: 45, 71 and AF. RGB value is (69,113,175). Sum of RGB (Red+Green+Blue) = 69+113+175=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #4571AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4571AF is #BA8E50. Grayscale: #6A6A6A. Windows color (decimal): -12226129 or 11497797. OLE color: 11497797.

HSL color Cylindrical-coordinate representation of color #4571AF: hue angle of 215.09º degrees, saturation: 0.43, 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 #4571AF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69113175-
CMYK0.610.3500.31
HSL215.09º43.44%47.84%-
HSV(B)215.09º60.57%68.63%-
XYZ16.116.1742.83-
YUV106.91166.42100.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=19.33%
G=31.65%
B=49.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691131750.610.3500.31215.0943.4447.84
Hex4571AF3D2301Fd72b30
Octal10516125775430373275360
Binary100010111100011010111111110110001101111111010111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4571AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4571AF; }

 p { color: rgb(69,113,175); }

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

<style>
 a { background-color: #4571AF; }

 a { background-color: rgb(69,113,175); }

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

<style>
 span { border-color: #4571AF; }

 span { border-color: rgb(69,113,175); }

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