#4685BA

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

Shades of Steel Blue #4685BA

Tints of Steel Blue #4685BA

Color information

#4685BA (or 0x4685BA) is unknown color: approx Steel Blue. HEX triplet: 46, 85 and BA. RGB value is (70,133,186). Sum of RGB (Red+Green+Blue) = 70+133+186=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #4685BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685BA is #B97A45. Grayscale: #777777. Windows color (decimal): -12155462 or 12223814. OLE color: 12223814.

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

Color convert

RGB70133186-
CMYK0.620.2800.27
HSL207.41º45.67%50.2%-
HSV(B)207.41º62.37%72.94%-
XYZ19.7821.6249.59-
YUV120.21165.1392.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=17.99%
G=34.19%
B=47.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701331860.620.2800.27207.4145.6750.2
Hex4685BA3E1C01Bcf2e32
Octal10620527276340333175662
Binary100011010000101101110101111101110001101111001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4685BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4685BA; }

 p { color: rgb(70,133,186); }

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

<style>
 a { background-color: #4685BA; }

 a { background-color: rgb(70,133,186); }

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

<style>
 span { border-color: #4685BA; }

 span { border-color: rgb(70,133,186); }

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