#4570BF

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

Shades of Steel Blue #4570BF

Tints of Steel Blue #4570BF

Color information

#4570BF (or 0x4570BF) is unknown color: approx Steel Blue. HEX triplet: 45, 70 and BF. RGB value is (69,112,191). Sum of RGB (Red+Green+Blue) = 69+112+191=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4570BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570BF is #BA8F40. Grayscale: #6B6B6B. Windows color (decimal): -12226369 or 12546117. OLE color: 12546117.

HSL color Cylindrical-coordinate representation of color #4570BF: hue angle of 218.85º 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 #4570BF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69112191-
CMYK0.640.4100.25
HSL218.85º48.8%50.98%-
HSV(B)218.85º63.87%74.9%-
XYZ17.6516.6251.57-
YUV108.15174.75100.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.55%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 191 (75% from 255) = 51.34%
R=18.55%
G=30.11%
B=51.34%

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
Decimal691121910.640.4100.25218.8548.850.98
Hex4570BF4029019db3133
Octal105160277100510313336163
Binary1000101111000010111111100000010100101100111011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4570BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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