#4571BF

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

Shades of Steel Blue #4571BF

Tints of Steel Blue #4571BF

Color information

#4571BF (or 0x4571BF) is unknown color: approx Steel Blue. HEX triplet: 45, 71 and BF. RGB value is (69,113,191). Sum of RGB (Red+Green+Blue) = 69+113+191=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4571BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571BF is #BA8E40. Grayscale: #6C6C6C. Windows color (decimal): -12226113 or 12546373. OLE color: 12546373.

HSL color Cylindrical-coordinate representation of color #4571BF: hue angle of 218.36º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4571BF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69113191-
CMYK0.640.4100.25
HSL218.36º48.8%50.98%-
HSV(B)218.36º63.87%74.9%-
XYZ17.7616.8451.6-
YUV108.74174.4299.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 191 (75% from 255) = 51.21%
R=18.50%
G=30.29%
B=51.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691131910.640.4100.25218.3648.850.98
Hex4571BF4029019da3133
Octal105161277100510313326163
Binary1000101111000110111111100000010100101100111011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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